AAE-36664 Cleanup deprecated AppConfigModule (#11016)

* cleanup deprecated AppConfigModule

* migrate factory to initializer

* add provideAppExtensions() api to allow deprecating ExtensionsModule in apps

* fix viewer render import

* use Angular control flow instead of NgIf

* use Angular control flow instead of NgSwitch
This commit is contained in:
Denys Vuika
2025-07-30 14:08:33 -04:00
committed by GitHub
parent 4c4dd195a4
commit d5c2e7c585
8 changed files with 126 additions and 146 deletions

View File

@@ -41,3 +41,4 @@ export * from './lib/store/states/repository.state';
export * from './lib/components/public-api';
export * from './lib/extensions.module';
export * from './lib/providers';