May 2020
Intermediate to advanced
824 pages
17h 16m
English
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 ...