Appendix B
Angular Cheat Sheet
Here is a quick reference cheat sheet for you to familiarize yourself with common Angular syntax and CLI commands. Take some time to review and orient yourself with new Angular syntax, major components, CLI scaffolds, and common pipes.
You may find the list especially useful if your background is with AngularJS, since you will need to unlearn some old syntax.
If you are new to Angular or simply not a fan of CLI commands, check out Nx Console at https://nx.dev/angular/cli/console, an awesome desktop app, and a Visual Studio Code extension, that can write your CLI arguments for you. That said, I do recommend that you first gain familiarity with the CLI commands and force yourself to use them for a bit, so you have a better understanding of how Nx Console works.
Binding, or data binding, refers to an automatic one or two-way connection between a variable in code and a value displayed or inputted in an HTML template...