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