We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c044e8f commit 9d263c0Copy full SHA for 9d263c0
Angular/src/main.ts
@@ -3,5 +3,5 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3
import { AppModule } from './app/app.module';
4
5
platformBrowserDynamic().bootstrapModule(AppModule)
6
- // @ts-expect-error: `console.error` is used here intentionally for simple error logging during bootstrap
+ // @ts-expect-warning: `console.error` is used here intentionally for simple error logging during bootstrap
7
.catch((err) => console.error(err));
0 commit comments