cleanup(change_detection): fixed ChangeDetector interface
This commit is contained in:
parent
3bdf669ddf
commit
a027912891
@ -25,6 +25,7 @@ export class ChangeDetector {
|
|||||||
mode:string;
|
mode:string;
|
||||||
|
|
||||||
addChild(cd:ChangeDetector) {}
|
addChild(cd:ChangeDetector) {}
|
||||||
|
addShadowDomChild(cd:ChangeDetector) {}
|
||||||
removeChild(cd:ChangeDetector) {}
|
removeChild(cd:ChangeDetector) {}
|
||||||
remove() {}
|
remove() {}
|
||||||
hydrate(context:any, locals:Locals, directives:any) {}
|
hydrate(context:any, locals:Locals, directives:any) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user