projects/aoc-client/ui/overlay/aoc-ui-window/aoc-ui-window-dyn.service.ts
Methods |
|
constructor(appRef: ApplicationRef, environmentInjector: EnvironmentInjector, aocUiPlatformService: AocUiPlatformService)
|
||||||||||||
Parameters :
|
closeAll |
closeAll()
|
Returns :
void
|
create | |||||||||
create(cmpTypeOrTplRef: Type
|
|||||||||
Parameters :
Returns :
any
|
Async createLazy | |||||||||
createLazy(loadComponent: () => void, aocUiWindowDynConfig: AocUiWindowDynConfig)
|
|||||||||
Parameters :
Returns :
unknown
|
open | |||||||||
open(cmpTypeOrTplRef: Type
|
|||||||||
Parameters :
Returns :
any
|
Async openLazy | |||||||||
openLazy(loadComponent: () => void, aocUiWindowDynConfig: AocUiWindowDynConfig)
|
|||||||||
Parameters :
Returns :
unknown
|
setViewContainerRef | ||||||
setViewContainerRef(vcr: ViewContainerRef)
|
||||||
Parameters :
Returns :
void
|