@ -1,7 +1,9 @@
import { Injectable } from '@angular/core';
import { DataSource } from '@prisma/client';
@Injectable()
@Injectable({
providedIn: 'root'
})
export class EntityLogoImageSourceService {
public getLogoUrlByDataSourceAndSymbol(
dataSource: DataSource,
@ -13,7 +13,6 @@ import { DataSource } from '@prisma/client';
@Component({
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [CommonModule],
providers: [EntityLogoImageSourceService],
schemas: [CUSTOM_ELEMENTS_SCHEMA],
selector: 'gf-entity-logo',
styleUrls: ['./entity-logo.component.scss'],