Greg Magolan 89704cc5f3 build: update integration/bazel to Ivy and new rollup_bundle (#33434)
The legacy rollup_bundle will be removed for the rules_nodejs 1.0 release

PR Close #33434
2019-10-28 16:24:57 -07:00

5 lines
146 B
TypeScript

import {platformBrowser} from '@angular/platform-browser';
import {AppModule} from './app.module';
platformBrowser().bootstrapModule(AppModule);