Brief Summary
This course is all about diving into Angular JS! Perfect for beginners, it guides you through creating fast and responsive websites, teaching you essential terms and concepts along the way.
Key Points
-
Build fast websites using Angular
-
Learn the ins and outs of Angular JS
-
Understand MVC architecture
-
Create modules and controllers
-
Work with binding expressions and directives
Learning Outcomes
-
Understand what Angular JS is and how it works
-
Create modules and controllers effectively
-
Use directives and binding expressions to enhance web applications
-
Familiarize yourself with MVC architecture
-
Confidently build single page applications (SPAs)
About This Course
Learn to build fast websites
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
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
Know what Angular js does
Define and create modules
Create expressions to bind data
David D.
A nice light overview of AngularJS. There was quite a bit of repetition between exercises. A good start for beginners.