Book Image

Learning AngularJS [Video]

By : Jack Herrington
Book Image

Learning AngularJS [Video]

By: Jack Herrington

Overview of this book

A fast, easy and rewarding way to create web applications with AngularJS About This Video • Create simple and powerful web applications and learn to make your code reusable • Add resources, directives, services, and factories to increase the efficiency of your app • Get a spectacular and interactive visualization for your app through third party components such as D3.js, and Bootstrap • Use CSS and animations to make your app look good In Detail If you are looking for dynamic web apps that look good, then AngularJS is what you need. You can create custom web applications that suit your need in no time with AngularJS. With its scalable and modular architecture, AngularJS helps you create powerful web apps quickly and effortlessly. This course will teach you everything you need to know about building scalable and maintainable applications the right way. You will start with the AngularJS library, templates and controllers, and build the basic structure of a real world application. Then you will see how AngularJS interacts with the server to both read and write data with the help of Yeoman. Thereon you will learn how to use services, factories and modules to improve the modularity of your application before setting up the routing system for your app. Finally you will run your app through unit and integration tests and wrap third party libraries such as Bootstrap, JQuery and D3 in your application. By the end of this course you will be an expert in using all the AngularJS tools you need to build web applications that look good, work great and perform fast.
Table of Contents (8 chapters)
Chapter 1
Templates and Controllers
Section 1
Getting Started
How do I get started with AngularJS? It's as easy as adding a JavaScript library to your page. - Installing AngularJS - Creating some simple templates - Comparing with jQuery