File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
packages/schematics/angular/application/files/src Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- <% if(!!viewEncapsulation) { %>import { ViewEncapsulation } from '@angular/core';<% }%>
2
- import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
1
+ <% if(!!viewEncapsulation) { %>import { ViewEncapsulation } from '@angular/core';
2
+ <% }%> import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
3
3
4
4
import { AppModule } from './app/app.module';
5
5
6
6
<% if(!!viewEncapsulation) { %>
7
7
platformBrowserDynamic().bootstrapModule(AppModule, {
8
8
defaultEncapsulation: ViewEncapsulation.<%= viewEncapsulation %>
9
9
})
10
- .catch(err => console.error(err));
11
- <% } else { %>
10
+ .catch(err => console.error(err));<% } else { %>
12
11
platformBrowserDynamic().bootstrapModule(AppModule)
13
12
.catch(err => console.error(err));
14
- <% } %>
13
+ <% } %>
You can’t perform that action at this time.
0 commit comments