Skip to content

Commit dc77ec6

Browse files
committed
fix: move the environment files in an envronment folder in src next to main.ts
1 parent cb59744 commit dc77ec6

File tree

1 file changed

+0
-1
lines changed
  • addon/ng2/blueprints/ng2/files/__path__

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { enableProdMode } from '@angular/core';
33
import { AppModule } from './app/';
44
import { environment } from './environments/environment';
55

6-
76
if (environment.production) {
87
enableProdMode();
98
}

0 commit comments

Comments
 (0)