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

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 61

  • @cyex4311
    @cyex4311 8 місяців тому +15

    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.

  • @sherlocksummer6284
    @sherlocksummer6284 8 місяців тому +2

    Thank you for nice Angular course

  • @utkarshtripathi6682
    @utkarshtripathi6682 3 місяці тому +2

    FYI ... Starting with Angular 14, it is no longer strictly necessary for an Angular application to have modules. Angular introduced standalone components, which can function independently without being declared within a module.

  • @smrutikhuku
    @smrutikhuku 9 місяців тому +1

    Great tutorial, very well explained!

  • @mrunalwaghmare
    @mrunalwaghmare Рік тому +2

    Best video sir crystal clear explanation thank you

  • @freemancity2518
    @freemancity2518 11 місяців тому +1

    Great Tutorial ! You deserve more recognition

  • @k3nguyenvandiep923
    @k3nguyenvandiep923 11 місяців тому +5

    Your explanation of the Angular 16 is great.
    It would be appreciated if you could update to Angular 17.
    Thanks

    • @dr.faithadhiambo254
      @dr.faithadhiambo254 9 місяців тому +1

      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 5 місяців тому

      @@dr.faithadhiambo254 what about that 17 doesnot use modules ? should i follow him using 17 or downgrade to 16 ?

    • @dr.faithadhiambo254
      @dr.faithadhiambo254 5 місяців тому

      @@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 5 місяців тому

      @@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

  • @dr.faithadhiambo254
    @dr.faithadhiambo254 9 місяців тому

    Thank you sir for this detailed elaboration on the file and folder structure!

  • @shrirangjoshi6981
    @shrirangjoshi6981 8 місяців тому

    Thank you sir for this great course!!!

  • @ccjx_space
    @ccjx_space 8 місяців тому

    Teacher explains a lot of details I didnt know before

  • @MuhammadUsman-ok5vs
    @MuhammadUsman-ok5vs Рік тому +2

    Great series very informative

  • @manjithamarasinghe7118
    @manjithamarasinghe7118 4 місяці тому

    great explanation

  • @satepestage3599
    @satepestage3599 3 місяці тому

    You have taught me a lot thank you

  • @amitkaushal3147
    @amitkaushal3147 4 місяці тому +1

    I tried to find more courses on your site but not able to. Can you please share the right URL for procademy. Thank you. Lectures are very very knowledgeable

  • @abirpaul9027
    @abirpaul9027 Рік тому +1

    Great course thanks for sharing your knowledge.I have subbed

  • @SenthilKumar-g3y
    @SenthilKumar-g3y 4 місяці тому

    Thank you, Manoj, for your video. I have started learning Angular, When I download Angular 18 version I don't see asset folder in Angular project.

    • @procademy
      @procademy  4 місяці тому

      Angular 18 has been updated and by default it creates a standalone project. Please use following ng command to create a standard Angular project: ng new project-name --no-standalone

  • @RangaswamyJD
    @RangaswamyJD 3 місяці тому

    i just started my angular learning and how can i practice with your code as i dint see any resources attached with videos

  • @mihaichildesco8276
    @mihaichildesco8276 4 місяці тому

    what theme and font do you use in the code editor ?

  • @manirathinam4103
    @manirathinam4103 3 місяці тому

    I get public folder instead of assets.
    That public folder s outside src.
    If I try to access files in public in browser using url means its not accessible

  • @coolestdata
    @coolestdata Рік тому +1

    yu got my subscription

  • @sreekanthreddyu
    @sreekanthreddyu Рік тому +2

    Somehow 'assets\images\Capture.jpg' image not loading for me.

  • @nishiupadhyaya54
    @nishiupadhyaya54 23 дні тому

    total how many hours course is this??

  • @winwinindiamyindia9980
    @winwinindiamyindia9980 Рік тому

    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  Рік тому +2

      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.

  • @wearenotsame24
    @wearenotsame24 4 місяці тому

    i dont have the assests file why sir?

  • @Manojkumar-vl6hi
    @Manojkumar-vl6hi 6 місяців тому

    I am unable to see application module.ts folder in angular 17 project, may i know reason

    • @procademy
      @procademy  6 місяців тому

      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.

  • @RangaswamyJD
    @RangaswamyJD 3 місяці тому

    Where i can get the code you have written to practice

    • @procademy
      @procademy  3 місяці тому

      For this first section where we are creating a new Angular project, there is no source code shared as it is just the starting point. For coming sections, you will find all the required resources.

  • @Moath268
    @Moath268 8 місяців тому

    thanks man

  • @ksas323
    @ksas323 6 місяців тому

    thank you

  • @sangameshtumbagi6356
    @sangameshtumbagi6356 Рік тому +1

    sir please give a assignment what you teach in the videos after end of the video.

  • @Mr.gameBoy-c6e
    @Mr.gameBoy-c6e 10 місяців тому

    awesome

  • @cse8617
    @cse8617 9 місяців тому

    Day 1 of learning angular ❤

  • @MehediKazi-p6p
    @MehediKazi-p6p 7 місяців тому

    sir can i learn it for angular 17

  • @divyap.p1991
    @divyap.p1991 9 місяців тому

    Thank you so much ❤

  • @Zainmalik292
    @Zainmalik292 Рік тому

    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 Рік тому

      yes! I am also very confused about this, how do I link my code now?

    • @shivalikakamboj8391
      @shivalikakamboj8391 Рік тому

      Hi zain you can install the angular 16 version and continue your learning

  • @staffordnelson9053
    @staffordnelson9053 9 місяців тому

    Thank you!

  • @suresranathunga
    @suresranathunga 11 місяців тому +1

    💙💙

  • @Harsh_ptct
    @Harsh_ptct 10 місяців тому

    thank you sir

  • @atharvsingh6901
    @atharvsingh6901 Рік тому +2

    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.

  • @AshishYadav-ql3up
    @AshishYadav-ql3up 11 місяців тому

    done with lecture 4
    day 1/35

  • @marysony7018
    @marysony7018 8 місяців тому

    I didnt get any app.module folder

    • @procademy
      @procademy  8 місяців тому

      You might be using Angular ver. 17. While creating the project use: ng new project-name --no-standalone.

    • @fieryferret
      @fieryferret 8 місяців тому

      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.notes

  • @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 UA-cam channel i love u

    • @GianGamingMLBB
      @GianGamingMLBB Рік тому +2

      you must be the one to create that notes.. all of the information is the video

    • @lijolukose6965
      @lijolukose6965 Рік тому +2

      @@GianGamingMLBB exactly

    • @JainishLimbachiya
      @JainishLimbachiya Рік тому +3

      @laluprasad3775
      Did you prepared the notes it's been 3 weeks already, I am waiting

    • @GianGamingMLBB
      @GianGamingMLBB Рік тому

      @@JainishLimbachiya HAHA