Components in Angular - Learning Angular (Part 3)

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 พ.ย. 2024

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

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

    Watch more episodes of Learning Angular→ goo.gle/Learning-Angular

  • @elyoaprogrammer
    @elyoaprogrammer ปีที่แล้ว +26

    Excellent Angular series for beginners. I would love watch similar tutorials from the Angular team with more advanced topics. Thanks

    • @Angular
      @Angular  ปีที่แล้ว +6

      Wow! Thanks so much for this feedback - we really appreciate it. Which topics would you like us to cover?

    • @elyoaprogrammer
      @elyoaprogrammer ปีที่แล้ว +7

      @@Angular Hello, thanks for your answer.. I would like to watch something more oriented to a real life project to handle real common scenarios and explain more advanced topics: like do the secure login process, work with interceptors, content-projection, custom directives and topics like that. I know there is much information about this on the Internet but I really enjoyed all the videos of the @Angular team!

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

      ​@@Angular interceptor please authguard please

    • @dima13693
      @dima13693 4 หลายเดือนก่อน +2

      terrible series for beginners. The download button to download the original template doesnt work, which cascades into a bunch of other issues. Someone should have checked their work when updating the tutorial for v18.

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

    I love the tutorials! It is very helpful! Thanks!

  • @TayambaMwanza
    @TayambaMwanza ปีที่แล้ว +6

    I think at 1.26, when you're describing the different parts that will be broken up into components, it would be helpful to highlight the areas or outline them to give a nice visual indicator of each component/section.

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

      Also self closing tags but I think that will be too much work.

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

      Great feedback! We'll consider this for the next version, for sure!

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

    I'm so glad this is working so far, I say this because usually TH-cam tutorials almost never works, lol

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

    Amazing tutorial, thank you.

  • @Guidje
    @Guidje 8 หลายเดือนก่อน

    damn, nice content!! i wasn't expecting to much (because it's a beginner tutorial) but this is really well done and the host didactic is pretty good

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

    I would recommend that if anyone gives a thumbs up on this to actually try doing this first.

  • @mouri_san
    @mouri_san 24 วันที่ผ่านมา

    Спасибо большое!

  • @edemmarvinkudjo9346
    @edemmarvinkudjo9346 4 หลายเดือนก่อน

    I love Angular❤

  • @djrandomoficial4901
    @djrandomoficial4901 9 หลายเดือนก่อน +1

    03:04 is it normal to use 'aria-hidden' together with 'alt' in the html element? semms no sense.

  • @CrazyOsi
    @CrazyOsi 5 หลายเดือนก่อน +3

    not the best idea to create a website about HOMEs and have a HOME-component

  • @alissabrave424
    @alissabrave424 4 หลายเดือนก่อน +1

    I did everything same with the tutorial but my logo does not show up, I do not understand where the problem is

    • @arthurf.foureauxfoureaux5418
      @arthurf.foureauxfoureaux5418 3 หลายเดือนก่อน +2

      I´ve faced the same issue. To solve it in angular 18, you must create a public folder on the root of your project and inside it, put the assets folder. Then, on the src of img, put "assets/..."

  • @stevofootballhome6786
    @stevofootballhome6786 5 หลายเดือนก่อน

    the the set up is no longer working. pls assist me with the first step setup

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

    When generating the home component I get an error ‘Could not find NgModule. Use the ‘-skip-import’ option to skip importing in NgModule…

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

      You have to generate a standalone component, so include the --standalone flag. That should help

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

      @@Angular I made sure to include the -standalone command originally still getting the same error tried a few more times this evening im not sure whats up :/

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

      i´m getting the same error, there´s a difference between what shows up when you create the angular project with what you see on this video

    • @angelmotta
      @angelmotta 4 หลายเดือนก่อน

      @@Eltopshottah I had the same issue. I tried with --standalone flag and it worked! I think this error is because the starter code in the first episode include a package.json using angular version 16 and the code shared in this episode the code example include a package.json using angular version 17. I also tried with version 18 and --standalone flag is not needed

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

    Hi, i dont know why you are starting to show only inline templates.
    At least you should show in home template how to do a no inline template.
    And i think in any component has too much html, as such you should be separate template in file anyway.

  • @MrBingo37
    @MrBingo37 9 หลายเดือนก่อน +1

    3:08 header with logo will not compile ,it seems that it does not work with Angular 17+
    ---------------------------------------------------------
    Angular CLI: 17.1.3
    Node: 20.11.0
    Package Manager: npm 10.4.0
    OS: linux x64

    • @chowderheadreynolds7325
      @chowderheadreynolds7325 8 หลายเดือนก่อน +2

      I had the same issue. I put backticks ` (on the left upper corner on my keyboard above the tilde) before and after the code in the video and got the logo and heading to appear.

    • @shadip6725
      @shadip6725 19 วันที่ผ่านมา

      Replace header tag with section tag

  • @COOKWITHARMAANNN
    @COOKWITHARMAANNN 10 หลายเดือนก่อน +1

    not working angular 17 and above

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

      true

    • @akucinta2371
      @akucinta2371 5 หลายเดือนก่อน

      i've try in angular 18, it works

  • @tuba-inxs
    @tuba-inxs 4 หลายเดือนก่อน

    Great video! at th-cam.com/video/R0nRX8jD2D0/w-d-xo.html , looks like a nested child of , not a sibling.

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

    At 2:43 he says "sibling element" when it is a child element. I am old school. I believe people should review before publishing mistakes. It is distracting.

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

      Yeah, you are right! Definitely a mistake. Will do better next t ime.

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

      @@marktechson not a problem, I got over it after a while. However, I didn't see where the "Housing-location component works!" source is.