refactor(shadow dom): do not use injectors nor directives
This prepares us for the app/render split in the compiler.
This commit is contained in:
@ -45,7 +45,7 @@ export function main() {
|
||||
function createView(pv) {
|
||||
component = new TestComponent();
|
||||
view = pv.instantiate(null, null);
|
||||
view.hydrate(new Injector([]), null, component);
|
||||
view.hydrate(new Injector([]), null, null, component);
|
||||
cd = view.changeDetector;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user