Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 3.13 KB

index.adoc

File metadata and controls

65 lines (53 loc) · 3.13 KB
layout course_path course_title course_description course_slug course_cover course_promo_video course_book reviews
course-landing.hbs
courses/angular/
Angular
Build the web applications of tomorrow using the new Angular web framework from Google.
angular
/assets/images/courses/angular/angular.w555.playicon.noptim.jpg
true
name image review subject
Max Lam
10738078_2fff.jpg
I'm a big fan of Asim's courses. This course is power punch pack if you want to learn about Angular2.
Angular
name image review subject
John Amuesi
generic1.png
I don't normally leave reviews on anything but what Asim has produced warrants a review. This is a fantastic course that will help lower the learning curve into Angular for beginners as well as experienced developers.
Angular
name image review subject
Randy
318181_677e.jpg
Asim has once again shown why his courses are always a MUST BUY! He is in the top echelon of teachers! Excellent presentation of content, overview and examples of features!
Angular
name image review subject
Evan
generic2.png
I'll update this as I continue the course but I'm absolutely impressed. It is clear how much thought, work, and professional experience is put in. Update Halfway - I understand why you use Plunker, its awesome. and THANK YOU for including the angular-cli!
Angular

After taking this course, you are going to be able to:

  • Understand the latest features of ES6 JavaScript and TypeScript.

  • Build an Angular 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.

Important
This courses teaches you Angular v2+ from scratch, you don’t need to know AngularJS 1.x.

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.

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.