Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created March 26, 2018 02:00
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 debugmodedotnet/481356a0e0eb544c5cad4f190d0eb780 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/481356a0e0eb544c5cad4f190d0eb780 to your computer and use it in GitHub Desktop.
export class AppComponent {
title = 'app';
@ViewChild('messagecontainer', { read: ViewContainerRef }) entry: ViewContainerRef;
constructor(private resolver: ComponentFactoryResolver) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment