Book Image

Building an Application with AngularJS [Video]

By : Gabriel N. Schenker
Book Image

Building an Application with AngularJS [Video]

By: Gabriel N. Schenker

Overview of this book

Get creative with AngularJS to develop exciting applicationsAbout This Video • Use views and controllers to build an application from the ground up quickly • Construct Angular Services and implement Dependency Injection with the help of illustrative examples • Master asynchronous programming through the effective use of JavaScript coupled with Angular In Detail AngularJS helps you build dynamic web apps quickly and easily. If you are looking for scalability and modularity in your apps, then AngularJS is the technology for you. It provides you with all the tools necessary to develop apps that are both attractive and functional. This video course will show you how to write a complex application using AngularJS, one step at a time. You will begin with preparing the system by setting up the necessary prerequisites. Then you will scaffold your application and write your first controllers and views using data binding to stitch them together. You will then move on to implementing your own custom services as well as directives to make your app flexible and extensible. Finally, you will turn your attention to testing the code before the course ends and you are ready to write your own Angular application.You will start with an empty slate but by the end of the course, creating and implementing complex AngularJS applications will be easier than ever.
Table of Contents (9 chapters)
Chapter 1
Getting Started
Section 1
Introducing a Minimal Angular Application
Whenever we learn a new programming language or framework, we want to know how the hello world program is implemented. - Create an HTML5 page and import the angular library from a CDN - Add the ng-app directive to the body tag - Add an input with an ng-model directive and a div with an angular expression