#04 Angular files and folder structure| Getting Started with Angular | A Complete Angular Course

  Рет қаралды 40,837

procademy

procademy

11 ай бұрын

Unleash the power of Angular ⚡ and build dynamic web applications with this step-by-step learning experience, perfect for beginners 🆕 and aspiring web developers .
What you'll learn: 💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥💥
👉 Core Angular concepts: Components, Directives, Services, Dependency Injection, and more!
👉 TypeScript fundamentals: ️ Master the language that powers Angular for a smooth development experience. 🪄
👉 Building real-world applications: Craft interactive UI elements, handle user input, and manage data flow.
👉 Testing and debugging: Ensure your applications are robust and error-free. ️
👉 Best practices and pro tips: Learn from experienced developers to write clean and efficient code.
This course offers: 👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇👇
👉 Clear and concise explanations: ️ Understand complex concepts easily.
👉 Hands-on exercises: Practice your skills and solidify your learnings.
👉 Engaging and informative lectures: Stay motivated and learn at your own pace. ⏱️
👉 A supportive community: Connect with fellow learners and get help when needed.
👉 Ready to take your web development skills to the next level? Subscribe now and start building amazing web applications with Angular!

Пікірлер: 41
@cyex4311
@cyex4311 Ай бұрын
This is 1000% better than any of the Angular reference materials I get from my class. I appreciate the "no stone left unturned" approach. Very thorough.
@MuhammadUsman-ok5vs
@MuhammadUsman-ok5vs 11 ай бұрын
Great series very informative
@freemancity2518
@freemancity2518 4 ай бұрын
Great Tutorial ! You deserve more recognition
@dr.faithadhiambo254
@dr.faithadhiambo254 2 ай бұрын
Thank you sir for this detailed elaboration on the file and folder structure!
@ccjx_space
@ccjx_space Ай бұрын
Teacher explains a lot of details I didnt know before
@abirpaul9027
@abirpaul9027 7 ай бұрын
Great course thanks for sharing your knowledge.I have subbed
@mrunalwaghmare
@mrunalwaghmare 5 ай бұрын
Best video sir crystal clear explanation thank you
@sherlocksummer6284
@sherlocksummer6284 Ай бұрын
Thank you for nice Angular course
@smrutikhuku
@smrutikhuku 2 ай бұрын
Great tutorial, very well explained!
@shrirangjoshi6981
@shrirangjoshi6981 Ай бұрын
Thank you sir for this great course!!!
@k3nguyenvandiep923
@k3nguyenvandiep923 4 ай бұрын
Your explanation of the Angular 16 is great. It would be appreciated if you could update to Angular 17. Thanks
@dr.faithadhiambo254
@dr.faithadhiambo254 2 ай бұрын
There is no much difference, the same knowledge can be applied to Angular 17 coz that's what am using currently and I find this lecture too useful
@user-uw2vo8gm9e
@user-uw2vo8gm9e 3 ай бұрын
awesome
@Moath268
@Moath268 Ай бұрын
thanks man
@staffordnelson9053
@staffordnelson9053 2 ай бұрын
Thank you!
@divyap.p1991
@divyap.p1991 2 ай бұрын
Thank you so much ❤
@Harsh_ptct
@Harsh_ptct 3 ай бұрын
thank you sir
@atharvsingh6901
@atharvsingh6901 6 ай бұрын
hi sir, i appreciate ur efforts for making a contribution to the coding community. but i want to add something that you also provide the valuable notes along with the videos so that we can recall/ revise from time to time. if we can't recall what we have learnt by investing so many hours in the videos, then there's no point we can benefit from it. it's not possible to watch videos every time when there's a need to recall. please also provides notes with code examples. so that we can stay connected with it from time to time.
@nuhu_adams
@nuhu_adams 6 ай бұрын
yu got my subscription
@suresranathunga
@suresranathunga 4 ай бұрын
💙💙
@cse8617
@cse8617 2 ай бұрын
Day 1 of learning angular ❤
@AshishYadav-ql3up
@AshishYadav-ql3up 4 ай бұрын
done with lecture 4 day 1/35
@user-hl7rw2yk1j
@user-hl7rw2yk1j 12 күн бұрын
sir can i learn it for angular 17
@sangameshtumbagi6356
@sangameshtumbagi6356 9 ай бұрын
sir please give a assignment what you teach in the videos after end of the video.
@tomail1167
@tomail1167 9 ай бұрын
what is about folder .angular and .vscode ?
@sreekanthreddyu
@sreekanthreddyu 9 ай бұрын
Somehow 'assets\images\Capture.jpg' image not loading for me.
@cristianalejandrosibrianro3968
@cristianalejandrosibrianro3968 3 ай бұрын
reload the serve, it works for me
@winwinindiamyindia9980
@winwinindiamyindia9980 5 ай бұрын
why app.module.ts file is not generated when we creates new project using command ng new in Angular 17 ... in such case where should be mentioned the nested components
@procademy
@procademy 5 ай бұрын
In Angular 17, by default a component is standalone. So app.module is not required. I the future lectures of this course, I will cover standalone components. Then it will become more clear.
@laluprasad3775
@laluprasad3775 11 ай бұрын
Sir please.notes
@Zainmalik292
@Zainmalik292 5 ай бұрын
i am just starting to learning to Angular but in lattest Angluar 17 version app.module.ts and other file is changes i am little bit confused what will i do now please explain 🙄 procademy
@yarutiun
@yarutiun 5 ай бұрын
yes! I am also very confused about this, how do I link my code now?
@shivalikakamboj8391
@shivalikakamboj8391 5 ай бұрын
Hi zain you can install the angular 16 version and continue your learning
@marysony7018
@marysony7018 Ай бұрын
I didnt get any app.module folder
@procademy
@procademy Ай бұрын
You might be using Angular ver. 17. While creating the project use: ng new project-name --no-standalone.
@fieryferret
@fieryferret Ай бұрын
Unfortunately, they made this tutorial using the older modular method, even though standalone components are the new standard. Standalone components do not use NgModule or create module.ts files.
@laluprasad3775
@laluprasad3775 11 ай бұрын
Sir please sir i want notes what u explained in videos , please sir i want pds please provide ,it. Usefull for interview,if u give me notes ,i can easily get job sir , please sir ,realy i am saying i learn lot from KZbin channel i love u
@GianGamingMLBB
@GianGamingMLBB 11 ай бұрын
you must be the one to create that notes.. all of the information is the video
@lijolukose6965
@lijolukose6965 11 ай бұрын
@@GianGamingMLBB exactly
@JainishLimbachiya
@JainishLimbachiya 10 ай бұрын
@laluprasad3775 Did you prepared the notes it's been 3 weeks already, I am waiting
@GianGamingMLBB
@GianGamingMLBB 10 ай бұрын
@@JainishLimbachiya HAHA
Зомби Апокалипсис  часть 1 🤯#shorts
00:29
INNA SERG
Рет қаралды 5 МЛН
白天使和小丑帮助黑天使。#天使 #超人不会飞 #超人夫妇
00:42
狼来了的故事你听过吗?#海贼王  #路飞  #斗罗大陆
00:45
路飞与唐舞桐
Рет қаралды 4,2 МЛН
Junior vs Senior React Folder Structure - How To Organize React Projects
16:16
Docker tutorial in Hindi #4 What is Image and container
8:42
Code Step By Step
Рет қаралды 30 М.
Angular 12 tutorial #3 Files and Folder Structure
12:56
Code Step By Step
Рет қаралды 62 М.
Architecture of an Angular application
10:32
GeneXus Training
Рет қаралды 6 М.
Angular 17 is a Completely Different Framework
3:42
Awesome
Рет қаралды 49 М.