Angular - The Complete Guide ( Edition)
- Offered byUDEMY
Angular - The Complete Guide ( Edition) at UDEMY Overview
Duration | 34 hours |
Total fee | ₹455 |
Mode of learning | Online |
Credential | Certificate |
Angular - The Complete Guide ( Edition) at UDEMY Highlights
- Earn a Certificate of completion from Udemy
- Learn from 147 downloadable resource & 42 articles
- Comes with 30 days money back guarantee and full lifetime access
Angular - The Complete Guide ( Edition) at UDEMY Course details
- For Newcomer as well as experienced frontend developers
- For everyone interested in learning a state-of-the-art frontend JavaScript framework
- Which architecture Angular uses
- How to use TypeScript to write Angular applications
- How databinding works
- What Pipes are and how to use them
- How to access the Web
- Learn all about Components, Directives, Services, Forms, Http Access, Authentication, Optimizing an Angular App with Modules and Offline Compilation and much more
- Learn how to deploy an application
- This course will also show how to use the Angular CLI and feature a complete project, which allows to practice the things learned throughout the course
- Build great web apps which offer awesome user experiences
Angular - The Complete Guide ( Edition) at UDEMY Curriculum
Getting Started
What is Angular
Angular vs Angular 2 vs Latest Angular Version
Project Setup and First app
Editing the first App
The Basics
Module Introduction
How an Angular App gets Loaded and Started
Components are Important!
Creating a New Component
Understanding the Role of App Module and Component Declaration
Using Custom Components
Course Project - The Basics
Project Introduction
Planning the App
Setting up the Application
Creating the Components
Using the Components
Adding a Navigation Bar
Debugging
Understanding Angular Error Messages
Debugging Code in the Browser Using Source maps
Components & Databinding Deep Dive
Module Introduction
Splitting Apps into Components
Property & Event Binding Overview
Binding to Custom Properties
Assigning an Alias to Custom Properties
Binding to Custom Events
Course Project - Components & Databinding
Introduction
Adding Navigation with Event Binding and ngIf
Passing Recipe Data with Property Binding
Passing Data with Event and Property Binding (Combined)
Allowing the User to Add Ingredients to the Shopping List