Angular 4: From Theory To Practice
Learn how to build the web applications of tomorrow using the Angular web framework from Google
Watch Promo
After taking this course, you are going to be able to:
- Understand the latest features of ES6 JavaScript and TypeScript.
-
Build an Angular
24+ application from scratch using TypeScript and the Angular command line interface. - Write code using the paradigm of reactive programming with RxJS and Observables.
- Know how to Unit Test Angular using Jasmine, Karma and the Angular Test Bed
The first chapter in the course is a quickstart where you dive straight into writing your first Angular application. We use the web editor plunker so you can get stuck in writing code ASAP.
In this quickstart you’ll get a 50,000 foot view of the major features of Angular v2+.
Then chapter by chapter we go much deeper into each of these features. We first cover the theory, using plunker as much as possible so you can try out the code yourself in a browser. Then you’ll practice what you’ve learnt with either an online quiz or a set of flash cards.
You are going to learn all about:
- Typescript & ES6 Javascript.
- Components & Binding
- Directives
- Dependency Injection & Services
- Angular Modules & Bootstrapping your Angular application.
- SPAs & Routing
- Angular CLI
- Forms
- Reactive Programming with RXJs
- HTTP
- Testing
- Packaging & Releasing
The ideal student for this course is an existing web developer, with some JavaScript knowledge that wants to add Angular to their skill set.
Or perhaps you are an existing Angular 1 developer who wants to level up to Angular 4.
You do need to be comfortable with at least the ES5 version of JavaScript.
We’ll be using a UI framework called twitter bootstrap throughout the course but you still must know HTML and some CSS.
Your Instructor
Developer, author, trainer and speaker with over 16 years experience building applications for organisations such as the European Space Agency and Google.
Wrote my first program in 1988, my first website in 1996, earned a 1st Class Degree in Computer Science in 2000 and now 17 years later I specialise in teaching and consulting on JavaScript and Angular.
I've taught over 50,000 students Angular, JavaScript, Ionic and wrote the book Angular: From Theory to Practice.
Course Curriculum
-
PreviewAngular 1 vs 2 vs 4
-
PreviewOverview
-
PreviewIntro to Typescript (3:17)
-
PreviewPlunker (5:50)
-
PreviewWriting our first Application (14:26)
-
PreviewString Interpolation (6:36)
-
PreviewLooping (6:28)
-
PreviewProperty & Event Binding (11:06)
-
PreviewDomain Model (7:02)
-
PreviewNesting Components & Inputs (11:52)
-
PreviewUser Interaction & Outputs (12:14)
-
PreviewWrapping Up
-
PreviewFlash Cards (Quickstart) (5:10)
-
PreviewPractice Activity (Quickstart)
-
PreviewOverview
-
PreviewTypeScript Setup (6:03)
-
PreviewLet (9:42)
-
PreviewConst (5:21)
-
PreviewTemplate Strings (2:59)
-
PreviewFat Arrow Function (8:12)
-
PreviewDestructuring (5:19)
-
PreviewFor Of (5:22)
-
PreviewMap & Set (14:27)
-
PreviewPromises (13:45)
-
PreviewClasses & Interfaces (17:41)
-
PreviewDecorators (6:13)
-
PreviewModules (8:12)
-
PreviewTypes (18:24)
-
PreviewWrapping Up
-
PreviewFlash Cards (ES6 & TypeScript) (5:44)