Companies Home Search Profile

AngularJS JumpStart with Dan Wahlin

Focused View

Dan Wahlin

5:23:17

28 View
  • 001 Course Introduction.mp4
    01:25
  • 002 Course Outline and Application Overview.mp4
    03:49
  • 003 Meet the Instructor.mp4
    00:49
  • 004 Pre-Requisites.mp4
    00:34
  • 005 Where do I get the Module Materials and Code.html
  • 006 Module-1.pdf
  • 007 Introduction.mp4
    01:18
  • 008 SPA Overview.mp4
    04:35
  • 009 Jumping into AngularJS.mp4
    02:59
  • 010 AngularJS Hello World.mp4
    07:02
  • 011 Key Players in AngularJS.mp4
    07:11
  • 012 AngularJS Documentation.mp4
    02:53
  • 013 Summary.mp4
    00:44
  • 001 Module-2.pdf
  • 002 Introduction.mp4
    01:46
  • 003 Data Binding Overview.mp4
    05:25
  • 004 Directives and Expressions.mp4
    06:23
  • 005 Directives and Expressions in Action.mp4
    07:52
  • 006 Additional Directives.mp4
    05:53
  • 007 Iterating Over Data.mp4
    01:41
  • 008 ng-repeat in Action.mp4
    05:21
  • 009 Sorting and Formatting Data.mp4
    05:11
  • 010 Formatting Data with Filters.mp4
    05:25
  • 011 Sorting and Filtering Data with Filters.mp4
    03:56
  • 012 Dynamic Sorting with the orderBy Filter.mp4
    03:17
  • 013 Summary.mp4
    00:40
  • 001 Module3.pdf
  • 002 Introduction.mp4
    02:46
  • 003 AngularJS Architecture Patterns.mp4
    03:36
  • 004 The Role of Controllers.mp4
    04:42
  • 005 Creating a Controller.mp4
    06:34
  • 006 A Quick Note About Stand-Alone Controller Functions.html
  • 007 The ng-controller Directive.mp4
    03:05
  • 008 Hooking a View to a Controller.mp4
    01:15
  • 009 Using Controller As Syntax.mp4
    02:18
  • 010 The Role of Modules.mp4
    03:21
  • 011 Creating a Module.mp4
    02:21
  • 012 Adding a Controller to a Module.mp4
    07:04
  • 013 Options for Adding a Controller into a Module.mp4
    05:24
  • 014 Parameter Injection Techniques.mp4
    03:16
  • 015 Summary.mp4
    01:00
  • 001 Module-4.pdf
  • 002 Introduction.mp4
    02:16
  • 003 Routing Overview.mp4
    03:18
  • 004 Referencing the ngRoute Module.mp4
    01:07
  • 005 Adding the ngRoute Script into an Application.mp4
    01:48
  • 006 Configuring Routes.mp4
    04:50
  • 007 Using $routeProvider to Configure Routes.encrypted.m4a
  • 007 Using $routeProvider to Configure Routes.encrypted.mp4
    :
  • 008 Using the ng-view Directive.mp4
    01:16
  • 009 Adding ng-view to a Page.mp4
    01:33
  • 010 Adding Another Route, View, and Controller.mp4
    09:23
  • 011 Summary.mp4
    01:21
  • 001 Module-5.pdf
  • 002 Introduction.mp4
    02:05
  • 003 Factory and Service Overview.mp4
    03:25
  • 004 Creating a Factory.mp4
    06:12
  • 005 Refactoring Code into a Factory.mp4
    03:51
  • 006 Injecting a Factory into a Controller.mp4
    05:20
  • 007 Creating a Service.mp4
    03:01
  • 008 Refactoring Code into a Service.mp4
    01:42
  • 009 Defining Application Values.mp4
    02:27
  • 010 Defining Values and Constants.mp4
    03:49
  • 011 Making Ajax Calls from a FactoryService.mp4
    03:58
  • 012 RESTful Services A Quick Note About Node.js Express Versions.html
  • 013 Creating a RESTful Service.mp4
    03:30
  • 014 Using the $http Service.encrypted.m4a
  • 014 Using the $http Service.encrypted.mp4
    :
  • 015 Wiring Promises to Success and Error Callbacks.mp4
    03:41
  • 016 Using the $log Service.encrypted.m4a
  • 016 Using the $log Service.encrypted.mp4
    :
  • 017 Summary.mp4
    00:58
  • 001 Module-6.pdf
  • 002 Introduction.mp4
    01:57
  • 003 Enhancing the UI with Bootstrap.mp4
    02:54
  • 004 Adding Bootstrap Classes.mp4
    06:17
  • 005 Animation Overview.mp4
    03:45
  • 006 Animation Examples and Resources.mp4
    03:58
  • 007 The ngAnimate Module.mp4
    01:09
  • 008 Adding the ngAnimate Script and Module.mp4
    01:41
  • 009 Defining Animations in CSS.mp4
    05:19
  • 010 Creating a Stylesheet with CSS Transitions.mp4
    04:33
  • 011 Referencing Animation Classes.mp4
    01:51
  • 012 Hooking Directives to Animations.mp4
    02:37
  • 013 Summary.mp4
    01:35
  • 014 Thank You!.html
  • 002 Slides.pdf
  • 003 Introduction.mp4
    02:18
  • 004 The Role of Directives.mp4
    04:42
  • 005 Creating a Hello World Directive.mp4
    04:09
  • 006 Directive Categories.mp4
    06:08
  • 007 Directive Building Blocks.mp4
    10:06
  • 008 Summary.mp4
    01:22
  • 002 Slides.pdf
  • 003 Introduction.mp4
    01:36
  • 004 Understanding Shared and Isolate Scope.mp4
    08:06
  • 005 Shared and Isolate Scope Demo.mp4
    02:35
  • 006 @ Local Scope Property.mp4
    04:15
  • 007 @ Local Scope Property Demo.mp4
    05:37
  • 008 = Local Scope Property.mp4
    02:46
  • 009 = Local Scope Property Demo.mp4
    04:54
  • 010 & Local Scope Property.mp4
    03:57
  • 011 & Local Scope Property Demo.mp4
    04:09
  • 012 The link() function.mp4
    07:31
  • 013 link() Function Demo.mp4
    06:14
  • 014 Summary.mp4
    01:34
  • 001 About this Article Series on AngularJS Directives.html
  • 002 The-Fundamentals.pdf
  • 003 Isolate-Scope.pdf
  • 004 Isolate-Scope-and-Function-Parameters.pdf
  • 005 Restriction-and-Transclusion.pdf
  • 006 Part 5 The link() Function.html
  • 007 Using-Controllers.pdf
  • 008 Creating-a-Unique-Value-Directive-using.pdf
  • Description


    Building Web applications? Learn to build robust Single Page Applications (SPAs) with the popular AngularJS framework!

    What You'll Learn?


    • Learn the benefits of Single Page Applications
    • Learn and be able to explain the key components in Angular
    • Stay up-to-date on Angular with Google Developer Expert (GDE) Dan Wahlin
    • Teach HTML New Tricks with Directives
    • Build Controllers and Bind Data to Views
    • Use $scope for Data Binding
    • Understand the importance of two-way data binding
    • Understand the Role of Modules
    • Learn what routing is and why it's so important in Angular apps
    • Understand how to use Factories and Services
    • Learn how to "Jazz" up your SPAs with Animations

    Who is this for?


  • Web developers with existing experience working with HTML, CSS, and JavaScript
  • What You Need to Know?


  • Any text editor can be used to follow along and build AngularJS code.
  • More details


    Description

    ** Updated with new articles and bonus videos about getting started building custom Angular directives! **

    Please note that this course covers version 1.x of AngularJS. This course does not cover Angular development (which is different than AngularJS).

    There are many AngularJS courses on the Web now. Which one should you take? If you're looking to quickly grasp the core concepts of AngularJS 1.x with hands-on examples and want to learn from a developer/instructor with over 20 years of experience who has also been awarded the Angular Google Developer Expert (GDE) award from Google then this is the course for you! Dan also created the popular AngularJS in 60-ish Minutes video on YouTube (over 1.9 million views) so if you enjoyed that then you'll love this course!

    AngularJS is a powerful JavaScript framework that can be used to build Single Page Applications (SPAs) that run in the browser. By the time you're done with this course you'll understand how AngularJS can be used to build applications. This includes learning how to build custom controllers and re-useable services, how to bind data into views, how routing works, and also how custom animations can be used to add polish to your apps. The course even includes bonus sections on getting started building custom directives! This is a hands-on course that you can follow along with and learn by doing.

    -----------------------------------

    AngularJS is a robust Single Page Application (SPA) framework that can be used to build dynamic, client-centric applications that can run in desktop browsers as well as on phones and tablets. You can use AngularJS to build multi-screen applications that perform much like a desktop application but can be viewed and interacted with using a normal browser.
     
      In this course by Google Developer Expert (GDE) Dan Wahlin you'll learn essential concepts that you need to know to get started building AngularJS applications such as controllers, scope, views, routes, factories, services and more. The course provides step-by-step walk-throughs and coding demos that you're encouraged to code along with to enhance the learning process. By the end of the course you'll understand how all of the AngularJS pieces fit together and be able to apply this knowledge to building your own custom Web applications. 

         The AngularJS JumpStart course is broken down into 6 modules (with additional bonus modules included) with each module providing source code so that you can follow along if you'd like. 

    1. AngularJS - The Big Picture

    2. Views, Directives and Filters

    3. Controllers, Scope and Modules

    4. Routing

    5. Services and Factories

    6. Animation

    7. Bonus: Getting Started Building Custom Directives

    8. Bonus: Shared Scope, Isolate Scope, the link() Function

    9. Bonus: Articles on Building Custom AngularJS Directives

         By the end of the course you'll have walked through of all of the key components in AngularJS and built a working Single Page Application. If you're looking to "jumpstart" your AngularJS knowledge look no further than this course. It's a great technology to know and add to your resume! 

    Who this course is for:

    • Web developers with existing experience working with HTML, CSS, and JavaScript

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Dan Wahlin is a world-renowned developer and instructor who has been teaching developers for over 20 years and has a knack for making hard concepts easy to understand. Google, Microsoft, and Docker have recognized his contributions in the world of Web development and awarded him the Google GDE (Google Developer Expert), Microsoft MVP, Regional Director, and Docker Captain awards. Dan founded Wahlin Consulting which provides consulting and training services on Web technologies such as JavaScript, Angular, React, Node, HTML5, C#, ASP.NET Core, Web API, Docker, Kubernetes, and more. Dan also speaks at conferences and user groups around the world and has written several books and 100s of magazine articles on Web technologies.  Dan blogs about a variety of topics and runs the Code with Dan newsletter. Follow Dan on Twitter @DanWahlin.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 91
    • duration 5:23:17
    • English subtitles has
    • Release Date 2023/09/09