RouterModuleAsyncOptions
@agros/common / RouterModuleAsyncOptions
Interface: RouterModuleAsyncOptions
Table of contents
Properties
Properties
imports
• imports: AsyncModuleClass
<any
>[]
Defined in
agros-common/src/modules/router.module.ts:18
inject
• inject: Type
<any
>[]
Defined in
agros-common/src/modules/router.module.ts:19
useFactory
• useFactory: (...args
: any
[]) => Promise
<RouteOptionItem
<any
>[]>
Type declaration
▸ (...args
): Promise
<RouteOptionItem
<any
>[]>
Parameters
Name | Type |
---|---|
...args | any [] |
Returns
Promise
<RouteOptionItem
<any
>[]>