Angular Material Dialog Tutorial

preview_player
Показать описание
Step by step beginner's tutorial on how to use Angular Material Dialog. Open a popup dialog with buttons and text, pass data back and forth, all with the angular material dialog.
Please LIKE and SUB if this brought value to you. COMMENT below with any thoughts/questions.

Рекомендации по теме
Комментарии
Автор

update:
add that line in style.scss :)

javiervillarroel
Автор

Thank you this video helped me a lot. I couldn't work out how to send the data from the dialog back to the component. Turns out it's as simple as adding the data in the close parameter.

MARA
Автор

The best video out there for Angular Material Dialog.

woldetsadickselam
Автор

man you saved my life, I was stucked on the 3:27 error for more than an hour.

Imdeepmind
Автор

Excellent. Was stuck with an error(entryComponent) for few hours :).The video helped a lot creating my first material dialog successfully.Thanks!

manjitmeher
Автор

Thank you man. Took me all day to find out what the hell was wrong at work. Bad thing? We are not allowed to use YouTube. You and my guy really helped me a lot.

Автор

thanks a lot.i just make my first dialog window by this video

elahehmoradi
Автор

Amazing Video, So informative. Thank you very much :)

DineshSharma-gfpq
Автор

can you please tell how to add google auto complete places for a field inside the matdialog?

Saimelodies
Автор

Thank YOU! Short and succint. Is there a way to force the modal window to require a close/save?

TeachMeToGreekDance
Автор

Excellent job! Very helpful. Was able to replicate without any significant challenges.

theskv
Автор

Don't forget 'npm install --save @angular/material @angular/cdk @angular/animations'

Mike-ykeb
Автор

Hi Jami Bot
, thanks for your videos. They're excellent for implementing Angular Material Design.

betToWin
Автор

hi, does anyone know the shortcut for auto imports in angular (vscode)?

fernandoak
Автор

Hi. Have anyone encountered this error upon clicking the button to display popup : ERROR TypeError: Cannot read property 'hasAttached' of undefined

angelobacolod
Автор

Really helpful video..thanks Jameson.... (Y)

saurabhchoudhary
Автор

Hello, how can inject a response in my Dialog data after a request is made? I want a submit button that sends some data to my server, server retrieves a response and I want I Dialog to popup with that response.I tried calling openDialog(res) in my post request and I tried calling openDialog(res) like this: #f="ngForm" (submit)="f.form.valid && get_prediciton()", none working.

iHelperRo
Автор

thank you for the vid your explanation cleared a lot

JoseGonzalez-ltkr
Автор

Someone could please tell me, what extension was used for vscode to check code syntax.
Thanks

huyphandinh
Автор

how can i do this on mat table? with the record i clicked on?

akhsaybhoendie