AngularJS Fundamentals

wmv   Hot:63   Size:655.16 MB   Created:2017-09-17 20:12:40   Update:2017-10-21 10:53:46  

Download link

File List

  • 01. Introduction to Angular/01. Course Introduction.wmv 2.65 MB
    01. Introduction to Angular/02. Module Introduction.wmv 1.61 MB
    01. Introduction to Angular/03. Introduction to Angular .wmv 16.65 MB
    01. Introduction to Angular/04. Angular Architecture.wmv 3.57 MB
    01. Introduction to Angular/05. Demo - Hello World in Angular.wmv 4.42 MB
    01. Introduction to Angular/06. The Angular Event Reg Application.wmv 3.79 MB
    01. Introduction to Angular/07. Angular Seed.wmv 14.64 MB
    01. Introduction to Angular/08. Summary.wmv 765.33 KB
    02. Controllers and Markup/01. Introduction.wmv 12.48 MB
    02. Controllers and Markup/02. Controllers and Scope.wmv 2.19 MB
    02. Controllers and Markup/03. Demo - Controllers.wmv 15.42 MB
    02. Controllers and Markup/04. Demo - Displaying Repeating Information.wmv 6.29 MB
    02. Controllers and Markup/05. Demo - Handling Events.wmv 10.88 MB
    02. Controllers and Markup/06. Buil-in Directives.wmv 3.17 MB
    02. Controllers and Markup/07. Event Directives.wmv 1.97 MB
    02. Controllers and Markup/08. Other Directives - Part 1.wmv 17.5 MB
    02. Controllers and Markup/09. Other Directives - Part 2.wmv 7.5 MB
    02. Controllers and Markup/10. IE Restrictions.wmv 3.1 MB
    02. Controllers and Markup/11. Expressions.wmv 3.79 MB
    02. Controllers and Markup/12. Filters.wmv 1.78 MB
    02. Controllers and Markup/13. Built-in Filters.wmv 19.72 MB
    02. Controllers and Markup/14. Writing Custom Filters.wmv 5.6 MB
    02. Controllers and Markup/15. Two Way Binding.wmv 1.83 MB
    02. Controllers and Markup/16. Demo - Two Way Binding.wmv 13.67 MB
    02. Controllers and Markup/17. Validation.wmv 11.68 MB
    02. Controllers and Markup/18. Summary.wmv 2.76 MB
    03. Creating and Using Services/01. Introduction to Services.wmv 7.38 MB
    03. Creating and Using Services/02. Demo - Creating Your First Custom Service.wmv 10.07 MB
    03. Creating and Using Services/03. Demo - Another Custom Service Example.wmv 14.98 MB
    03. Creating and Using Services/04. Introduction to Built-In AngularJS Services.wmv 1.56 MB
    03. Creating and Using Services/05. Demo - Using the $http and $q Services Together.wmv 22.46 MB
    03. Creating and Using Services/06. Demo - Using the $rsource and $q Services.wmv 20.34 MB
    03. Creating and Using Services/07. Demo - Using the $anchorScroll Service.wmv 3.63 MB
    03. Creating and Using Services/08. Demo - Using the $cacheFactory Service.wmv 7.23 MB
    03. Creating and Using Services/09. Demo - Using the $compile Service.wmv 6.55 MB
    03. Creating and Using Services/10. Demo - Using the $parse Service.wmv 7.22 MB
    03. Creating and Using Services/11. Demo - Using the $locale Service.wmv 5.33 MB
    03. Creating and Using Services/12. Demo - Using the $timeout Service.wmv 7 MB
    03. Creating and Using Services/13. Demo - Using the $exceptionHandler Service.wmv 2.9 MB
    03. Creating and Using Services/14. Demo - Using the $filter Service.wmv 3.5 MB
    03. Creating and Using Services/15. Demo - Using the $cookieStore Service.wmv 5.67 MB
    03. Creating and Using Services/16. Overview of Less Common Services.wmv 6.67 MB
    03. Creating and Using Services/17. Suggested Exercises.wmv 2.24 MB
    04. Routing/01. Introduction to Routing.wmv 920.94 KB
    04. Routing/02. Websites of Yore.wmv 5.68 MB
    04. Routing/03. Single Page Applications.wmv 3.19 MB
    04. Routing/04. Demo - Adding Your First Route.wmv 17.44 MB
    04. Routing/05. Demo - More Routing and Browser History.wmv 11.85 MB
    04. Routing/06. Demo - Creating a Default Route.wmv 1.72 MB
    04. Routing/07. Demo - Accessing Parameters from the Route.wmv 6.59 MB
    04. Routing/08. Demo - Using the $route Service.wmv 9.27 MB
    04. Routing/09. Demo - Enabling HTML5 Routing.wmv 6.01 MB
    04. Routing/10. Demo - Template and Resolve Properties.wmv 10.07 MB
    04. Routing/11. Demo - Using the $location Service.wmv 12.33 MB
    04. Routing/12. Summary.wmv 706.72 KB
    04. Routing/13. Suggested Exercises.wmv 1.01 MB
    05. Creating Custom Directives/01. Introduction to Directives.wmv 3.58 MB
    05. Creating Custom Directives/02. Demo - Creating Your First Directive.wmv 11.2 MB
    05. Creating Custom Directives/03. Demo - Domain Specific Language via Custom Elements.wmv 11.37 MB
    05. Creating Custom Directives/04. Demo - Isolating Directive Scope.wmv 7.19 MB
    05. Creating Custom Directives/05. Demo - Exploring Isolate Scope Bindings.wmv 14.61 MB
    05. Creating Custom Directives/06. Demo - Handling Events with Directives.wmv 5.97 MB
    05. Creating Custom Directives/07. Demo - Observing and Responding to Changes.wmv 8.03 MB
    05. Creating Custom Directives/08. Demo - Using Controllers within Directives.wmv 10.68 MB
    05. Creating Custom Directives/09. Demo - Sharing Directive Controllers via Require.wmv 8.09 MB
    05. Creating Custom Directives/10. Demo - Directive Priority and Using Terminal.wmv 5.64 MB
    05. Creating Custom Directives/11. Demo - Using Require with Nested Directives.wmv 4.54 MB
    05. Creating Custom Directives/12. Demo - Understanding Transclusion.wmv 9.6 MB
    05. Creating Custom Directives/13. Demo - Using Compile to Transform the DOM.wmv 13.04 MB
    05. Creating Custom Directives/14. Demo - Making jQuery More Explicit with Directives.wmv 15.36 MB
    05. Creating Custom Directives/15. Summary.wmv 1.6 MB
    06. Testing Angular/01. Introduction.wmv 2.47 MB
    06. Testing Angular/02. Installing Karma.wmv 7.33 MB
    06. Testing Angular/03. Karma with Webstorm.wmv 4.63 MB
    06. Testing Angular/04. Testing Controllers.wmv 17.84 MB
    06. Testing Angular/05. Testing Simple Services.wmv 3.58 MB
    06. Testing Angular/06. Testing Services with Dependencies.wmv 8.23 MB
    06. Testing Angular/07. Testing AJAX Services.wmv 5.46 MB
    06. Testing Angular/08. Testing Filters.wmv 2.42 MB
    06. Testing Angular/09. Testing Directives - Overview.wmv 3.01 MB
    06. Testing Angular/10. Setting up Karma for Testing Directives.wmv 4.57 MB
    06. Testing Angular/11. Testing Directives.wmv 16.03 MB
    06. Testing Angular/12. End to End Testing - Overview.wmv 2.02 MB
    06. Testing Angular/13. Setting up Karma for End to End Testing.wmv 3.14 MB
    06. Testing Angular/14. End to End Testing - Part 1.wmv 15.23 MB
    06. Testing Angular/15. End to End Testing - Part 2.wmv 11.87 MB
    06. Testing Angular/16. Troubleshooting End to End Tests.wmv 4.45 MB
    06. Testing Angular/17. Summary.wmv 1.51 MB

Download Info

  • Tips

    “AngularJS Fundamentals” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.