/* *PinkParrot CMS * * @license * Copyright (c) Sebastian Stehle. All rights reserved */ import * as Ng2 from '@angular/core'; @Ng2.Component({ selector: 'apps', template }) export class AppsComponent { }