Browse Source
Task/remove standalone attribute from data provider status component (#5439)
* Remove obsolete standalone attribute
pull/5446/head^2
Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
apps/client/src/app/components/data-provider-status/data-provider-status.component.ts
|
|
@ -18,7 +18,6 @@ import { DataProviderStatus } from './interfaces/interfaces'; |
|
|
|
changeDetection: ChangeDetectionStrategy.OnPush, |
|
|
|
imports: [CommonModule, NgxSkeletonLoaderModule], |
|
|
|
selector: 'gf-data-provider-status', |
|
|
|
standalone: true, |
|
|
|
templateUrl: './data-provider-status.component.html' |
|
|
|
}) |
|
|
|
export class GfDataProviderStatusComponent implements OnDestroy, OnInit { |
|
|
|