Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Angular Js For beginners
Rating: 3.8 out of 5(17 ratings)
151 students

Learn Angular Js For beginners

Learn to build fast websites
Last updated 3/2026
English

What you'll learn

  • Know what Angular js does
  • Define and create modules
  • Create expressions to bind data
  • Define and create controllers
  • Use directives in HTML
  • Know about MVC Architecture
  • Know about MV*
  • Use ng-app directive
  • Use ng-repeat directive
  • Register a controller

Course content

6 sections34 lectures3h 3m total length
  • Introduction4:31
  • What is Angular Js2:31
  • Angular Terminology4:00
  • MVC Architecture3:14
  • What is MV*4:26
  • Your Development Tool -Brackets6:34
  • Getting Angular Enabled8:37
  • Modules and Controllers14:59
  • Directives and Expressions14:47

Requirements

  • A Good text editor eg Brackets. We'll cover this in this course

Description

Angular allows your application to have an expanded HTML library. Learn to add behaviour to your HTML and speed up your application’s responsiveness. Angular js is famous for creating single page application which is known as SPA. There is a website called madewithangular that displays some of the projects and applications that have been created using Angular js. Angular js version 2 is currently still in testing and should be released sometime this year.

Who is This Course for?

This course is aimed at absolute beginners who want learn about Angular Js.

Prerequisites

  • Basic Knowledge of HTML
  • Basic Knowledge of CSS
  • Basic Knowledge of JavaScript

Angular Terminologies

Angular js has a lot of big words that you will come across.

Words like directives ,controllers ,scopes,modules,filters ,binding expressions

MVC and much more. We will cover some of them in this course.

What You will learn:

  • What is Angular js
  • How to download and reference Angular js
  • What is MVC and MV * Architecture
  • What is a Module and how to create a Module
  • What is a Controller and how to create a Controller
  • How to register a controller with a module
  • What is a Scope
  • What are binding expressions
  • What are directives and how to use them
  • How to use ng-app directive to bootstrap your application

Who this course is for:

  • This is a very basic beginners course for people who have a basic knowledge of HTML ,CSS and JavaScript