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