Skip to content

Commit ea52f40

Browse files
authored
Update main.ts
1 parent 6629477 commit ea52f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
// main.ts
12
import 'reflect-metadata';
23
import 'zone.js';
34

45
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
56
import {AppModule} from './app.module';
67

7-
88
platformBrowserDynamic().bootstrapModule(AppModule)
99
.catch(err => console.error(err));

0 commit comments

Comments
 (0)