// #docregion
import { bootstrap } from '@angular/platform-browser-dynamic';
import { DiDemoComponent } from './di_demo';
bootstrap(DiDemoComponent);