mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
02a625975c
The ngcc integration test application doesn't actually run, but was coded to use the experimental `renderComponent` bootstrapping function. This commit switches it to use the regular, `@angular/platform-browser` based bootstrap instead. PR Close #46568