Revert "feat(core): expose inputs
, outputs
and ngContentSelectors
on ComponentFactory
."
This reverts commit 1171f91a80
.
This commit is contained in:
@ -97,8 +97,7 @@ export class AppModule implements Injector, NgModuleRef<any> {
|
||||
this.renderer2 = new DomRendererFactory2(null, null);
|
||||
trustedEmptyColor = this.sanitizer.bypassSecurityTrustStyle('');
|
||||
trustedGreyColor = this.sanitizer.bypassSecurityTrustStyle('grey');
|
||||
this.componentFactory =
|
||||
createComponentFactory('#root', TreeComponent, TreeComponent_Host, {}, {}, []);
|
||||
this.componentFactory = createComponentFactory('#root', TreeComponent, TreeComponent_Host);
|
||||
}
|
||||
|
||||
get(token: any, notFoundValue: any = Injector.THROW_IF_NOT_FOUND): any {
|
||||
|
Reference in New Issue
Block a user