|
@ -13,6 +13,7 @@ import { DataSource } from '@prisma/client'; |
|
|
@Component({ |
|
|
@Component({ |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
imports: [CommonModule], |
|
|
imports: [CommonModule], |
|
|
|
|
|
providers: [EntityLogoImageSourceService], |
|
|
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'], |
|
|