Commit 7db40df
committed
fix(commands): fix outdated string utils import.
* Currently the command `ng make-this-awesome` is not working, because the stringUtils, for the camelize function are not loaded correctly.
> Cannot find module 'angular-cli/lib/utilities/string'
> Error: Cannot find module 'angular-cli/lib/utilities/string'1 parent dc86021 commit 7db40df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments