Chapter 34: Bypassing Sanitizing for trusted values 130
............................................................................
Section 34.1: Bypassing Sanitizing with pipes (for code re-use)
130
..........................................................................
Chapter 35: Angular 2 Data Driven Forms 133
..................................................................................................
Section 35.1: Data driven form
133
.................................................................................................................................
Chapter 36: Angular 2 In Memory Web API 135
.................................................................................................
Section 36.1: Setting Up Multiple Test API Routes
135
..................................................................................................
Section 36.2: Basic Setup
135
..........................................................................................................................................
Chapter 37: Ahead-of-time (AOT) compilation with Angular 2 137
.........................................................
Section 37.1: Why we need compilation, Flow of events compilation and example?
137
........................................
Section 37.2: Using AoT Compilation with Angular CLI
138
.........................................................................................
Section 37.3: Install Angular 2 dependencies with compiler
138
.................................................................................
Section 37.4: Add `angularCompilerOptions` to your `tsconfig.json` file
138
..............................................................
Section 37.5: Run ngc, the angular compiler
138
..........................................................................................................
Section 37.6: Modify `main.ts` file to use NgFactory and static platform browser