export everything from router

This commit is contained in:
Jacob Overgaard
2023-04-12 11:22:16 +02:00
parent 5b4f61fc5b
commit b5a1415220

View File

@@ -1,4 +1,4 @@
export type * from 'router-slot/model';
export * from 'router-slot/model';
export * from 'router-slot/util';
export * from './route-location.interface';
export * from './route.context';