Building a Drag & Drop Dashboard with Angular Material

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

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

  • @ytamb01
    @ytamb01 4 месяца назад

    That really is building cool stuff with Angular! Great series, thanks.

    • @ZoaibKhan
      @ZoaibKhan  4 месяца назад

      Glad you like them! How is your dashboard coming along? :)

    • @ytamb01
      @ytamb01 4 месяца назад

      @@ZoaibKhan Well, the last thing I did was to get your code 😀

  • @boycany4432
    @boycany4432 3 месяца назад

    Hi Zoaib,
    I really like this series and learned a lot!

    • @ZoaibKhan
      @ZoaibKhan  3 месяца назад

      Hey! Glad you liked it :) The series will continue as I add more features to the dashboard. This week it'll be adding tailwindcss support 🔥

  • @davebudah
    @davebudah 4 месяца назад

    Another special one. 😊

  • @JianhuaX
    @JianhuaX 4 месяца назад

    Bravo!

  • @tarun8987
    @tarun8987 3 месяца назад

    Hii Zoaib,
    I want to thank you for this awesome series.
    Apart i want to ask how to use SSR for dashboard if we have dynamic data for dashboard

    • @ZoaibKhan
      @ZoaibKhan  3 месяца назад +1

      Hey Tarun (I hope I got the name right),
      Glad you liked the series.
      Well, it depends on what you mean by dynamic data? Does it mean individual data in widgets or the dashboard structure itself? You can actually do both without SSR as well - using REST APIs or other serverless integrations such a s firebase or appwrite.
      But you can also enable SSR on the app if you want it.

  • @mrhelloword
    @mrhelloword 4 месяца назад

    Hai zhohaib can you make dynamic button in angular material?

    • @ZoaibKhan
      @ZoaibKhan  4 месяца назад +1

      Oh, interesting. What do you mean by a dynamic button exactly?

    • @mrhelloword
      @mrhelloword 4 месяца назад

      @@ZoaibKhan like change type of angular material button ( mat-flat-button, mat-stroked etc)

  • @_davidx0
    @_davidx0 3 месяца назад

    Thank you for this awesome series! :)
    I have some issues with widgets:
    - I can drag a widget to the panel but nothing happens. Only when I reload the page then the widget disappears on the dashboard and appears in the panel.
    - If I drag a widget from the panel to the dashboard, it appears on the dashboard, which is correct, but it is still there in the panel although it should disappear there.
    What could be the problem?
    I would really like to fix this bug and learn what the problem is, but I can't find it :(

    • @ZoaibKhan
      @ZoaibKhan  3 месяца назад +1

      Do you have a stackblitz with your code so I can look at it?

    • @_davidx0
      @_davidx0 3 месяца назад

      @@ZoaibKhan I have sent you the link on Linkedin :)

    • @_davidx0
      @_davidx0 3 месяца назад

      Thank you very much for your help :) I am very grateful!

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 3 месяца назад

    Is there a way to disable drag drop in mobile? Try this on a phone and you can ot scroll without dragging

    • @ZoaibKhan
      @ZoaibKhan  3 месяца назад

      Yeah I know, I guess the drag and drop builder is more suited for large screens. I'll see if there are ways to disable the dragging on mobile screens and let you know :)