add location interface to router
This commit is contained in:
@@ -2,3 +2,4 @@ export * from 'router-slot';
|
||||
export * from './router-slot.element';
|
||||
export * from './router-slot-change.event';
|
||||
export * from './router-slot-init.event';
|
||||
export * from './route-location.interface';
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
export interface UmbRouteLocation {
|
||||
name?: string;
|
||||
params: {
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user