Streamline your web applications with this hands-on course. From initial structuring to full deployment, you'll learn everything you need to know about AngularJS DOM based frameworks.
Key Features
Make the most out of AngularJS by understanding the AngularJS philosophy and applying it to real-life development tasks
Effectively structure, write, test, and finally deploy your application
Add security and optimization features to your AngularJS applications
Harness the full power of AngularJS by creating your own directives
Full of solutions to real life problems, with clear explanations of the more sophisticated AngularJS concepts
Book DescriptionAngularJS is an open-source JavaScript framework. Its goal is to develop MVC-based web applications and reduce the amount of JavaScript needed to make web applications functional.The book will take the reader through the workflow of building an AngularJS app. Throughout the process of app creation, we will have a look at the different interaction points between design and development and the readers will learn how AngularJS helps both roles to build an application that works well, as well as how to create clean and maintainable front end markup and code.What you will learn
Use AngularJS DOM-based templating effectively and learn how it differs from other frameworks
Query and modify data in various backends and become proficient with the promise API
Quickly create complex forms, taking full advantage of the 2-way data binding
Introduce navigation in your web application by relaying on the HTML5 History API
Manage dependencies with the AngularJS module and the Dependency Injection systems
Localize your web application to prepare it for an international audience
Secure your web application from unauthorized users
Build a variety of AngularJS directives: widgets, validators, and wrapping 3rd party plugins
Gain a deep understanding of the AngularJS compiler to build even more sophisticated directives
Unit test AngularJS-specific JavaScript code using the Jasmine BDD testing framework
Structure your web application by organizing it into a meaningful and flexible directory structure
Who this book is forThis book will be most useful to developers who are evaluating or have decided to use AngularJS for a real life project. You should have some prior exposure to AngularJS, at least through basic examples. We assume that you've got working knowledge of HTML, CSS, and JavaScript.