mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
65f7686769
PR Close #51707
6 lines
212 B
TypeScript
6 lines
212 B
TypeScript
import { bootstrapApplication } from '@angular/platform-browser';
|
|
import { AppComponent } from './app/app.component';
|
|
import { appConfig } from './app/app.config';
|
|
|
|
bootstrapApplication(AppComponent, appConfig);
|