Browse Source
fix(client): remove standalone attribute
pull/5446/head
Kenrick Tandrian
4 months 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/benchmark-comparator/benchmark-comparator.component.ts
|
|
@ -63,7 +63,6 @@ import { NgxSkeletonLoaderModule } from 'ngx-skeleton-loader'; |
|
|
RouterModule |
|
|
RouterModule |
|
|
], |
|
|
], |
|
|
selector: 'gf-benchmark-comparator', |
|
|
selector: 'gf-benchmark-comparator', |
|
|
standalone: true, |
|
|
|
|
|
styleUrls: ['./benchmark-comparator.component.scss'], |
|
|
styleUrls: ['./benchmark-comparator.component.scss'], |
|
|
templateUrl: './benchmark-comparator.component.html' |
|
|
templateUrl: './benchmark-comparator.component.html' |
|
|
}) |
|
|
}) |
|
|
|