feat(core): added support for detecting lifecycle events based on interfaces
This commit is contained in:
@ -12,6 +12,7 @@ export interface OnChange { onChange(changes: StringMap<string, any>): void; }
|
||||
export interface OnDestroy { onDestroy(): void; }
|
||||
|
||||
/**
|
||||
* Defines lifecycle method [onAllChangesDone ] called when the bindings of all its children have been changed.
|
||||
* Defines lifecycle method [onAllChangesDone ] called when the bindings of all its children have
|
||||
* been changed.
|
||||
*/
|
||||
export interface OnAllChangesDone { onAllChangesDone (): void; }
|
||||
export interface OnAllChangesDone { onAllChangesDone(): void; }
|
||||
|
Reference in New Issue
Block a user