Learn Angular 7+ from Scratch (for Beginners)

  Рет қаралды 235,492

Awais Mirza

Awais Mirza

Күн бұрын

Пікірлер: 131
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
@ 2:57:00 , Some part about form validation is missing (that is around 10 minutes). You can watch that part separately on this link. kzbin.info/www/bejne/r2nEmWOOo9dki7M
@param8378
@param8378 6 жыл бұрын
is it mondateory to learn java-script to learn angular js 4
@chytrabc374
@chytrabc374 7 жыл бұрын
Thanks for helping so many learners with such clear cut explanation and detailed explanation. Got a clear picture of angular 4 as a beginner. Great job. Teaching is the profession that teaches all of the other professions. and you are one of the best teacher
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
thanks
@hellorsanjeev11
@hellorsanjeev11 7 жыл бұрын
Probably the best video on angular 4 on the internet. Thank you Awais for sharing your knowledge.
@TradeBoss0203
@TradeBoss0203 5 жыл бұрын
Your explanation with simple clear voice makes lot of things understandable thanks for lecture.
@rushidesai2836
@rushidesai2836 7 жыл бұрын
Best Angular tut on KZbin!! Wow man!
@sameenawaida9173
@sameenawaida9173 6 жыл бұрын
I am new to angular 4 and your video helped me a lot.T hank you very much
@owodoluesther3369
@owodoluesther3369 7 жыл бұрын
i really love the aspect of base converter, thanks so much.
@guitar602991
@guitar602991 7 жыл бұрын
Hello for those who have trouble properly installing the @angular/cli or get errors try these steps Step 1: npm install -g @angular/cli@latest Step 2: ng new name-of-project (ignore if project already created) Step 3: cd name-of-project (ignore if project already created) Step 4: npm install @angular/cli --save-dev Step 5: npm install @angular/compiler-cli --save-dev Step 6: ng serve
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
(Y)
@krissh5444
@krissh5444 6 жыл бұрын
Create moreee love it...!! I really like your videos that flow that you explain - first preview of each and then gng in deep. great video, keep it up...
@AwaisMirza1
@AwaisMirza1 6 жыл бұрын
thanks :)
@renganathansubramanian868
@renganathansubramanian868 7 жыл бұрын
Useful video with decent explanations. Helped me get a proper foundation in angular 4. Thnaks a lot! Awais can you please clarify why you used [@myAnimation] = "state" ? What does the state mean here? Why did you use this statement?
@nirmalbarik1456
@nirmalbarik1456 7 жыл бұрын
Good way of teaching all fundamental
@felwyd
@felwyd 6 жыл бұрын
Thanks from Brazil! Nice tutorial
@LewesMint
@LewesMint 7 жыл бұрын
For anyone getting a 404 error on the students.json file used in the http service tutorial you need to create the file in the assets folder and then change the http.get request to: this.http.get('assets/students.json'). ...
@natigetch3940
@natigetch3940 7 жыл бұрын
thanks for sharing.
@sarksou
@sarksou 6 жыл бұрын
very true..
@shakalya195
@shakalya195 7 жыл бұрын
nice...tutorial... can you please let me know which edtor you are using right now? and how to make it act for angular coding?
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
its webstorm
@ravindarkumar2678
@ravindarkumar2678 6 жыл бұрын
this tutorial is very nice for beginners. Thanks a lot.
@st_mushroom
@st_mushroom 7 жыл бұрын
Can you pass Parameters when routerLink element is clicked? And is it possible to call a methode or function in RouterModule.forRoot() ?
@nodeShode
@nodeShode 6 жыл бұрын
Good Job...Thanx for the content that is really helpful for begiiners
@DanielWeikert
@DanielWeikert 7 жыл бұрын
Is there a way to loop through an object without using pipes? Thanks for the great Tutorial. Hopefully you continue create Angular 4 videos. I want to learn more ;)
@vsshan5863
@vsshan5863 6 жыл бұрын
What do you think? What is the ideal programming language learning sequence which will cover most of the heavily used languages and paradigms today as well as help to grasp common programming basics, ideas and practices? You can even suggest learning sequence for paradigms rather than languages
@Kammo777
@Kammo777 6 жыл бұрын
Awesome Tutorial...Best Of Luck Man
@bhanushkaekanayake9988
@bhanushkaekanayake9988 7 жыл бұрын
Excellent tutorial. Many thanks!
@asifmehmood8947
@asifmehmood8947 6 жыл бұрын
Really helpful and impressive way of explaining :)
@AjitSingh-br2qb
@AjitSingh-br2qb 6 жыл бұрын
Good tutorial and really helpful for beginners.
@ashisharora9694
@ashisharora9694 6 жыл бұрын
bro i am confuse which one is best and popular to learn Angular js , react js ,vue . plz help me bro . in btw very good vidoes . thanks . i can only learn one which will more helpful in my future career . plz reply
@artsyguy209
@artsyguy209 6 жыл бұрын
what was the point of learning express CRUD methods? now i have to create angular CRUD with absurd libraries and dependencies.
@prosenjitbanerjee6662
@prosenjitbanerjee6662 7 жыл бұрын
How does root component find out its child components? Is it through main.ts?
@awareawake9088
@awareawake9088 7 жыл бұрын
Awesome Presentation.
@pranijshrestha8774
@pranijshrestha8774 7 жыл бұрын
at 1:47:53 , I am getting `/home/vm/Desktop/angular/first/src/app/app.sort.ts (1,1): Declaration or statement expected.` . I am not really sure what is the problem. Could someone please help me ?
@vijayranka2659
@vijayranka2659 7 жыл бұрын
when i installs it. in dont get usually node-modules folder and when i installed npm install -g node-modules then it showed me that its installed on C: directory and when again i put ng serve then this error comes that="node_modules appears empty, you may have need to run npm install" how to solve that problem and how to delete any project which we makes and wanna delete that? answer me ASAP
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
node_modules isn't installed with npm. When you will create new project as I did, it automatically create this folder. It require package.json file. Check out my video on npm tutorial for better understanding. kzbin.info/www/bejne/hH7Si6VjeN1jjrM
@sameenawaida9173
@sameenawaida9173 6 жыл бұрын
Can you please help me.If you have created any admin template in angular 4.can you give me
@shraddhamore7963
@shraddhamore7963 6 жыл бұрын
I am getting following error.. i am getting struck here..can you pls help me what to do next? chunk {inline} inline.bundle.js (inline) 5.79 kB [entry] [rendered] chunk {main} main.bundle.js (main) 40.3 kB [initial] [rendered] chunk {polyfills} polyfills.bundle.js (polyfills) 549 kB [initial] [rendered] chunk {styles} styles.bundle.js (styles) 33.6 kB [initial] [rendered] chunk {vendor} vendor.bundle.js (vendor) 8.43 MB [initial] [rendered]
@ashokkumar199199
@ashokkumar199199 7 жыл бұрын
thank you this video. it covered all. but at the of validation how to display validation message for each validation respectively.
@thatsfeelgood
@thatsfeelgood 7 жыл бұрын
at 1:24:40 after adding [(ngModel)] I m not getting anything on a web page, even not getting any error. please help me
@haoxinzhang5871
@haoxinzhang5871 4 жыл бұрын
Awais Mirza. I really like your video. Can you release your source codes in this video. Thanks.
@TheSijapati
@TheSijapati 6 жыл бұрын
Thank you sir. Nice for beginners like me
@nani1240
@nani1240 7 жыл бұрын
At 01:25:04 seconds, whenever I'm trying to bind ngModel in < input> tag, it is giving me an error stating that "Can't bind to 'ngModel' since it is not a known property of input ".. Suggestions plz.. I'm using npm 3.10.10 and node version v6.11.1
@anilinsharma
@anilinsharma 6 жыл бұрын
Hey same issue have you resolved it?
@101010naresh
@101010naresh 7 жыл бұрын
this is fabulous video tutorials.
@sumeshsuseelan7695
@sumeshsuseelan7695 6 жыл бұрын
Thank you so much bro ... Your video helped me a lot ☺️
@ranjitmahadik4004
@ranjitmahadik4004 6 жыл бұрын
i want create project that is based on angular 4 i am getting some issues plzz help me
@saireddykota405
@saireddykota405 7 жыл бұрын
hello, I went through add an element in an array video, how can I make the added text permanent even after after reload.
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
localStorage or cache
@piyushmehra8950
@piyushmehra8950 7 жыл бұрын
Hello awais i want to learn angulrjs. So should i dcrt learn angulr4. Or 1st i have to lean angulr 1 , 2? Plzz rply
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
angularJS and angular 2/4 are two separate frameworks. No need to learn angularJS for angular 2 or 4. Angular 2 and 4 are similar.
@yes_arul
@yes_arul 6 жыл бұрын
if you know javascript you should go with angular 2/4/5/6
@soumyasurajita9651
@soumyasurajita9651 7 жыл бұрын
very nice for angularjs beginners
@harichan444
@harichan444 7 жыл бұрын
please add about router navigation module also
@ranjitmahadik4004
@ranjitmahadik4004 6 жыл бұрын
Sir I want some help regarding angular can you help me?
@warner1909
@warner1909 7 жыл бұрын
Watching in x4 speed
@sampadsasmal6926
@sampadsasmal6926 7 жыл бұрын
hmm
@fuu812
@fuu812 7 жыл бұрын
me too, it's a good video but indeed need to trim down some time
@SudhanshuRamTripathi
@SudhanshuRamTripathi 7 жыл бұрын
wow video..awesome explanation.. thanks a lot..
@nareshpulkam5683
@nareshpulkam5683 7 жыл бұрын
superb tutorial thank you very much
@abdulmobeen-developer
@abdulmobeen-developer 7 жыл бұрын
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 too time each time I create a new project. thanks in advance.
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
create package.json file in root directory of project and add modules in 'dependencies' key in this file. Check example of this file in any previous project. After that, navigate to that project directory in terminal and run 'npm install' . It will automatically create node_modules folder.
@abdulmobeen-developer
@abdulmobeen-developer 7 жыл бұрын
I did not understand !
@fdtechhub
@fdtechhub 7 жыл бұрын
how can i connect this app with sql server ?
@mateennmansoori7863
@mateennmansoori7863 7 жыл бұрын
We love to learn with your tutorial... Please tell me which editor using u r?
@konrad897
@konrad897 7 жыл бұрын
WebStorm
@sthoyyeti
@sthoyyeti 7 жыл бұрын
Visual Studio code is better if you don't have WebStorm license.
@yes_arul
@yes_arul 6 жыл бұрын
yes i have also vs code
@mydetlef
@mydetlef 7 жыл бұрын
Do you provide the source code - because router-link doesnt work as espected 48:00 - no link shown only text. The ng system compiles it to Members
@bashidali8366
@bashidali8366 7 жыл бұрын
include tag to show the out put on the view file
@manishagarwal6134
@manishagarwal6134 7 жыл бұрын
how to provide video url and play it using anguar 4?
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
ng-video, ng2-youtube and more packages available that can be used.
@exploringBhaarath
@exploringBhaarath 7 жыл бұрын
Very useful, Thank you..
@deepakgarg4978
@deepakgarg4978 7 жыл бұрын
I am unable to bind ngModel..Please help..i have added FormsModule also but still not able to bind.
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
try debugging with console logs and check if value changes or not.
@deepakgarg4978
@deepakgarg4978 7 жыл бұрын
Awais Mirza working fine now...Thanks for the help..
@WahabShah23
@WahabShah23 7 жыл бұрын
A decorator or a declarator @19:56:? NgModule , isn't it called the decorator function?
@AjayPatel-jz1ym
@AjayPatel-jz1ym 7 жыл бұрын
decorator is actually ECMA7 feature which made available in typescript implementation. Yes, it basically typescript function or just a function that adds extra conditions+data to another typescript classes/functions/interfaces etc. You can try disabling experimentalDecorators in tsconfig.json file.
7 жыл бұрын
you have good stuff, but you move your mouse quickly here and there and that is a distraction, please make a note about what to say, read it , fix the bugs, and then make a video, that will make a very good tutorial, since english is your 2nd language and also you are not sure how to explain, even though i can understand since iam versed with angular, if u fix this, your tutorial will be great
@sampadsasmal6926
@sampadsasmal6926 7 жыл бұрын
I am getting this error , plz help...[ Can't bind to 'ngModel' since it isn't a known property of 'input' ]
@DhavalParmar01
@DhavalParmar01 7 жыл бұрын
inside app.module.ts --> import { FormsModule } from '@angular/forms'; then in @NgMoule under imports: add FormsModule
@vitthalgb28
@vitthalgb28 7 жыл бұрын
Declare it in @NgModule under imports
@sureshshanmugam7712
@sureshshanmugam7712 7 жыл бұрын
Need to add the form module in module page.
@rushidesai2836
@rushidesai2836 7 жыл бұрын
Thanks a ton mate!
@rakeshy3
@rakeshy3 7 жыл бұрын
can we get source code of this tutorial?
@prabinthapa2426
@prabinthapa2426 7 жыл бұрын
which text editor did u use?
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
webstorm
@HassanMalikTW
@HassanMalikTW 7 жыл бұрын
Where are you located? How to contact you?
@dhirajshetty4317
@dhirajshetty4317 6 жыл бұрын
If possible please start making videos on react js
@KartikNaitik
@KartikNaitik 7 жыл бұрын
Hi @AwaisMirza, Please upload all other modules of Angular 4. Create a sample application like MVC Music Store as #Angular4MusicStore
@DhavalParmar01
@DhavalParmar01 7 жыл бұрын
why do we need decimalChanged(oldValue, newValue = $event) ?? we never used oldValue in fucntion also!! i did simple decimalChanged($event) in html & result is same !!
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
It was just to show that oldValue can also be received like this.
@DhavalParmar01
@DhavalParmar01 7 жыл бұрын
it gives me error oldValue identifier is not defined !!
@saurabhchauhan232
@saurabhchauhan232 7 жыл бұрын
it means oldValue is property right ? we will automatically get previous value in oldValue am I right ?
@abdulhameed-vo7jq
@abdulhameed-vo7jq 7 жыл бұрын
Good job. thanks
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
thanks :)
@jamalhaider1060
@jamalhaider1060 7 жыл бұрын
Excellent..
@kalpeshshimpi2491
@kalpeshshimpi2491 7 жыл бұрын
Hii sir I am kalpesh I am fresher 2017 pass out I want to do my career in web development feild and as angular is new in market so I know little bit abt HTML CSS JavaScript jQuery at collage level I am learning at home on utube and I am really confused that whether to go directly for angular J's or do UI Ux and go for angular waht will be better as hiring for angular J's is for experience nowdays and would the cmpy will hire me for angular or it will hire me for UI and ux and what should be choosen first directly go for angular J's or learn the UI Part sir really I am confused plzz help me it will be pleasure for me
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
Well, AngularJS and Angular are totally different frameworks. There are alot of applications developed with angularjs but most companies are shifting towards angular as it is faster and more secure. But still, you should know how to learn different things at short time. I would ask you to go for angular first and go for angularjs if needed later.
@bharathmb3715
@bharathmb3715 6 жыл бұрын
I'm beginner of angular 4. I tried developing your todo excise program I was stuck in add button while press the button it's showing enablepromocode(). I checked in main ts file and got it but add button not working.
@bharathmb3715
@bharathmb3715 6 жыл бұрын
Thank you finally button was working and I learned something in this video. Thank you so much. I hope forward looking for more videos from you.
@sampadsasmal6926
@sampadsasmal6926 7 жыл бұрын
](ngModel) ] = "NewItem" class="form-control" placeholder="Add Item" > .....help me
@vaibhavdarji5220
@vaibhavdarji5220 7 жыл бұрын
In short "NewItem" should be "newItem" as I wrote about
@pratuljak8833
@pratuljak8833 6 жыл бұрын
nice tutorial
@rabinpoudyal8184
@rabinpoudyal8184 7 жыл бұрын
Watching this in *2 speed :) . great video
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
Great (Y)
@TwoLittleBums
@TwoLittleBums 7 жыл бұрын
Web storm is the ide that he mentions in the vedio
@param8378
@param8378 6 жыл бұрын
is it mondateory to learn java-script to learn angular js 4??
@AwaisMirza1
@AwaisMirza1 6 жыл бұрын
It is a javascript framework. So, it would be good if you know javascript before.
@artsyguy209
@artsyguy209 6 жыл бұрын
not at all, you can learn it all from scratch messing with angular. and i feel bad for you if you learned jquery and anything else that doesnt apply to angular. have you every used arduino ide? its pretty much the same.. copy someone elses hard work into your program and hope it works without actually knowing what under the hood. everyone takes the easy route and just copies everyone else. if i made an angular tutorial, it would be the same as every other youtube video because there seems to be only one method to the madness.
@muralinaidu1059
@muralinaidu1059 6 жыл бұрын
love you man
@zainch5607
@zainch5607 7 жыл бұрын
bro make 1 course in urdu
@omermindivanli2981
@omermindivanli2981 7 жыл бұрын
Thanks
@AwaisMirza1
@AwaisMirza1 7 жыл бұрын
ur welcome :)
@Tymon0000
@Tymon0000 7 жыл бұрын
Sound quality :(
@MhassanKhan01
@MhassanKhan01 7 жыл бұрын
hi my *ngif not working output Template parse errors: .please guide me
@pradeepagarwal1962
@pradeepagarwal1962 6 жыл бұрын
Videos are not playing fluently
@manishbhavsar2807
@manishbhavsar2807 7 жыл бұрын
Too much repeating of same point again and again. That is irritating. Pl. speak minimal to have greater impact. However, course content is good and useful.
@felwyd
@felwyd 6 жыл бұрын
for begginners it is great. Next time, you can do it better before your critics. He did a 4 hour tutorial and you are crying... come on man. Wake up!
@arielcopo479
@arielcopo479 7 жыл бұрын
3 hours tutorial with that output??? WTF hahaha damn!
@artsyguy209
@artsyguy209 6 жыл бұрын
lol same steps as every other tutorial.. great we have no one that actually knows whats going on.
@reMCsolaar
@reMCsolaar 7 жыл бұрын
wtf is that accent xD
@noohusyed
@noohusyed 6 жыл бұрын
reMCsolaar Think again when you making comment for who gave his 3.30 hrs of his valuable time to us.
@sharmismroy
@sharmismroy 6 жыл бұрын
Dont be rude to the person who is trying to help us out.
@valikonen
@valikonen 7 жыл бұрын
You speak too much out of the subject...
@AbhinashSahoo00
@AbhinashSahoo00 7 жыл бұрын
Why the heck do u guys use unnatural accents. **** I hate that.
@osamayousafzai8341
@osamayousafzai8341 7 жыл бұрын
this is asian accent
@simonestagni1013
@simonestagni1013 7 жыл бұрын
eliment....ahahha
Angular 5 Material Table with Sortable Headers
24:36
Awais Mirza
Рет қаралды 37 М.
Angular Tutorial for Beginners: Learn Angular & TypeScript
2:02:42
Programming with Mosh
Рет қаралды 4,5 МЛН
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
Симбу закрыли дома?! 🔒 #симба #симбочка #арти
00:41
Симбочка Пимпочка
Рет қаралды 2,7 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 148 МЛН
Learn Angular 5 in less than 60 Minutes - Free Beginner's Course
58:36
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 3,4 МЛН
Angular 18 is EXACTLY what we needed
9:15
Academind
Рет қаралды 90 М.
DRM explained - How Netflix prevents you from downloading videos?
18:17
Mehul - Codedamn
Рет қаралды 220 М.
React Native just dropped a MASSIVE update
15:06
Mehul - Codedamn
Рет қаралды 64 М.
How Does the Knight Move? Magnus Shows You How
12:01
Absolute Chess
Рет қаралды 517
🚀  TDD, Where Did It All Go Wrong (Ian Cooper)
1:03:55
DevTernity Conference
Рет қаралды 567 М.
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24