Notes
- The book assumes that you are working in a Unix-like environment. If you are on Windows you can use Cygwin so that you can follow along with the bash terminal commands.
- All the project files for the book are hosted on github: https://github.com/aminmeyghani/angular2-intro. You can clone the repository and check out the project files. Throughout the book, you will see references to the project files. Those refer to this repository. For example,
angular2-intro/project-files/hello-angularrefers to thehello-angularfolder inside theproject-filesfolder. - Make sure you have
gitinstalled on your machine. That is, make sure you get an output forgit --version. - The book assumes that you have a working knowledge of JavaScript and Angular 1.x
- Node is heavily used throughout the book. Make sure that you follow the βNodeβ chapter to install Node and set permissions correctly.
- All the keyboard shortcuts are mac-based. But if you are using a non-mac machine, you can almost always replace
commandwithctrland you should be good. For example, if you a see a shortcut likecommand + shift + b, you can usectrl + shift + bwherectrlis obviously thecontrolkey!