refactor(PropertySetter): use the global reflector
This commit is contained in:
@ -44,7 +44,7 @@ export function main() {
|
||||
|
||||
function createView(pv) {
|
||||
component = new TestComponent();
|
||||
view = pv.instantiate(null, null, null);
|
||||
view = pv.instantiate(null, null);
|
||||
view.hydrate(new Injector([]), null, component);
|
||||
cd = view.changeDetector;
|
||||
}
|
||||
|
Reference in New Issue
Block a user