import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { BrowserModule } from '@angular/platform-browser'; import { Component, ComponentFactoryResolver, EventEmitter, NgModule, OnInit, OnDestroy, ViewContainerRef } from '@angular/core'; import { Observable } from 'rxjs/Rx'; // MEMO: plunkerの場合は'rxjs/Rx'、ローカルでangular-cliの場合は'rxjs' /** * 動的に生成するサンプルコンポーネント */ @Component({