LazyDirective
Last updated
Last updated
Property
Description
@Input()
lazy: string
@Input()
lazyLoadChildren: string
@Input()
lazyActivate: (component: any) => void
@Input()
lazyDeactivate: (component: any) => void
@Output()
activate: EventEmitter<any>
@Output()
deactivate: EventEmitter<any>