Learn Angular: Build a Todo App
- Length: 229 pages
- Edition: 1
- Language: English
- Publisher: SitePoint
- Publication Date: 2018-06-15
- ISBN-10: B07DTX6X14
Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop.
This book contains a complete tutorial on building a todo app with Angular. Along the way, we’ll learn about installation and setup, component architecture, adding a REST backend, routing, authentication, and much more.
This book is for all front-end developers who want to become proficient with Angular and its related tools. You’ll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.
Table of Contents
Chapter 1: Getting the First Version of the App Up and Running
Chapter 2: Understanding Component Architecture
Chapter 3: Angular and RxJS: Adding a REST API Back End
Chapter 4: An Introduction to Component Routing with Angular Router
Chapter 5: Authentication: Protecting Private Content
Chapter 6: How to Update Angular Projects to the Latest Version