65240: AoT build error fixes

This commit is contained in:
Kristof De Langhe
2019-10-07 14:05:54 +02:00
parent d45b4eedfd
commit bfb2ef021a
8 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ import { getCollectionPageRoute } from '../collection-page-routing.module';
templateUrl: '../../shared/comcol-forms/edit-comcol-page/edit-comcol-page.component.html'
})
export class EditCollectionPageComponent extends EditComColPageComponent<Collection> {
protected type = 'collection';
type = 'collection';
public constructor(
protected router: Router,