Courses in category AngularJS

AngularJS Fundamentals
Start building modern AngularJS applications with component architecture and best practices. Build modern AngularJS applications. From MVC patterns through to Directives, Forms,...
2 hours 41 minutes 33 seconds

AngularJS Pro
Get advanced AngularJS skills for scalable apps. The only deep dive into the entire framework. Take your AngularJS skills to the Pro level. Comprehensive Directives, Modular and...
7 hours 23 minutes 55 seconds

AngularJS and Webpack for Modular Applications
How much work would it take for you to move all of your directives and their templates to several different new directories? You'd have to update the templateUrl, script tags, e...
43 minutes 56 seconds

AngularJS Authentication with JWT
JSON Web Tokens (JWT) are a more modern approach to authentication. As the web moves to a greater separation between the client and server, JWT provides a terrific alternative t...
31 minutes 11 seconds

Using Angular 2 Patterns in Angular 1.x Apps
Implementing modern component-based architecture in your new or existing Angular 1.x web application is a breath of fresh air. In this course, you are going to
1 hour 3 minutes 22 seconds

Build an MVP with AngularJS + Firebase by cloning TaskRabbit
TaskRabbit is an online and mobile marketplace that allows users to outsource small jobs and tasks to others in their neighbourhood. Users name the task they need done, name the...
3 hours 31 minutes 43 seconds

AngularJS Performance
Performance tuning for fast AngularJS. Master the internal workings and build blazing fast apps. Learn how to write highly performant AngularJS apps and master the internal work...
2 hours 52 minutes 22 seconds

AngularJS
Angular JS is a JavaScript framework developed by Google itself. The first release of Angular was released in 2010, after which this framework began to quickly gain popularity due to its speed and power. Angular JS is commonly used for SPA (Single Page Application) development. The goal of Angular JS is to extend the capabilities of browser applications using the MVC (Model-View-Controller) pattern. Angular JS is currently being developed in two versions Angular 1.x and Angular 2, between which there are significant differences. The choice of the Angular version depends on your application requirements.