AW-6526 ng update @angular/core@19 @angular/cli@19

This commit is contained in:
2026-01-19 10:15:18 +01:00
parent 0ff8992874
commit 8d5412e643
156 changed files with 9628 additions and 3066 deletions

View File

@@ -4,9 +4,10 @@ import { MVT } from 'ol/format';
import { FeatureClass } from 'ol/Feature';
@Component({
selector: 'aol-format-mvt',
template: '',
providers: [{ provide: FormatComponent, useExisting: forwardRef(() => FormatMVTComponent) }],
selector: 'aol-format-mvt',
template: '',
providers: [{ provide: FormatComponent, useExisting: forwardRef(() => FormatMVTComponent) }],
standalone: false
})
export class FormatMVTComponent extends FormatComponent {
@Input()