mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-15 12:50:32 +02:00
5 lines
250 B
TypeScript
5 lines
250 B
TypeScript
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
import { AppModule } from './app/app.module';
|
|
|
|
// eslint-disable-next-line no-console
|
|
platformBrowserDynamic().bootstrapModule(AppModule).catch((err) => console.error(err));
|