red-ui/apps/red-ui/src/app/modules/admin/base-dossier-templates-screen/base-dossier-template-screen.component.ts
2022-01-12 18:21:43 +02:00

8 lines
255 B
TypeScript

import { ChangeDetectionStrategy, Component } from '@angular/core';
@Component({
templateUrl: './base-dossier-template-screen.component.html',
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class BaseDossierTemplateScreenComponent {}