This book gives you a step-by-step approach to building web apps using Angular, by starting with the essentials such as ES6, Webpack, and TypeScript, following with core Angular concepts such as modules, directives, components, data binding, routing, and more. It really is a journey through all the essential concepts you'll need to know as an Angular developer.
The Angular Cookbook provides many recipes that help you learn Angular concepts in depth using a step-by-step approach. You'll develop web components with Angular and go on to cover advanced concepts such as dynamic components, state management using NgRx, effectively testing your Angular apps, and building PWAs.
Victor Savkin, Nitin Vericherla, Thomas Burleson•2018•70 pages
Intermediate
This book focuses on common Angular development problems, especially in the enterprise, and shows how to utilize nx and its plugins to solve them. Learn strategies to organize your code into small single-purpose libraries that can be composed to make large applications, and learn how to use nx to enforce quality and consistency across your codebase.