source:
Sources/frontend/src/main.ts@
8423429
Last change on this file since 8423429 was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 214 bytes |
Rev | Line | |
---|---|---|
[8423429] | 1 | import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; |
2 | ||
3 | import { AppModule } from './app/app.module'; | |
4 | ||
5 | ||
6 | platformBrowserDynamic().bootstrapModule(AppModule) | |
7 | .catch(err => console.error(err)); |
Note:
See TracBrowser
for help on using the repository browser.