diff --git a/src/app/statistics-page/statistics-page/statistics-page.component.ts b/src/app/statistics-page/statistics-page/statistics-page.component.ts index 3c6ddbce41..834cb609e5 100644 --- a/src/app/statistics-page/statistics-page/statistics-page.component.ts +++ b/src/app/statistics-page/statistics-page/statistics-page.component.ts @@ -14,7 +14,7 @@ import { DSONameService } from '../../core/breadcrumbs/dso-name.service'; */ @Component({ selector: 'ds-statistics-page', - templateUrl: '' + template: '' }) export abstract class StatisticsPageComponent implements OnInit {