Angular Material: Sidenav (Expandable/Collapsable) 1/1

Поделиться
HTML-код
  • Опубликовано: 6 июн 2024
  • Link to repository: github.com/ThomasOliver545/an...
    Twitter: / thomas_oliverk
    Timestamps:
    00:00 Welcome and short overview over the video
    00:27 Look at the outcome of the video
    01:30 Start Implementation
    I appreciate every feedback in the comments and would be happy if you also like && subscribe :)
    Angular is used in v11.
    Nodejs is used in v12.
    NPM is used in v6.
    Main Frameworks:
    Frontend Framework: angular.io/
    Tools:
    Angular Material: material.angular.io/
    IDE: code.visualstudio.com/
    Node and NPM: nodejs.org/en/
    Git and Git Flow: git-scm.com/downloads
  • НаукаНаука

Комментарии • 40

  • @TommiCodes
    @TommiCodes  2 года назад +2

    Updated Video:
    Angular Material: Sidenav (Expandable/Collapsable) | 2022
    ruclips.net/video/FHk_RwcxJZg/видео.html

  • @CarlosSandoval-SandoAcademy
    @CarlosSandoval-SandoAcademy 2 года назад +1

    Good job Thomas, very clear and to the point!

  • @DaneDuPlessis
    @DaneDuPlessis 2 года назад +1

    This has been extremely helpful, thanks Thomas.

  • @deboraramos7944
    @deboraramos7944 2 года назад +1

    Obrigado mesmo, ótimo trabalho Thomas!!!

  • @abdit3171
    @abdit3171 2 года назад +1

    Sehr gute Leistung! Danke dir

  • @jayashree4557
    @jayashree4557 Год назад

    This is really awesome with the help video itself I can do the work and thanku so much for the repository too😊

  • @carlosvargasguzman9678
    @carlosvargasguzman9678 2 года назад +1

    Excellent video, thank you very much.

  • @knm6802
    @knm6802 2 года назад +2

    Very helpful.. Thanks

  • @CherryPauper
    @CherryPauper Год назад

    Thank you. This was helpful.

  • @fronce88
    @fronce88 2 года назад +1

    if I add a toolbar, how can i make if I want to expanded sidenav when I click menu bottom in a toolbar? Could you give me some advice please?

  • @abhayasubedi1844
    @abhayasubedi1844 2 года назад +1

    good job bro thanks

  • @RamuRamu-jp3yy
    @RamuRamu-jp3yy 2 года назад

    liked subscribed does it increase according to body content when i have lengthy content does increase according to browser can u suggest me how to do it

  • @Kems_live
    @Kems_live 3 года назад +2

    [routerLink]="'dashboard'" can be: routerLink="dashboard" without the "[ ]" binding as it's a static string. Awesome work BTW

    • @TommiCodes
      @TommiCodes  3 года назад

      Yeah both should work:
      [routerLink]="'dashboard'"
      and
      routerLink="dashboard"

    • @heinrichliessner9565
      @heinrichliessner9565 2 года назад

      thanks only routerLink="dashboard" worked for me, idk why it said "Can't bind to 'routerLink' since it isn't a known property" but it works without the [ ] so im happy thanks for the comment, Great video exactly what i needed

    • @jayashree4557
      @jayashree4557 Год назад +1

      This works for me thank you

  • @piperatgod41
    @piperatgod41 2 года назад +2

    Great video, very helpful. 1 Comment 1 Question. Comment: the audio is very low, even with my volume maxed. Question: when I click a mat-list-item I see the url change, but the router-outlet doesn't change unless I refresh. What might I be missing?

    • @piperatgod41
      @piperatgod41 2 года назад +1

      Answered my own question. I had an extra at the bottom of wrapper.component.html

    • @TommiCodes
      @TommiCodes  2 года назад

      @@piperatgod41 Great :)

  • @harshithasaiatluri4635
    @harshithasaiatluri4635 2 года назад

    This is awesome. Can you please tell how to keep the side nav collapsed by default?

    • @TommiCodes
      @TommiCodes  2 года назад

      just change the boolean variable initial value :)

  • @piyathilaka84
    @piyathilaka84 2 года назад

    Thank you very much for your tutorial. It's very understandable. can you make a tutorial Angular 12 and django incorporated application for CRUD, File Management and user management with database.

    • @TommiCodes
      @TommiCodes  2 года назад

      Haven't worked that much with Django for some time.
      Can put it on the list, but won't have prio

  • @adibzikri7203
    @adibzikri7203 2 года назад

    hi, i just wanna ask, can this angular sidenav be connected to a login page in any way?

    • @TommiCodes
      @TommiCodes  2 года назад

      You can use it however you want

    • @adibzikri7203
      @adibzikri7203 2 года назад

      how about the dashboard module, can i still build the sidenav with app module instead?

  • @aniketmehendale
    @aniketmehendale 2 года назад

    How to do it without lazy loading? Like i want the dashboard to be open by default and not having to click something to load it

    • @TommiCodes
      @TommiCodes  2 года назад

      You can also just do the routing completely in the app module (and move everythin "one up").
      You can change the "opened" property.
      btw: There will be a new video for the sidenav coming tomorrow, there it is explained

  • @swapnalidhotre8265
    @swapnalidhotre8265 2 года назад

    I'm trying to make a dropdown menu instead of text "Hello everyone" but the application crashes after compiling. Please help me to fix this 🙏

    • @TommiCodes
      @TommiCodes  2 года назад

      Do you have a link to your repo?

  • @rahulsriram6295
    @rahulsriram6295 3 года назад +2

    Can you please make a RxJS Crash Course?

    • @TommiCodes
      @TommiCodes  3 года назад

      I will put it on my list :)

  • @riloco22
    @riloco22 3 года назад

    It's responsive

  • @galihriskipratama3631
    @galihriskipratama3631 2 года назад

    Your voice is too low, its hard to tell what you were saying

  • @alijonabdullayev6872
    @alijonabdullayev6872 2 года назад +1

    thanks bro very good job

    • @TommiCodes
      @TommiCodes  2 года назад +1

      Thanks! Motivating to hear :)