Skip to content

Instantly share code, notes, and snippets.

@natmegs
Created December 20, 2017 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natmegs/6782ba1b539ca727c7ffd97164656de0 to your computer and use it in GitHub Desktop.
Save natmegs/6782ba1b539ca727c7ffd97164656de0 to your computer and use it in GitHub Desktop.
Alternative addComponent method
addComponent() {
let factory = this.resolver.resolveComponentFactory(DynamicComponent);
this.container.createComponent(factory);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment