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 1265b59 commit 66b1514Copy full SHA for 66b1514
packages/schematics/angular/application/files/src/main.ts
@@ -9,7 +9,7 @@
9
<%= experimentalIvy ? '// ' : '' %>}
10
<%= experimentalIvy ? '// ' : '' %>
11
<%= experimentalIvy ? '// ' : '' %>platformBrowserDynamic().bootstrapModule(AppModule)
12
-<%= experimentalIvy ? '// ' : '' %> .catch(err => console.log(err));
+<%= experimentalIvy ? '// ' : '' %> .catch(err => console.error(err));
13
<% if (experimentalIvy) { %>
14
import { AppComponent } from './app/app.component';
15
import { ɵrenderComponent as renderComponent } from '@angular/core';
0 commit comments