@jamarsto/kiunzi-micro-frontend-tools
Version:
Kiunzi framework Micro-frontend scaffolding
21 lines (20 loc) • 1.35 kB
TypeScript
export * from './lib/component/not-found/not-found.component';
export * from './lib/component/root/root.component';
export * from './lib/component/unauthorised/unauthorised.component';
export * from './lib/function/initialise-module-routes/initialise-module-routes.function';
export * from './lib/function/initialise-shell-routes/initialise-shell-routes.function';
export * from './lib/module/micro-front-end/micro-front-end.module';
export * from './lib/types/custom-module-routes/custom-module-routes.type';
export * from './lib/types/custom-shell-routes/custom-shell-routes.type';
export * from './lib/types/guards/guards.type';
export * from './lib/types/json-menu-items/json-menu-items.type';
export * from './lib/types/menu-item/menu-item.type';
export * from './lib/types/menu-items/menu-items.type';
export * from './lib/types/module/module.type';
export * from './lib/types/modules/modules.type';
export * from './lib/types/roles/roles.type';
export * from './lib/service/active-module-path/active-module-path.service';
export * from './lib/service/all-routes-guard/all-routes-guard.service';
export * from './lib/service/partial-routes-guard/partial-routes-guard.service';
export * from './lib/service/sync-route-module/sync-route-module.service';
export * from './lib/service/sync-route-shell/sync-route-shell.service';