refactor(PropertySetter): use the global reflector

This commit is contained in:
Victor Berchet
2015-03-11 19:57:21 +01:00
parent c67194a3ef
commit 951a808e0e
20 changed files with 75 additions and 120 deletions

View File

@ -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;
}