Building Addressable Dialogs with Angular

Поделиться
HTML-код
  • Опубликовано: 4 авг 2024
  • Combine the power of the URL bar with the awesomeness of popup dialogs and modals.
    We'll use a router outlet (this doesn't have to be the primary router outlet) combined with a host component to control the behavior of the popup.
    Repository here: github.com/StephenFluin/addre...
  • НаукаНаука

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

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

    Exactly what I needed done for my app. Thank you very much.

  • @adriannlara
    @adriannlara 6 лет назад +1

    great idea, thanks!

  • @pedrammoradi6841
    @pedrammoradi6841 4 года назад

    awesome!! this tutorial saved me . thank you too much bro

  • @devdharma3050
    @devdharma3050 5 лет назад

    Thank you so much

  • @aram5642
    @aram5642 5 лет назад +1

    I would love to see a video on how to author an ng module so that it can communicate with the consumer via injecting a token like MAT_DIALOG_DATA. How did they do it?
    I know I could look into their code, but I would be interested to hear more from you on that technique.

  • @sourishdutta9600
    @sourishdutta9600 5 лет назад +1

    Hey can you please explain to us about these Entry component things, How angular compiled that and about Angular universal (serverside rendering). How we differ SSR ad CSR and How it merge with SPA pages in Angular.Thank You So much.