Angular Tutorial - 3 - Hello World App

preview_player
Показать описание

📱 Follow Codevolution

Angular | Angular Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

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.

Codevolution
Автор

Thanks Codevolution 🙏
Learners quick seek
00:30 First application
01:55 Architecture
04:36 Flow explanation
07:18 Flow summary

jacksonlazarus
Автор

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!

kevinhuml
Автор

Clearest exposition I've seen yet.

qataracgnacgn
Автор

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.

tanmoyduttachowdhury
Автор

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.

akibjaviddahya
Автор

nobody will provide you this top-notch lecture anywhere

grovestreet
Автор

Thank you Codevolution for these tutorial chuncked into different series. Thank you very much.

SalakotPhilippines
Автор

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

swadhyayashikshan
Автор

Your explaing is very understandable and very useful. You explain everything what is needed. Great job!!

barbi
Автор

best angular course available on WEB.. Thanks a lot

balakiswe
Автор

Verywell explained stuff in a simpler way. Keep it up. Thanks.

sudhansu
Автор

🙏 You are too Good At Teaching.

Thanks for the tutorials.

webdevelopment
Автор

Recommendations when you write local....
1:17

yucehasankilic
Автор

Good content. very good presentation. for beginners/dummies this video helps a lot

sudhirrao
Автор

You're looking for a good angular tutorial.
* Steps in this one *
* The Guy *: Indian
You: * Eyes glittering * : "This is the one"

MrJoaoguedes
Автор

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

shardulrane
Автор

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.

jimc
Автор

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%\npm"
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%\npm"

pabloa
Автор

I am getting option to create angular routing and also to add css what shall i do?

nodetester