mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Working through obvious non-image content defects, from top of menu (Getting Started) through Fundamentals/Components.
5 lines
177 B
TypeScript
5 lines
177 B
TypeScript
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
|
|
import { AppModule } from './app/app.module';
|
|
|
|
platformBrowserDynamic().bootstrapModule(AppModule);
|