refactor(change_detector): made change detection responsible for processing events
Closes #3666
This commit is contained in:
@@ -79,6 +79,7 @@ export function main() {
|
||||
|
||||
tcb.overrideTemplate(MyComp, t).createAsync(MyComp).then((root) => { rootTC = root; });
|
||||
tick();
|
||||
|
||||
rootTC.componentInstance.form = new ControlGroup({});
|
||||
rootTC.componentInstance.name = 'old';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user