Skip to content

Instantly share code, notes, and snippets.

@natmegs
Created December 20, 2017 22:38
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/d2a605f8c1000647532c3b66351f6141 to your computer and use it in GitHub Desktop.
Save natmegs/d2a605f8c1000647532c3b66351f6141 to your computer and use it in GitHub Desktop.
Add imports to host component
import { DynamicComponent } from './dynamic.component';
@Component({
selector: 'host',
templateUrl: './host.component.html',
styleUrls: [ './host.component.css' ],
entryComponents: [DynamicComponent]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment