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