mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
style: match styleguide catch callback
This commit is contained in:
parent
82f2bda2f5
commit
467c02b35c
@ -9,7 +9,7 @@
|
||||
<%= experimentalIvy ? '// ' : '' %>}
|
||||
<%= experimentalIvy ? '// ' : '' %>
|
||||
<%= experimentalIvy ? '// ' : '' %>platformBrowserDynamic().bootstrapModule(AppModule)
|
||||
<%= experimentalIvy ? '// ' : '' %> .catch(err => console.log(err));
|
||||
<%= experimentalIvy ? '// ' : '' %> .catch(err => console.error(err));
|
||||
<% if (experimentalIvy) { %>
|
||||
import { AppComponent } from './app/app.component';
|
||||
import { ɵrenderComponent as renderComponent } from '@angular/core';
|
||||
|
Loading…
x
Reference in New Issue
Block a user