No video

Angular Tutorial - 3 - Hello World App

  Рет қаралды 1,108,770

Codevolution

Codevolution

Күн бұрын

📘 Courses - learn.codevolu...
💖 Support UPI - support.codevo...
💖 Support PayPal - www.paypal.me/...
💾 Github - github.com/gop...
📱 Follow Codevolution
+ Twitter - / codevolutionweb
+ Facebook - / codevolutionweb
📫 Business - codevolution.business@gmail.com
Angular | Angular Tutorial for Beginners

Пікірлер: 164
@Codevolution
@Codevolution 6 жыл бұрын
For ng serve not working, 1) Are you inside the project folder? Did you run the cd projectFolder command? 2) Try running ng serve -o. The application will automatically open int he browser. If you are still facing issue, please comment what is the error you are seeing.
@priyanth123mohan
@priyanth123mohan 6 жыл бұрын
Error: Could not find module "@angular-devkit/build-angular" from "E:\\Angular\\hello-world".
@deepakha1750
@deepakha1750 5 жыл бұрын
@@priyanth123mohan Even I faced that issue. Since, the application was not compiled, the error was thrown.
@Arvindkumar-tx3rb
@Arvindkumar-tx3rb 5 жыл бұрын
@@priyanth123mohan i got this resolved by running it on visual studio..i tried this on atom initially and it gave me the same error message.
@harshithareddyp6843
@harshithareddyp6843 5 жыл бұрын
I am also getting error could not find module.. not even resolve after working through visual Studio code.. can someone help
@TekTuition
@TekTuition 5 жыл бұрын
npm install --save @angular-devkit/build-angular command in CLI
@jacksonlazarus6776
@jacksonlazarus6776 4 жыл бұрын
Thanks Codevolution 🙏 Learners quick seek 00:30 First application 01:55 Architecture 04:36 Flow explanation 07:18 Flow summary
@kevinhuml6662
@kevinhuml6662 4 жыл бұрын
Your teaching style is perfect. Ive been reading books purchased online and they wander all over the place. You present information is very digestible blocks, and stay on point, and even your tenor is calming. Thank you for an excellent series!
@qataracgnacgn
@qataracgnacgn 6 жыл бұрын
Clearest exposition I've seen yet.
@tanmoyduttachowdhury2410
@tanmoyduttachowdhury2410 4 жыл бұрын
Angular app contains one or more modules like, admin module, user module Each modules contain one or more components and services Each component contains a HTML template and a class to control the logic for the particular view Modules can also have services which contains the business logic of our application Modules export and import as and when required to finally render the view in the browser.
@akibjaviddahya3954
@akibjaviddahya3954 5 жыл бұрын
Its Really Helpful Brother I am Creating Angular Project First Time and with your help i am able to create in 1st Trial. Thank you so Much Brother.
@grovestreet9165
@grovestreet9165 3 жыл бұрын
nobody will provide you this top-notch lecture anywhere
@SalakotPhilippines
@SalakotPhilippines 10 ай бұрын
Thank you Codevolution for these tutorial chuncked into different series. Thank you very much.
@isharaperera419
@isharaperera419 3 жыл бұрын
A Crystal Clear Explanation!
@swadhyayashikshan9990
@swadhyayashikshan9990 6 жыл бұрын
very very systematic explanation. Once we find that our first app is executing smoothly we find moving ahead with the technology. Thanks for the well explained video
@pabloa4016
@pabloa4016 6 жыл бұрын
This is what I had to do because I got an error stating ng is not recognized. Right Clicked on My Computer (windows) Selected Advanced System Settings Clicked "Environment Variables" Made the FIRST variable listed "%AppData% pm" Once that is done, close your program and open it back up and try again. This was on google. The basic point, find "Environment Variables." Create FIRST variable listed as "%AppData% pm"
@barbi111
@barbi111 5 жыл бұрын
Your explaing is very understandable and very useful. You explain everything what is needed. Great job!!
@webdevelopment7439
@webdevelopment7439 6 жыл бұрын
🙏 You are too Good At Teaching. Thanks for the tutorials.
@balakiswe
@balakiswe 6 жыл бұрын
best angular course available on WEB.. Thanks a lot
@sudhansu1628
@sudhansu1628 5 жыл бұрын
Verywell explained stuff in a simpler way. Keep it up. Thanks.
@shardulrane6110
@shardulrane6110 5 жыл бұрын
When I am creating the first app it is asking me multiple options like: ? Would you like to add Angular routing? No ? Which stylesheet format would you like to use? CSS
@farhankayani5324
@farhankayani5324 5 жыл бұрын
SAME Problem...bro kesy solve kiya?
@souleater5388
@souleater5388 4 жыл бұрын
bro wt option to select?
@Scienceandfunfanclub
@Scienceandfunfanclub 4 жыл бұрын
Yaah same problem
@prathimadarsi3220
@prathimadarsi3220 4 жыл бұрын
Would you like to add Angular routing? should be yes Which stylesheet format would you like to use? CSS Tada! It works.
@Lmao-ke9lq
@Lmao-ke9lq 4 жыл бұрын
@@prathimadarsi3220 why css and not scss?
@MrJoaoguedes123
@MrJoaoguedes123 4 жыл бұрын
You're looking for a good angular tutorial. * Steps in this one * * The Guy *: Indian You: * Eyes glittering * : "This is the one"
@jimc8121
@jimc8121 5 жыл бұрын
Angular routing? yN? (I chose N) And I was queried for a stylesheet selection. I chose the default CSS. I will move ahead, but making a note I din't see the 'successful' message. My create ended with: 'git' is not recognized as an internal or external command, operable program or batch file. 'ng serve' produced a couple of things: 1) I do see a "localhost:4200" listening message (good) 2) and a window opened: "Windows defender firewall has blocked some of the features of this app". I will choose cancel over allow access. url is successful, page is displayed Codevolution: I truly am a beginner, I hope those comments help identify beginner concerns. I hope these comments have value. This lesson has been encouraging. ok - if 'ng serve' starts the server, how do I stop the server? ok - i closed visual studio which seems to have killed the angular app. Probably not the correct way.
@tanvirahmed1676
@tanvirahmed1676 5 жыл бұрын
type ctrl+c at same cmd. It will ask you if you want to close the server. y for yes and n for no.
@ahme585
@ahme585 4 жыл бұрын
give that man a medal
@yucehasankilic8618
@yucehasankilic8618 4 жыл бұрын
Recommendations when you write local.... 1:17
@nodetester8682
@nodetester8682 3 жыл бұрын
I am getting option to create angular routing and also to add css what shall i do?
@sudhirrao3683
@sudhirrao3683 4 жыл бұрын
Good content. very good presentation. for beginners/dummies this video helps a lot
@JohnWick-zc5li
@JohnWick-zc5li 5 жыл бұрын
Thanks man. Great work
@vamankumarpatel2652
@vamankumarpatel2652 3 жыл бұрын
sir one request to you sir you had done teaching but plz make a website including normal sign up n sign in and home page....so the WE Come to know how to code. i have understand but I am not able to implement to make a website. plz teach that's also.
@samsuddinasliwala845
@samsuddinasliwala845 2 жыл бұрын
Very good explaination👍
@gogilavanivasanthakumar7283
@gogilavanivasanthakumar7283 3 жыл бұрын
hi sir, your way of teaching is very nice. i am new to angular. when i try to apply css styles for particular component its not working but its look perfect when i applied in normal html file.
@everysecond6872
@everysecond6872 Жыл бұрын
very well explained
@priyasuryawanshi1143
@priyasuryawanshi1143 4 жыл бұрын
Could not find module ...on ng serve ... Please tell us what is the issue
@rohansharma4971
@rohansharma4971 5 жыл бұрын
So i just realized that when i run the command ng new it install a file which has a size of 276 MB .. wtf .. am I doing something wrong? i have npm-v 6.4.1 and node -v 8.11.2 and in ng -v, angular cli v6.0.3
@Skaxarrat
@Skaxarrat 5 жыл бұрын
Nothing is wrong, you're just installing all the modules Angular has in case you need them. After you create your Angular App, you use the 'build' command, only packaging the modules you use, hence having a lightweight application.
@ravitiwary6894
@ravitiwary6894 4 жыл бұрын
It's saying the term 'ng' is not recognized as the name of a cmdlet
@subhashgn1775
@subhashgn1775 3 жыл бұрын
Thank you. Great explaination.
@sayakbanerjee9990
@sayakbanerjee9990 Жыл бұрын
if you can not create hello-world, change your powershell execution policy and set it to Bypass
@lalitakadganche2249
@lalitakadganche2249 6 жыл бұрын
can you update videos about how to connect with database and do curd operations
@ziberbee5460
@ziberbee5460 6 жыл бұрын
i love your videos, well explained. subscribed.
@godfirst5667
@godfirst5667 3 ай бұрын
I know HTML and CSS but I don't know JavaScript can I still proceed?
@jayashreenair3875
@jayashreenair3875 6 жыл бұрын
Thanks for the well - explained tutorial. I would like to know ...how do you get an 'integrated terminal' in Sublime text?i tried 'glue'...however on the site it says 'No longer under active development.' ..so should i still install and use it? appreciate any help!
@maitreyakanitkar8742
@maitreyakanitkar8742 5 жыл бұрын
i dont get angular in my visual studio code
@aliansari5606
@aliansari5606 4 жыл бұрын
C:\Users\ansari>ng serve -o The serve command requires to be run in an Angular project, but a project definition could not be found. iam facing this issue
@sivablaze8680
@sivablaze8680 6 жыл бұрын
Thank you very much. its very helpful for me
@Gauravkumar-jm4ve
@Gauravkumar-jm4ve 3 жыл бұрын
excellent tutorial
@yasirtahirkheli74
@yasirtahirkheli74 6 жыл бұрын
Great explanation....simple and elegant......but installing cli takes ages......and by the way...does it install the same amount of data every time we initiate a new project?.....in my case...for "hello world" project took about 280MB space....too much...in my opinion...
@Dv-pd2ek
@Dv-pd2ek 6 жыл бұрын
You should use commas instead of ...
@ahmedlight7669
@ahmedlight7669 6 ай бұрын
Is there an arrangement for Angular 17 Course soon?
@jpzamarioli
@jpzamarioli 6 жыл бұрын
Great work, dude.
@gomathirr2062
@gomathirr2062 4 жыл бұрын
Thank you so much Sir!!!
@lalitakadganche2249
@lalitakadganche2249 6 жыл бұрын
nice but can you add videos related to database ,how to connect with database in angular 2 and curd operations
@manikantakotha5362
@manikantakotha5362 5 жыл бұрын
i was installed what you said but how can i get angular - visual studio code window. please help out
@tejashripaithankar2842
@tejashripaithankar2842 Жыл бұрын
Why the browser get automatically refresh without pressing F5 and updaets the title from app to Codevolution?
@sakshimishra3970
@sakshimishra3970 Жыл бұрын
Getting error ng is not recognised as an internal or external command
@Lmao-ke9lq
@Lmao-ke9lq 4 жыл бұрын
my app.component.html file schema looks really differently then yours... i have whole css stacked here and no tags...it is HTML file.....but schema....really different. Even my starting page looks really different (and much better) then yours....probably just updated version of angular....but that css in html file is really weird.
@ravikishore794
@ravikishore794 5 жыл бұрын
you mentioned that every angular application is atleast one module which is AppModule. If my application has 3 modules, do i need to create 3 seperate modules or do we need to define them in root module - AppModule? pls clarify
@riyazullahkhan2469
@riyazullahkhan2469 5 жыл бұрын
When i create a new project using the cli command ng "new myApp" i am getting this in the terminal " Would you like to add Angular routing? (y/N)" What should i do
@frederickrichard1718
@frederickrichard1718 5 жыл бұрын
say yes, and i think it might download something
@frederickrichard1718
@frederickrichard1718 5 жыл бұрын
thats what happened to me
@farhankayani5324
@farhankayani5324 5 жыл бұрын
SAME Problem...bro kesy solve kiya?
@mahsangareddikar3830
@mahsangareddikar3830 3 жыл бұрын
y
@tiparess17
@tiparess17 3 жыл бұрын
Is nested module possible I mean can a module contain a module?
@fadiinaqaba
@fadiinaqaba 5 жыл бұрын
Thank you, you are the best.
@harishbabu1920
@harishbabu1920 3 жыл бұрын
even though I have installed Angular Cli in the node I can't able to get the option integrated terminal in VS
@AhamedKabeer-wn1jb
@AhamedKabeer-wn1jb 4 жыл бұрын
Thank you so much bro....
@aishwaryanarkar2954
@aishwaryanarkar2954 6 жыл бұрын
loved it thankyou
@its_mekarthik3225
@its_mekarthik3225 4 жыл бұрын
hello sir i am installed cli but how to do in visual studio can u help plz
@khadijaaitbouiramouin7776
@khadijaaitbouiramouin7776 5 жыл бұрын
You are the best, Thanks
@error-forgaming2403
@error-forgaming2403 6 жыл бұрын
Thanks
@MuhammadAhmed053
@MuhammadAhmed053 5 жыл бұрын
Please make a video on angular animations.Thanks
@MohamadMeerasa
@MohamadMeerasa 2 жыл бұрын
Directory is already under version control. Skipping initialization of git. Nothing to be done. I am getting this only can someone help me ? please
@simrangupta3805
@simrangupta3805 6 жыл бұрын
PS E:\Angular> ng new hello-world ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + ng new hello-world + ~~ + CategoryInfo : ObjectNo tFound: (ng:String) [], CommandNot FoundException + FullyQualifiedErrorId : CommandN otFoundException getting this error
@hussamcheema
@hussamcheema 4 жыл бұрын
did you install angular cli?
@deepatamizhselvan223
@deepatamizhselvan223 2 жыл бұрын
@enigma How we know that we installed Angular cli
@sameernand3413
@sameernand3413 5 жыл бұрын
Can we use semantic UI here.. While building Angular app?
@anubhavanand2432
@anubhavanand2432 4 жыл бұрын
The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + ng new hello
@nagarajufarmerstips9532
@nagarajufarmerstips9532 3 жыл бұрын
I have problem about my node js installation please help me
@kevalshah3024
@kevalshah3024 4 жыл бұрын
It takes me around 10 min to install required folders every time, is there any other better way.....please help
@Arun-rk4tc
@Arun-rk4tc 4 жыл бұрын
Error: Cannot find module '@angular-devkit/core' ( while creating new file in angular folder)
@Isha_Sethi
@Isha_Sethi 3 жыл бұрын
import it
@ArunKumar-sg6jf
@ArunKumar-sg6jf 3 жыл бұрын
angular awking full bundel libarry is installed it asks yes or no
@chintan3100
@chintan3100 5 жыл бұрын
Not working on IE. Can you please share repo with IE support
@umairali2360
@umairali2360 5 жыл бұрын
please my terminal move in right side by mistake and i want to come back my terminal in bottom/below of code, please tell
@issaissifou3579
@issaissifou3579 4 жыл бұрын
Thank you
@JDJD-ev5mu
@JDJD-ev5mu 3 жыл бұрын
superb
@sivabhavanivalisetti4664
@sivabhavanivalisetti4664 4 жыл бұрын
The Schematic work flow failed error we got
@CodeRevolutionTV
@CodeRevolutionTV 5 жыл бұрын
Very nice video, congrats! Go Angular, go WordPress!
@dexkode5558
@dexkode5558 4 жыл бұрын
npm ERR! Unexpected end of JSON input while parsing near '...jAr5WNvpZQtUGfdEY4Td6' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Dexter\AppData\Roaming pm-cache\_logs\2019-10-10T00_05_17_777Z-debug.log Package install failed, see above.
@atulyadav2969
@atulyadav2969 2 жыл бұрын
Nice Video
@itranjan
@itranjan 5 жыл бұрын
Name of the Video is Angular 8,but you are teaching angular 4?
@sanaththarun655
@sanaththarun655 5 жыл бұрын
How did you create the folder angular in visual studio code I am unable to create a folder and ng is not at all working.please help me
@meriemkaroun7626
@meriemkaroun7626 5 жыл бұрын
Create the folder in the folder explorer wherever you want. Then, click on File. Then, click open and select the created folder.
@ShortCutStorys
@ShortCutStorys 5 жыл бұрын
localhost:4200 not working (web page can't reachable)
@muhammadadisetiawan7015
@muhammadadisetiawan7015 5 жыл бұрын
wait until compile succes
@mohammedrahamatali5298
@mohammedrahamatali5298 4 жыл бұрын
Hello I'm getting error while executing "ng new FirstApp", the error is (unexpected end of JSON input while parsing near '... "}}},"modified":"20'). Please tell me how to solve this error.
@DexterousGirl
@DexterousGirl 3 жыл бұрын
I am facing error plz help me
@adityajain3803
@adityajain3803 4 жыл бұрын
Recieving error 'git' is not recognized as an internal or external command'.
@syedafsahulhaque2394
@syedafsahulhaque2394 4 жыл бұрын
You need to install git.
@shivanshrawat2688
@shivanshrawat2688 7 ай бұрын
Can you please send the slides link
@PradeepKumar-sx6ms
@PradeepKumar-sx6ms 5 жыл бұрын
Hi vishwas i am not able find template project which you shown in angular2 series in your github account
@Codevolution
@Codevolution 5 жыл бұрын
Please don't use template from Angular 2 repo. Use Angular CLI to generate a new project
@reemal-qahtani5400
@reemal-qahtani5400 4 жыл бұрын
hey when I try to create a new folder it says not found did you create the app before hand
@isuriarachchige5659
@isuriarachchige5659 4 жыл бұрын
Reem Al-Qahtani yes
@umermughal3914
@umermughal3914 5 жыл бұрын
hello Sir,..I've phase the difficulties in creating project in vs code...kindly tell me what should i do ?? tysm....
@farhankayani5324
@farhankayani5324 5 жыл бұрын
PROJECT BANA T ?
@umermughal3914
@umermughal3914 5 жыл бұрын
@@farhankayani5324 project create hota hain lkn kuch npm, nvm k eerors aaa jaty hain..
@brianlaudrupchannel
@brianlaudrupchannel 6 жыл бұрын
Is that bootstrap css bootstrap?
@yatinsharma5637
@yatinsharma5637 5 жыл бұрын
Package install failed aa raha hai bhai kya kru
@fajarahmad5880
@fajarahmad5880 6 жыл бұрын
my project is being made tho i'm following this video
@impossiblehousemarylandsta6266
@impossiblehousemarylandsta6266 5 жыл бұрын
Honestly till 4:24 I did not get anything from the video, it does not make sense for me without demonstration
@harshavardhinisridhar6747
@harshavardhinisridhar6747 3 жыл бұрын
is this angular7?
@14Stars
@14Stars 4 жыл бұрын
How should i disable my running scripts please help
@kholoudaldeyarbi5161
@kholoudaldeyarbi5161 4 жыл бұрын
(search for powershell in the main menu and select Run as administrator from the context menu) and entering: set-executionpolicy remotesigned it will work
@ravishmughal5828
@ravishmughal5828 5 жыл бұрын
what if you have an existing project how would you open it in visual studio and run it on local host 4200 ?
@meriemkaroun7626
@meriemkaroun7626 5 жыл бұрын
cd projectPath npm install npm start
@NishantKumar-dw5er
@NishantKumar-dw5er 5 жыл бұрын
Awesome.
@divyanshbahuguna6324
@divyanshbahuguna6324 5 жыл бұрын
ng serve works in VS code terminal but it is not working in normal cmd.
@ra5898
@ra5898 4 жыл бұрын
Yu can check the project path before before running Ng serve then it work only , otherwise not
@user-zc7id5in1n
@user-zc7id5in1n 9 ай бұрын
hello, can you send me the slides please?
@RahulKumar-vj9dg
@RahulKumar-vj9dg 5 жыл бұрын
Is this Angular 7?
@ashwanisekhar2496
@ashwanisekhar2496 6 жыл бұрын
from where can we get the slides ppt file
@jonstory5337
@jonstory5337 Жыл бұрын
wheres the source code, I cant find it 😭😭😭😭😭😭😭😭😭😭😭😭😭😭
@SofianMW
@SofianMW 5 жыл бұрын
thanks!
Angular Tutorial - 4 - Components
13:22
Codevolution
Рет қаралды 982 М.
Angular Tutorial - 2 - Getting Started
4:15
Codevolution
Рет қаралды 1 МЛН
娜美这是在浪费食物 #路飞#海贼王
00:20
路飞与唐舞桐
Рет қаралды 5 МЛН
Мы сделали гигантские сухарики!  #большаяеда
00:44
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 3,7 МЛН
Learn TypeScript in 50 Minutes - Tutorial for Beginners
48:11
Codevolution
Рет қаралды 841 М.
Angular vs React: which should you choose?
6:26
Kodaps Academy
Рет қаралды 111 М.
Angular Tutorial for Beginners: Learn Angular & TypeScript
2:02:42
Programming with Mosh
Рет қаралды 4,4 МЛН
Angular Tutorial - 6 - Property Binding
7:26
Codevolution
Рет қаралды 618 М.
TypeScript Tutorial for Beginners
1:04:28
Programming with Mosh
Рет қаралды 1,2 МЛН