source:
Sources/frontend/src/main.ts@
cd15236
Last change on this file since cd15236 was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 214 bytes |
Line | |
---|---|
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.