Please click here if you are not redirected within a few seconds.
Angular Notes › shanebow.com
Angular Notes

Getting Started

The Basics

Components & Data Binding

Simply put, data binding facilitates communication between a component and the DOM to keep your script and the display in synch

Angular provides four types of data binding that provide variations on the direction the data flows and whether a method is called or variable is accessed.

Directives

Services Dependency Injection

Routing

Observables

Forms

Pipes

Http

Authentication

Optimizations & NgModules

Deployment

Animations & Testing