Merge branch 'main' into bugfix-data-type-folder-deletion

This commit is contained in:
Mads Rasmussen
2023-04-21 14:15:06 +02:00
committed by GitHub
269 changed files with 5325 additions and 4733 deletions

View File

@@ -1,4 +1,14 @@
export * from 'router-slot/model';
export type {
IRoute,
PageComponent,
Guard,
IRoutingInfo,
IComponentRoute,
IRedirectRoute,
IResolverRoute,
Params,
Query,
} from 'router-slot/model';
export * from 'router-slot/util';
export * from './route-location.interface';
export * from './route.context';