Commit bf1b5b4
committed
refactor(core): drop a reference to
New `ng new` apps no longer generate `enableProdMode` calls when an app is created. The prod mode is enabled via CLI flags (and configuration in the `angular.json` if needed).
PR Close #49723enableProdMode() in a console.log (#49723)1 parent e08d679 commit bf1b5b4
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1009 | 1009 | | |
1010 | 1010 | | |
1011 | 1011 | | |
1012 | | - | |
1013 | | - | |
| 1012 | + | |
1014 | 1013 | | |
1015 | 1014 | | |
1016 | 1015 | | |
| |||
0 commit comments