Files
angular-challenges/apps/ngrx/2-effect-vs-selector/src/main.ts
2024-05-12 12:18:12 +02:00

7 lines
213 B
TypeScript

import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
bootstrapApplication(AppComponent, appConfig);