style: match styleguide catch callback

This commit is contained in:
Sean Wright 2018-09-10 10:21:16 -04:00 committed by Keen Yee Liau
parent 82f2bda2f5
commit 467c02b35c

View File

@ -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';