File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ ng build
161
161
162
162
You can also add your own env files other than ` dev ` and ` prod ` by doing the following:
163
163
- create a ` src/environments/environment.NAME.ts `
164
- - add ` { "NAME": 'src/environments/environment.NAME.ts' } ` to the the ` apps[0].environments ` object in ` angular-cli.json `
164
+ - add ` { "NAME": 'src/environments/environment.NAME.ts' } ` to the ` apps[0].environments ` object in ` angular-cli.json `
165
165
- use them via the ` --env=NAME ` flag on the build/serve commands.
166
166
167
167
### Base tag handling in index.html
@@ -323,7 +323,7 @@ Angular-CLI supports all major CSS preprocessors:
323
323
- less ([ http://lesscss.org/ ] ( http://lesscss.org/ ) )
324
324
- stylus ([ http://stylus-lang.com/ ] ( http://stylus-lang.com/ ) )
325
325
326
- To use these prepocessors simply add the file to your component's ` styleUrls ` :
326
+ To use these preprocessors simply add the file to your component's ` styleUrls ` :
327
327
328
328
``` javascript
329
329
@Component ({
You can’t perform that action at this time.
0 commit comments