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