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

  Рет қаралды 46,582

procademy

procademy

Жыл бұрын

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!

Пікірлер: 47
@cyex4311
@cyex4311 3 ай бұрын
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.
@freemancity2518
@freemancity2518 6 ай бұрын
Great Tutorial ! You deserve more recognition
@dr.faithadhiambo254
@dr.faithadhiambo254 4 ай бұрын
Thank you sir for this detailed elaboration on the file and folder structure!
@MuhammadUsman-ok5vs
@MuhammadUsman-ok5vs Жыл бұрын
Great series very informative
@mrunalwaghmare
@mrunalwaghmare 7 ай бұрын
Best video sir crystal clear explanation thank you
@smrutikhuku
@smrutikhuku 4 ай бұрын
Great tutorial, very well explained!
@sherlocksummer6284
@sherlocksummer6284 3 ай бұрын
Thank you for nice Angular course
@abirpaul9027
@abirpaul9027 9 ай бұрын
Great course thanks for sharing your knowledge.I have subbed
@ccjx_space
@ccjx_space 3 ай бұрын
Teacher explains a lot of details I didnt know before
@shrirangjoshi6981
@shrirangjoshi6981 3 ай бұрын
Thank you sir for this great course!!!
@k3nguyenvandiep923
@k3nguyenvandiep923 6 ай бұрын
Your explanation of the Angular 16 is great. It would be appreciated if you could update to Angular 17. Thanks
@dr.faithadhiambo254
@dr.faithadhiambo254 4 ай бұрын
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
@abdullahalrawi1491
@abdullahalrawi1491 10 күн бұрын
@@dr.faithadhiambo254 what about that 17 doesnot use modules ? should i follow him using 17 or downgrade to 16 ?
@dr.faithadhiambo254
@dr.faithadhiambo254 10 күн бұрын
@@abdullahalrawi1491 just follow him...Angular 17 uses modules too but you have to specify so when creating a new project. Use this command : ng new project-name --no-standalone --routing (This will enable use of modules and add routing to your project)
@dr.faithadhiambo254
@dr.faithadhiambo254 10 күн бұрын
@@abdullahalrawi1491 Just follow along....you don't have to downgrade. But in the latest versions of Angular from 17 onwards you have to specify the use of modules when creating a new project. Use the command: (ng new project-name --no-standalone -- routing) This will create a project that uses modules and has routing
@atharvsingh6901
@atharvsingh6901 8 ай бұрын
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.
@staffordnelson9053
@staffordnelson9053 4 ай бұрын
Thank you!
@divyap.p1991
@divyap.p1991 4 ай бұрын
Thank you so much ❤
@user-uw2vo8gm9e
@user-uw2vo8gm9e 5 ай бұрын
awesome
@Moath268
@Moath268 3 ай бұрын
thanks man
@nuhu_adams
@nuhu_adams 8 ай бұрын
yu got my subscription
@Harsh_ptct
@Harsh_ptct 4 ай бұрын
thank you sir
@ksas323
@ksas323 Ай бұрын
thank you
@suresranathunga
@suresranathunga 6 ай бұрын
💙💙
@cse8617
@cse8617 4 ай бұрын
Day 1 of learning angular ❤
@sangameshtumbagi6356
@sangameshtumbagi6356 11 ай бұрын
sir please give a assignment what you teach in the videos after end of the video.
@AshishYadav-ql3up
@AshishYadav-ql3up 6 ай бұрын
done with lecture 4 day 1/35
@winwinindiamyindia9980
@winwinindiamyindia9980 6 ай бұрын
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 6 ай бұрын
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.
@sreekanthreddyu
@sreekanthreddyu 11 ай бұрын
Somehow 'assets\images\Capture.jpg' image not loading for me.
@cristianalejandrosibrianro3968
@cristianalejandrosibrianro3968 5 ай бұрын
reload the serve, it works for me
@user-hl7rw2yk1j
@user-hl7rw2yk1j 2 ай бұрын
sir can i learn it for angular 17
@tomail1167
@tomail1167 11 ай бұрын
what is about folder .angular and .vscode ?
@Zainmalik292
@Zainmalik292 7 ай бұрын
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 7 ай бұрын
yes! I am also very confused about this, how do I link my code now?
@shivalikakamboj8391
@shivalikakamboj8391 7 ай бұрын
Hi zain you can install the angular 16 version and continue your learning
@Manojkumar-vl6hi
@Manojkumar-vl6hi Ай бұрын
I am unable to see application module.ts folder in angular 17 project, may i know reason
@procademy
@procademy Ай бұрын
Angular 17 has standalone components by default which do not require module.ts file. If you want to create an Angular 17 project with module file, use --standalone with ng new cli command: ng new proj-name --standalone.
@laluprasad3775
@laluprasad3775 Жыл бұрын
Sir please.notes
@marysony7018
@marysony7018 3 ай бұрын
I didnt get any app.module folder
@procademy
@procademy 3 ай бұрын
You might be using Angular ver. 17. While creating the project use: ng new project-name --no-standalone.
@fieryferret
@fieryferret 3 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
you must be the one to create that notes.. all of the information is the video
@lijolukose6965
@lijolukose6965 Жыл бұрын
@@GianGamingMLBB exactly
@JainishLimbachiya
@JainishLimbachiya Жыл бұрын
@laluprasad3775 Did you prepared the notes it's been 3 weeks already, I am waiting
@GianGamingMLBB
@GianGamingMLBB Жыл бұрын
@@JainishLimbachiya HAHA
React Folder Structure Best Practices - For Large Projects
17:27
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 385 М.
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 143 МЛН
Golang is OG?
5:16
Martin Baun
Рет қаралды 6 М.
This UI component library is mind-blowing
8:23
Beyond Fireship
Рет қаралды 603 М.
Ultimate Project Structure in Angular
15:38
Sebastian Persson
Рет қаралды 26 М.
React vs Angular in 2024
9:00
Kodaps Academy
Рет қаралды 30 М.
Angular 18 is EXACTLY what we needed
9:15
Academind
Рет қаралды 59 М.
Bill Gates Reveals Superhuman AI Prediction
57:18
Next Big Idea Club
Рет қаралды 34 М.
How to structure your Angular apps like a Googler
10:58
Joshua Morony
Рет қаралды 81 М.
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 385 М.