Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created March 26, 2018 01:59
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/b2cd394f3bbd3ee03cdc978b886be6ce to your computer and use it in GitHub Desktop.
Save debugmodedotnet/b2cd394f3bbd3ee03cdc978b886be6ce to your computer and use it in GitHub Desktop.
import {
Component,
ViewChild,
ViewContainerRef,
ComponentFactoryResolver,
ComponentRef,
ComponentFactory
} from '@angular/core';
import { MessageComponent } from './message.component';
@Component({
selector: 'app-root',
templateUrl: './app.component.html'
})
export class AppComponent {
title = 'app';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment