May 2018
Intermediate to advanced
512 pages
11h 3m
English
For Angular development, this book will be leveraging VS Code. It is highly recommended that you also use VS Code.
For Windows:
PS> choco install VisualStudioCode -y
For macOS:
$ brew cask install visual-studio-code
One of the best features of Visual Studio Code is that you can also launch it from the CLI. If you're in a folder that you'd like to be editing, simply execute code . or a particular file by executing code ~/.bashrc or code readme.md.
For more information, refer to https://code.visualstudio.com ...
Read now
Unlock full access