Top 5 Tips to Learn Angular - Advices You Need to Know

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ค. 2024
  • Learn top 5 tips to learn Angular in 5 minutes. Here I want to share 5 most important things to learn Angular if you want to improve your Angular knowledge. With this tips you can build scalable, reactive and easy to support Angular applications.
    ► CHECK MY COURSES - monsterlessons-academy.com/co...
    FOLLOW ME
    ► TWITTER - / monster_lessons
    RECOMMENDED VIDEOS
    ► My editor setup for web development - • Best Text Editor for W...
    ► Angular Tutorial for Beginners - • Angular Tutorial for B...
    ► Vue JS Crash Course - • Vue JS Crash Course fo...
    ► React Hooks Full Course - • React Hooks Tutorial f...
    ► Typescript Course for Beginners - • Typescript Crash Cours...
    ► Build a Todo App with Angular - • Build a Todo App With ...
    ► Creating custom select library - • Custom Javascript Drop...
    ► HTML Price comparison - • Practice CSS and HTML ...
    ► How to build Quiz with React hooks - • How to Build a Quiz Wi...
    STUFF I USE
    ► My mac mini for home on Amazon - geni.us/mADK6ob
    ► Mac macbook to go on Amazon - geni.us/t0fC
    ► My monitors on Amazon - geni.us/aRoFoR
    ► My mouse on Amazon - geni.us/FTzq
    ► My keyboard on Amazon - geni.us/wAjpl
    ► My Synology NAS on Amazon - geni.us/H9BeFo
    ► My Seagate IronWolf 4TB HDD on Amazon - geni.us/09Hvpm
    ► My external SSD drive on Amazon - geni.us/jg3MGNt
    ► My external HDD drive on Amazon - geni.us/5HCIAX
    ► My monitor arm on Amazon - geni.us/OuX1
    ► My chair on Amazon - geni.us/wGWq
    ► My speakers on Amazon - geni.us/wM4fIn
    ► My coffee machine on Amazon - geni.us/zP1uEbW
    ► My standing desk - www.fully.com/en-eu/standing-...
    Disclosures: All opinions are my own. Sponsors are acknowledged. Some links in the description are affiliate links that if you click on one of the product links, I’ll receive a commission at no additional cost to you. As an Amazon Associate I earn a small commission from qualifying purchases.

ความคิดเห็น • 29

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  2 ปีที่แล้ว +2

    Learn top 5 most common Angular mistakes that you should avoid - th-cam.com/video/ejjln8hI14M/w-d-xo.html

  • @ayoubdkhissi
    @ayoubdkhissi ปีที่แล้ว

    thanks!

  • @mohammedraja1508
    @mohammedraja1508 2 ปีที่แล้ว +1

    Loved it!

  • @aravindang93
    @aravindang93 ปีที่แล้ว

    Thanks for sharing👍

  • @pschenka
    @pschenka 3 หลายเดือนก่อน +1

    I think you can change ngrx to angular routing. Im agree with other points

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  3 หลายเดือนก่อน

      Why? Ngrx and routing are completely different things.

  • @emadbeltaje
    @emadbeltaje 7 หลายเดือนก่อน

    can you suggest course/roadmap to learn Angular, i have been on Mobile side for more than 3 years and i planning to switch to web and i really liked angular what do u suggest and where to start, thank u in advance 🌷

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  7 หลายเดือนก่อน

      I would learn the basics of Angular first. For example from my free video
      th-cam.com/video/Pd98NIR63cU/w-d-xo.htmlsi=ILLZaKryawELvTAH
      Then I would build the real app from start to the end. Here is the first 2 sections of my paid course for this.
      th-cam.com/video/vcfZ0EQpYTA/w-d-xo.htmlsi=mgrTPoTKnaG5oJXo

  • @msam6622
    @msam6622 2 ปีที่แล้ว +3

    Ngxs is cleaner than ngrx. I work with both since 2018 and I decided last year to completely move to ngxs.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว +13

      Yes but I don't see that ngxs is popular and big companies always use ngrx. So it's more about that is needed on the market than what is cleaner.

    • @msam6622
      @msam6622 2 ปีที่แล้ว +5

      @@MonsterlessonsAcademy ngxs is popular, just not as popular as ngrx because ngrx gets advertised more. As far as companies using it, I have seen several of our big clients using it and when I asked their architects on the reasoning, the response for many that they had seen it in plural sight or Udemy and did not hear of ngxs.
      Ngxs is much better as it more the angular way than react. Also the forms plugin is a big plus.
      Intel is a very popular processor but it is not always the best ☺️.

    • @matthewuy2559
      @matthewuy2559 ปีที่แล้ว

      I agree that ngxs WAS cleaner than ngrx. But now ngrx got an upgrade, so I transitioned back to ngrx and now I'm loving it.

    • @msam6622
      @msam6622 ปีที่แล้ว

      @@matthewuy2559 we use ngrx v13 at my work and it is not cleaner than ngxs even with the v14 upgrade which we plan to upgrade to the upcoming sprint. Many junior devs get lost in it.

    • @matthewuy2559
      @matthewuy2559 ปีที่แล้ว

      @@msam6622 Okay. Maybe that's just my preferred state management for now. I feel like using ngrx makes it more complete and cleaner because of the separation of concerns.

  • @gigakvachakhia4777
    @gigakvachakhia4777 2 ปีที่แล้ว

    heres a question that always bothered me. how do you solve the SEO problems in real life project? kinda heard abour angular universal but have never actually seen it in action.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  2 ปีที่แล้ว +12

      There are different solutions. I'm not a fan of angular universal (but it's one of the ways) and it never was that good that I would use it.
      It's always easier to make some pages that you want to index in non SPA way and your project as an SPA.
      It really doesn't make a lot of sense to use React,Angular, etc if you just have a list of posts that you want to be indexed. We use them because of complex business logic in client in big frontend applications. There you don't need SEO at all.
      So mixed rendering is the easiest way to go.

    • @gigakvachakhia4777
      @gigakvachakhia4777 2 ปีที่แล้ว

      @@MonsterlessonsAcademy thank you
      helped alot

  • @MrZ-vb9fv
    @MrZ-vb9fv ปีที่แล้ว

    do i need to learn javascript if i want to learn angular?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +4

      For sure. Especially because Angular is much more complicated that React your Javascript knowledge must be higher.

    • @MrZ-vb9fv
      @MrZ-vb9fv ปีที่แล้ว +2

      @@MonsterlessonsAcademy any idea where to start and how to start

    • @pschenka
      @pschenka 3 หลายเดือนก่อน

      I think your question sounds like "Can I learn how to write words before learn letters" =)

  • @hazartilirot1014
    @hazartilirot1014 ปีที่แล้ว

    Well, I don't criticise the way it's written, but ADVICE is an uncountable noun. It cannot be plural. Just remember it.)

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      Thank you. I will try to learn it but I keep saying wrong things as english is not my native language.