Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. this.componentFactory = injector.get(ComponentFactoryResolver).resolveComponentFactory(component);
  2. this.observedAttributes = componentFactory.inputs.map(input => input.templateName); // we use templateName to handle this case @Input('aliasName');
Add Comment
Please, Sign In to add comment