Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning AngularJS 1

Posted By: Landau17
Learning AngularJS 1

Learning AngularJS 1
MP4 | Video: 720p | Duration: 1:18:02 | English | Subtitles: VTT | 216.3 MB



Google designed the AngularJS framework to help developers build web applications with advanced features like declarative templates, data binding, deep linking, and dependency injection. While Angular 2 is now available, many existing applications are built on the first, more mature iteration of the framework. Learning AngularJS is still important for anyone who wants to work in front-end web development.

In this short, practical course, Ray Villalobos uses AngularJS to build a searchable directory—a project you can use as the basis for your own employee or user directory. He explains the MVC architecture underlying AngularJS, and the differences you can expect to encounter in Angular 2. Then he shows how to control the display of DOM elements and data; use services like $http and $routeProvider; modify content with filters; add two-way data binding; and work with routes and templates. Start watching, and learn the simple way to build your own complex web application with AngularJS.

Topics include:
  • What is AngularJS?
  • Binding data
  • Defining modules and controllers
  • Using the $http service to read a JSON file
  • Controlling app logic with conditionals and loops
  • Filtering content and lists
  • Routing
  • Deep linking