NetanelBasal
2/12/2017 - 4:54 PM

dc1.app.ts

@Component({
  selector: 'my-app',
  template: `
    <template #alertContainer></template>
  `,
})
export class App {
 @ViewChild("alertContainer", { read: ViewContainerRef }) container;
}