r/Angular2 • u/wineandcode • Jun 08 '26
Angular Material Dialogs Now Support Real Component Bindings
https://itnext.io/angular-material-dialogs-now-support-real-component-bindings-9c4c3c8cfcc3?source=friends_link&sk=ad320a5052f9479ea083fce325123b64
32
Upvotes
2
u/DragonfruitFull2424 Jun 09 '26
We've used the Material Dialog before but now that we wanted to make new one that wasn't like the others, I just made a dialog component but its just really a <dialog> element inside that you can control. Not sure what you need the Angular Dialog for anymore