mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
* feat: add an env for testing closure builds * build(npm): add dev dependency on yarn (and remove dev props for readability) * build: refactor integration test runner
4 lines
174 B
TypeScript
4 lines
174 B
TypeScript
import {platformBrowser} from '@angular/platform-browser';
|
|
import {AppModuleNgFactory} from './app.ngfactory';
|
|
|
|
platformBrowser().bootstrapModuleFactory(AppModuleNgFactory);
|