[ACS-6926] Fix plugins routing (#3930)

* [ACS-6926] fix plugins routing

* [ACS-6926] add implement CanActivateChild
This commit is contained in:
Mykyta Maliarchuk
2024-07-17 19:22:49 +02:00
committed by GitHub
parent 32112392c6
commit de74b3bebc
5 changed files with 141 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ export * from './lib/models/viewer.rules';
export * from './lib/models/modal-configuration';
export * from './lib/routing/shared.guard';
export * from './lib/routing/plugin-enabled.guard';
export * from './lib/services/app.service';
export * from './lib/services/content-api.service';