mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
feat(challenge14): race condition with rxjs
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { importProvidersFrom } from '@angular/core';
|
||||
import { MatDialogModule } from '@angular/material/dialog';
|
||||
import { bootstrapApplication } from '@angular/platform-browser';
|
||||
import { AppComponent } from './app/app.component';
|
||||
|
||||
bootstrapApplication(AppComponent).catch((err) => console.error(err));
|
||||
bootstrapApplication(AppComponent, {
|
||||
providers: [importProvidersFrom(MatDialogModule)],
|
||||
}).catch((err) => console.error(err));
|
||||
|
||||
Reference in New Issue
Block a user