core/common/extension-hooks.ts
Allows to extend the existing applications from a module.
Methods |
get | ||||||||
get(activatedRoute?: ActivatedRoute)
|
||||||||
Allows to resolve the data of an extension point. The return value can be a Promise or Observable (allowing for asynchronous data resolution).
Parameters :
Returns :
Observable | Promise | [] | T
|