A hugely well-liked JavaScript framework called Angular was created to benefit from component creation in web applications. Every six months, a new major version is made available, and it is constantly evolving.
Author Joseph D. Booth walks you through setting up a development environment, dealing with the Angular CLI, creating Hello World, and more with the most recent version of Angular, Angular 7, in his book Angular Succinctly. By the conclusion, you'll understand how to create templates, construct parts from those templates, and connect everything with modules to produce a seamless web app.
- Introduction
- Dev Environment
- Angular CLI
- Files and Folders
- Customization
- Your Environment
- Exploring Hello World
- Tweaking It a Bit
- Components
- Templates
- Modules
- Our Application
- Menu Navigation
- Services and Interfaces
- Standings
- Editing Data
- Scoring
- Getting HTTP Data
- Summary
- Appendix 1: Component Metadata
- Appendix 2: Template Syntax