Learn Angular from Scratch | Angular Tutorial for Beginners | Angular Tutorial Step by Step

preview_player
Показать описание
See our other Step by Step video series below :-

---------------------------------------------------------------------------------------------
Angular 2.X & 4.X syllabus
===============================================

(Angular 2.X and 4.X)How to open Angular 2 Source code.(Trailer)

(Angular2.X and 4.X)Lab 1: - Modules,Components, ng-model & expressions.

(Angular2.X and 4.X)Lab 2 :- 1-way/2-way binding, interpolations, template binding, event binding & cloning.

(Angular2.X and 4.X)Lab 3 :- @Input, @Output & Eventemitters.

(Angular2.X and 4.X)Lab 4 :- Angular Component Life Cycle.

(Angular2.X and 4.X)Lab 5 :- Providers, Services and Dependency Injection.

(Angular2.X and 4.X)Lab 6:- SPA(Single Page Application) using Routing.

(Angular2.X and 4.X)Lab 7:- Validation using Angular forms.

(Angular2.X and 4.X)Lab 8:- Making HTTP POST calls to REST service (WebAPI) using Angular 2.

(Angular2.X and 4.X)Lab 9 :- Lazy loading using Angular 2.

(Angular2.X and 4.X)Lab 10 :- Use WebPack for Angular 2 application.

(Angular2.X and 4.X)Lab 11 :- Use VS Code Editor.

(Angular2.X and 4.X)Lab 12:- Migration Angular 2.X to Angular 4.X.

(Angular2.X and 4.X)Lab 13:- Auxiliary router outlet / Named router outlet.

(Angular 2.X and 4.X)Lab 14 :- PathLocation & HashLocation Strategy.

(Angular 2.X and 4.X)Lab 15 :- Using JQuery in Angular 2/4.

(Angular 2.X and 4.X)Lab 16 :- Pipes in Angular 2/4.

========================================================================
ANGULAR 1.X
========================================================================

(Angular 1.X)Lab 1:- $scope, $rootscope, controller, models, expression & debugging.This is this video what your are seeing.(Angular 1.5)

(Angular 1.X)Lab 2 :- Digest Cycle, Watchers, One time, $watch and $apply. (Trailer) (Angular 1.5)

(Angular 1.X)Lab 3:- Factory and Services (Trailer) (Angular 1.5)

(Angular 1.X)Lab 4 :- Using $http service with WebAPI as back end.(Trailer)(Angular 1.5)

(Angular 1.X)Lab 5 :- Custom Directives, Restrict and Isolation Scope.(Trailer)(Angular 1.5)

(Angular 1.X)Lab 6:- Deferred and Promises.(Trailer)(Angular 1.5)

(Angular 1.X)Lab 7 :- Angular Unit Testing using Jasmine.(Trailer)(Angular 1.5)

(Angular 1.X)Lab 8 :- Implementing SPA using Angular Route and Angular UI Router.(Trailer)(Angular 1.5)

(Angular 1.X)Lab 9:- Emit, BroadCast and On Events. (Trailer)(Angular 1.5)

(Angular 1.X)Lab 10 :- Filters in AngularJS. (Trailer)(Angular 1.5)

(Angular 1.X)Lab 11 :- JQuery with AngularJS.(Angular 1.5)
In this video we will discuss how we can use JQuery with AngularJS.

(Angular 1.X)Lab 12:- Dot Rule and Controller AS keyword(Trailer)(Angular 1.5)

(Angular 1.X)Lab 13:- Angular Provider (Constant, Values, Provider, Service and Decorator).(Angular 1.5)

#AngularTutorialforBeginners #AngularCourse #LearnAngularFromScratch #AngularTraining #AngularStepbyStepTutorial
Рекомендации по теме
Комментарии
Автор

Great tutorial. Please post more videos.

I want to build a new large scale application with Angular JS 2.0, should I select “ASP.NET CORE” OR “MVC” option and what is the difference between them in terms of Angular 2.0. Please clarify or share the link where I can see the difference.

testtest
Автор

Excellent Tutorial for a beginner! Thanx for making us understand through a simple solution. Waiting for now more advanced tutorials of Angular2.

tusharkukreti
Автор

is there a quick way to include node_modules folder from already created Angular projects
which reside in same folder in which I am creating new project. e.g

app1/
/node_modules
/src
.
.


app2/
/can i include node_modules dir for this project
/src
.
.
because it takes much time each time I create a new project.

thanks in advance.

abdulmobeen-developer
Автор

Hi Sir, Can u Please Explain Angular 2 with Form.io Integration..How to Integrate form.io with angular 2 and if u can explain a bit more about Form.io customization it will be helpful. Thanks in advance

sureshthippani
Автор

Visual studio 2015 does not support windows 7 ultimate? i m getting error while installing..

vinitabadani
Автор

Sir could you please tell me what is the benefit of Angular 2.

fahadspecnia
Автор

Is Angular related to node.js and how? Is there any complementary introduction to node.js available from you? Can you start angular without any knowledge of node.js? Thank you

fastdrive
Автор

Today I have visited your site ...and I like the way you teach ..but your videos packages are too high
As a student I can't afford.
But I really want to learn more

KKCodes
Автор

Downloaded the files from the path provided. But still facing "Failed to load resource: the server responded with a status of 404 (Not Found)" error for systemjs.config.js file.

cutyanju
Автор

In StartUp.ts

const platform = platformBrowserDynamic;


I am unable to see bootstarpModule(),
I am geeting this Error
Error TS2339 Property 'bootstarpModule' does not exist on type '(extraProviders?: Provider[]) => PlatformRef'. TypeScript Virtual Projects.

Please give me solution

balarajug
Автор

We CANNOT follow along this video as the link from which you are copy pasting all the configuration files has changed :

pittresident
Автор

Can you please create a project with .NET core application and angular 2? Please make it asap...

abdulrazzack
Автор

Can you please create a project with .NET core application and angular 2?

maseeharazzack
Автор

i was waiting for this since long thanks

AjayPoriya
Автор

great, nice learning, I have developed a crud app for my client

thomsoni
Автор

sir can we make app in angular using visual studio 2015 (backend C#) which run on desktop and web when we online its run on web and same as when offline run on desktop same as

yaseenafzal
Автор

where is systemjs.config.js which is not available in folder of QuestPond.com site. can you please give me path to download same?

shrevyas
Автор

sir how can we connect node.js with angular2?

vishwanathparuvelly
Автор

Hi Sir,

I am getting the below error while compiling the project.

Severity Code Description Project File Line Suppression State
Error TS2415 Class 'Subject<T>' incorrectly extends base class 'Observable<T>'.
Types of property 'lift' are incompatible.
Type '<T, R>(operator: Operator<T, R>) => Observable<T>' is not assignable to type '<R>(operator: Operator<T, R>) => Observable<R>'.
Type 'Observable<T>' is not assignable to type 'Observable<R>'.
Type 'T' is not assignable to type 'R'. Lab1Angular2 (tsconfig project) 16 Active

brramit
Автор

Thank you so much !! Sir for this video.

jitendrakathua