|
@ -1,3 +1,4 @@ |
|
|
|
|
|
import { CommonModule } from '@angular/common'; |
|
|
import { |
|
|
import { |
|
|
CUSTOM_ELEMENTS_SCHEMA, |
|
|
CUSTOM_ELEMENTS_SCHEMA, |
|
|
ChangeDetectionStrategy, |
|
|
ChangeDetectionStrategy, |
|
@ -9,6 +10,7 @@ import { DataSource } from '@prisma/client'; |
|
|
|
|
|
|
|
|
@Component({ |
|
|
@Component({ |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
|
|
|
imports: [CommonModule], |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA], |
|
|
schemas: [CUSTOM_ELEMENTS_SCHEMA], |
|
|
selector: 'gf-entity-logo', |
|
|
selector: 'gf-entity-logo', |
|
|
styleUrls: ['./entity-logo.component.scss'], |
|
|
styleUrls: ['./entity-logo.component.scss'], |
|
|