Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Try AngularJS: Beginner's Guide to Front End Web Development
Rating: 4.6 out of 5(1,069 ratings)
86,689 students

Try AngularJS: Beginner's Guide to Front End Web Development

Built and managed by Google, AngularJS is one of the most powerful front-end frameworks in the world.
Created byJustin Mitchel
Last updated 10/2016
English

What you'll learn

  • Build a basic AngularJS Web Application
  • Know the fundamentals of AngularJS
  • Learn about the powerful AngularJS concept known as "directives"
  • Understand concepts like Data-binding
  • Running a local web server to handle URL Routing in AngularJS

Course content

4 sections33 lectures4h 25m total length
  • Introduction2:37

    Welcome to Try AngularJS!

  • Front End vs Backend4:39

    What's the difference between the front-end and the backend? 

  • AngularJS vs jQuery5:31

    What's the difference between AngularJS and jQuery?

  • Before we get Started3:03

    A few things before we start on our journey together!

Requirements

  • We go step-by-step so some HTML skills are helpful but not 100% needed for successful completion
  • Basic Javascript is helpful
  • Basic HTML is helpful
  • Basic CSS is helpful

Description

If the internet was created today, AngularJS's core functionalities would have been built-in on day one. That's the mindset the developers had when they were creating AngularJS... how would we create a framework that would fix all of the core issues with the beginning of the internet? 

Here's a simple concept: <h1></h1>

If you're familiar with HTML then you know this to be a heading tag which has default formatting on all web browsers. In short, it makes text stand out.

What if you wanted a tag like: <awesome-sauce></awesome-sauce>? Like just that tag? With it's own default formatting and function? With AngularJS this is downright simple. It's called a directive and something you'll learn in this series.

How about easy filtering of content in a list? Or ordering? These things can be done using other technology but AngularJS makes is super simple. 

This course is here to teach you the fundamentals of AngularJS to build a blog application complete with filtering, directives, searching, typeahead, ordering, ngResource, and much more.

Who this course is for:

  • Anyone interested in learning AngularJS
  • Web Developers looking to build more responsive Web Applications
  • jQuery users looking for a more robust, out-of-the-box, solution