Last change
on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
250 bytes
|
Rev | Line | |
---|
[baf4cc4] | 1 | import { bootstrapApplication } from '@angular/platform-browser';
|
---|
| 2 | import { appConfig } from './app/app.config';
|
---|
| 3 | import { AppComponent } from './app/app.component';
|
---|
| 4 |
|
---|
| 5 | bootstrapApplication(AppComponent, appConfig)
|
---|
| 6 | .catch((err) => console.error(err));
|
---|
Note:
See
TracBrowser
for help on using the repository browser.