src/app/core/ngxs/actions/router.actions.ts
Properties |
constructor(route: string)
|
||||||
Parameters :
|
Public route |
Type : string
|
Static Readonly type |
Type : string
|
Default value : '[App] Naviagte to Page'
|
export class Navigate {
static readonly type = '[App] Naviagte to Page';
constructor(public route: string) {}
}