File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
addon/ng2/blueprints/ng2/files/__path__ Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- import { bootstrap } from '@angular/platform-browser-dynamic' ;
2
- import { enableProdMode } from '@angular/core' ;
3
- import { < %= jsComponentName % > AppComponent , environment } from './app/' ;
1
+ import { bootstrap } from '@angular/platform-browser-dynamic' ;
2
+ import { enableProdMode } from '@angular/core' ;
3
+ import { < %= jsComponentName % > AppComponent , environment } from './app/' ;
4
4
5
5
if ( environment . production ) {
6
6
enableProdMode ( ) ;
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ const barrels: string[] = [
32
32
/** @cli -barrel */
33
33
] ;
34
34
35
+ // eslint-disable-next-line camelcase
35
36
const _cliSystemConfig : any = { } ;
36
37
barrels . forEach ( ( barrelName : string ) => {
37
38
_cliSystemConfig [ barrelName ] = { main : 'index' } ;
You can’t perform that action at this time.
0 commit comments