Description
In this course, you will learn:-
- You will learn the most important Angular basics.
- You'll discover how to get started using Angular.
- You'll learn how to make apps using Angular 5 and beyond.
Syllabus:-
-
Introduction
-
Reference Files
-
What is Angular?
-
Installing tools in Windows
-
installing tools MAC OS
-
Creating our first Angular project
-
Serving our App and Structure Anatomy
-
Index.html and Build Process
-
Where do we write the App Code?
-
Main Module
-
Section 1 Quiz
-
Component anatomy
-
Manual Component generation
-
Automatic Component generation
-
Section 2 Quiz
-
ES6 Overview
-
typescript Overview
-
String Interpolation
-
Property Binding
-
Event Binding part 1
-
Event Binding part 2
-
Two-Way Databinding
-
Section 3 Quiz
-
Control Structure Directives
-
Loop Directive
-
Styling Directive
-
Class Directive
-
Section 4 Directive
-
Creating an HTML form
-
Form Submission
-
Converting HTML form to an Object
-
Pulling values from a Form
-
Section 5
-
Creating a Navigation
-
Registering Modules
-
Loading Routes
-
Using Angular Link Feature
-
Registering Modules and HTTP Injection
-
Pulling Data from API
-
Displaying API Data in our APP
-
Submitting a POST request
-
Where to go next!