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