Skip to content

Commit 9bbacdd

Browse files
committed
chore: fix issues.
Fixes #625 Fixes #624.
1 parent a025e75 commit 9bbacdd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

addon/ng2/blueprints/ng2/files/__path__/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/';
44

55
if (environment.production) {
66
enableProdMode();

addon/ng2/blueprints/ng2/files/__path__/system-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const barrels: string[] = [
3232
/** @cli-barrel */
3333
];
3434

35+
// eslint-disable-next-line camelcase
3536
const _cliSystemConfig: any = {};
3637
barrels.forEach((barrelName: string) => {
3738
_cliSystemConfig[barrelName] = { main: 'index' };

0 commit comments

Comments
 (0)