Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular - Complete Essential Guide
Rating: 4.4 out of 5(98 ratings)
450 students

Angular - Complete Essential Guide

Let's learn and understand Angular core concepts in details by watching presentation and writing code in labs.
Created byAwais Jamil
Last updated 12/2023
English

What you'll learn

  • Develop modern, complex, responsive and scalable web applications with Angular 8
  • Fully understand the architecture behind an Angular 8 application and how to use it
  • Use their gained, deep understanding of the Angular 8 fundamentals to quickly establish themselves as frontend developers
  • Crack angular job interviews easier
  • Create Angular Apps From Scratch and scale it up to any level
  • Learn Angular with Firebase to build Realtime Web and Mobile Apps

Course content

10 sections90 lectures11h 50m total length
  • What is an Angular ?4:42

    In this video, we will learn what is an angular and it's overall introduction.

  • Angular Architecture Overview7:18

    In this video we will Angular Architecture, will understand:

    • Modules

    • Components

    • Services

    • Pipes

    We will look at how angular works.


  • Project List1:17

    List of Project Available in the course

  • Creating Angular Project5:37

    In this video, We will setup Angular Development Environment and will generate a new project

  • Angular Project Structure6:04

    We will learn all the Project Files and folder in this Video.

    • App Folder

    • Assets Folder

    • Environment Folder

    • Favicon File

    • tslint.json

    • main.ts

    Also we will take a look at how to build the project and run it on browser.

  • Visual Studio Code and it's Features7:24

    In this Video we will learn Video studio Code and It's features for web development and Angular. We will look at some important Extensions for Angular Workflow

  • Theory - Understanding the Angular Decorators6:15

    Very Important topic ( Decorator ). Decorator are really important in Angular they bring the different files and code together and configure them to work together.

    To create component we use:

    • @Component Decorate for Components

    • Modules we will use @NgModule

    • @Injectable  for services.


    Very important topic that we need to talk about it right now.

  • Project WorkSpace Configuration8:02

    We will learn about workspace configuration | Overall  JSON structure of Angular.json file.

  • Bootstrapping Angular Application4:41

    In this video we will learn how the Angular Project get bootstraps. In simple words how the different pieces of code gets together to be able to run in the browser

  • Angular CLI5:00

    Angular CLI ( Command Line Utility ) which is an amazing tool to generate new project and other components of application :

    • Modules

    • Components

    • Services

    • Pipes

    Angular CLI is used to run the project and build is for production.

  • Angular Console14:40

    We will be learning angular console GUI utility which is really helpful for people who are not good with remembering terminal command. User can generate components, Services with Angular Console pretty much anything you can do with CLI you can do with console the good thing about it is that this show you options with description so you exactly know what available to you.

Requirements

  • HTML
  • CSS
  • JavaScript
  • TypeScript

Description

Angular was designed by Google to address challenges programmers face building complex, single-page applications. This JavaScript framework takes care of the back end so you can take care of the client side. Angular 8 Essential Training introduces you to the essentials of this "superheroic" framework, including powerful features such as rich templates, change detection, user interactions, two-way data binding, comprehensive routing, and dependency injection.

Awais Jamil steps through the framework one feature at a time, focusing on the component-based architecture of Angular. Learn what Angular is and what it can do, as Awais builds a full-featured web app from start to finish. After mastering the essentials

Topics Included:

  • What is an Angular ?

  • Angular Project Structure

  • Angular CLI

  • Angular Console

  • Modules

  • Components

  • Dependency Injection

  • Services

  • Building Events and Properties

  • Getting Data to Components

  • Template Forms

  • Reactive Forms

  • Routing

  • HTTP Module

  • Angular Deployment

We will build two project :

  1. Redit Clone

  2. Mobile App Using Angular And IONIC

This course is packed with content and takes a very easy approach to explain all the core concepts of Angular. Learning by visual animated slides will make you understand the concepts like Modules, Components, Pipes, Services and Directives. We cover lazy loading with angular which makes your application perform at it's  full speed.


I am really excited to have you onboard. Let's get started with Angular Complete Essential Guide.


Who this course is for:

  • JavaScript Developer wants to Dive Deep into Angular Framework and Build Single Page Web Apps and Mobile App.