Angular FireBootCamp
Welcome to the FireBootCamp Angular Course materials - from SSW.
Introduction to Angular
Intro to the Angular CLI
Hello World App - Part 1 Your First Component
Hello World App - Part 2 Two-way Data-binding and Adding Components
Counter App - Part 1 Communicating between Components
Counter App - Part 2 Introducing Services
Counter App - Part 3 Introducing Angular Http Client
CRM App - Part 1 Creating an Angular CLI Project
CRM App - Part 2 Generating Components
CRM App - Part 3 Third Party Dependencies and Styling
CRM App - Part 4 Angular Services
CRM App - Part 5 RxJS and Observables
CRM App - Part 6 Angular’s Http Client Module
CRM App - Part 7 Delete Companies
CRM App - Part 8 Component Communication
CRM App - Part 9 Routing
CRM App - Part 10 Reactive Forms - Add Company
CRM App - Part 11 Reactive Forms - Edit Company
CRM App - Part 12 State Management
CRM App - Part 13 Modules and Code Splitting
CRM App - Part 14 Testing
Testing - Part 1 Creating the Testing App
Testing - Part 2 Building The Testing App
Testing - Part 3 Jasmine JavaScript Testing Framework
Testing - Part 4 Faking Dependencies
Testing - Part 5 TestBed API
Testing - Part 6 async( ) and fakeAsync( )
Testing - Part 7 e2e (end to end) tests with Protractor
Testing - Part 8 Testing Services