Files
angular-challenges/apps/angular/1-projection/src/main.ts

5 lines
155 B
TypeScript

import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent);