How to Make Modal in Angular | Build Custom Dialog in Angular

  Рет қаралды 15,813

AyyazTech

AyyazTech

Күн бұрын

Пікірлер: 30
@AyyazTech
@AyyazTech 4 ай бұрын
🔍 Want to dive deeper into Angular and full-stack development? Check out my comprehensive course: "Create Full-Stack Blog & CMS with Angular 18, Node.js, MySQL" bit.ly/angular-18-course In this course, you'll: - Build a complete, production-ready blog and CMS - Master Angular 18, Node.js, and MySQL - Deploy your app to Google Cloud Run Perfect for both beginners and experienced devs looking to level up their skills. 🎓 Enroll now: bit.ly/angular-18-course
@SinyoroVenyoro
@SinyoroVenyoro 2 жыл бұрын
Great job man! I think your video was the most straight-forward i found on this issue after spending the whole day. Thank you.
@AyyazTech
@AyyazTech 2 жыл бұрын
Thanks for watching my video. Please don't forget to subscribe to my channel and click on the bell icon to get notifications for my upcoming videos. Also please like and share my video.
@nithinsamuel9995
@nithinsamuel9995 11 ай бұрын
Thanks a lot, very helpful tutorial, quick and straight to the point....
@AyyazTech
@AyyazTech 11 ай бұрын
You're very welcome! I'm thrilled to hear that the tutorial was helpful for you. If you have any more questions or need further assistance, feel free to reach out. Remember to subscribe to AyyazTech for more helpful content, and don't hesitate to share our tutorials with others who might find them useful. Your support and feedback are what keep us going! 😃👍
@nithinsamuel9995
@nithinsamuel9995 11 ай бұрын
@@AyyazTech already subscribed thanks 😊
@kabitasahoo1526
@kabitasahoo1526 11 ай бұрын
How can I display the dialog component when the parent component throws error for some validation? And I need to pass data to the dialog component from parent component.
@luccascastrodesouza9786
@luccascastrodesouza9786 Жыл бұрын
thank you, bro! you helped me a lot!
@AyyazTech
@AyyazTech Жыл бұрын
You're welcome! I'm glad I could help. If you have any more questions or need assistance in the future, feel free to ask. Have a great day! 😊👍
@zangzang4364
@zangzang4364 Жыл бұрын
very cool tutorial !
@AyyazTech
@AyyazTech Жыл бұрын
Thank you for the kind words! I'm glad you found the tutorial helpful. If you have any other topics you'd like me to cover, feel free to suggest!
@rahulmukherjee856
@rahulmukherjee856 2 жыл бұрын
is there a link to this code in github or somewhere/?
@AyyazTech
@AyyazTech Жыл бұрын
Currently, I don't have a GitHub repository for this code, but I'll consider adding it in the future. If you have any specific questions about the code, feel free to ask in the comments!
@2k4you1
@2k4you1 Жыл бұрын
Will you be adding animations into your project?
@AyyazTech
@AyyazTech Жыл бұрын
Adding animations can definitely make the UI more engaging! I'm considering making a video tutorial focused solely on animations in the near future. Stay tuned!
@2k4you1
@2k4you1 Жыл бұрын
@@AyyazTech Great! I'll be waiting. Thanks!
@Spmdiamond
@Spmdiamond 2 жыл бұрын
Yes good thanks sir but for yes there may be functionality for proceeding
@AyyazTech
@AyyazTech 2 жыл бұрын
Thanks for watching my video. Please don't forget to subscribe to my channel and click on the bell icon to get notifications for my upcoming videos. Also, please like and share my video.
@mahdiandalib186
@mahdiandalib186 Жыл бұрын
nice
@AyyazTech
@AyyazTech Жыл бұрын
I'm glad you found the response helpful! If you have any more questions or need further clarification on Angular or any other topic, feel free to ask. Happy coding!
@mahdiandalib186
@mahdiandalib186 Жыл бұрын
well i would really want to learn how to define enums and different types when creating intetrface with angular.... for example when and how i have to decide to give an enum to a value when creating an interface.... how to implement a parent to child relation for my categories... and show them in a tree ui... how to implement breadcrumb using angular.. how to create a comment section like youtube.. recursive using angular...how to send data between different componenets using rxjs... how to create an array of questions and show them to users like an lms... @@AyyazTech
@madhes6872
@madhes6872 2 жыл бұрын
please sir I have a doubt in this :( will u give me ur contact or something?
@AyyazTech
@AyyazTech 2 жыл бұрын
You can ask me here in comments. i will try to help with your issue.
@danacampbell6644
@danacampbell6644 Жыл бұрын
how can I call a function on the click of the yes button from another component
@AyyazTech
@AyyazTech Жыл бұрын
Great question! You can pass the function as a prop from the parent component to the child component containing the 'Yes' button. Then, you can attach the function to the onClick event of the button. If you're using React, it would look something like this in the child component: jsx Copy code Yes In the parent component, you'd pass the function like so: jsx Copy code I hope that helps!" Comment 2: "Adding animations can definitely make the UI more engaging! I'm considering making a video tutorial focused solely on animations in the near future. Stay tuned!" Comment 3: "Thank you for the kind words! I'm
@AyyazTech
@AyyazTech Жыл бұрын
Great question! You can pass the function as a prop from the parent component to the child component containing the 'Yes' button. Then, you can attach the function to the onClick event of the button. If you're using React, it would look something like this in the child component: jsx Copy code Yes In the parent component, you'd pass the function like so: jsx Copy code I hope that helps!" Comment 2: "Adding animations can definitely make the UI more engaging! I'm considering making a video tutorial focused solely on animations in the near future. Stay tuned!" Comment 3: "Thank you for the kind words! I'm
@abdulazeezatanda2371
@abdulazeezatanda2371 2 жыл бұрын
This is so time wasting! Why not just speed up the CSS parts. I reckon this isn't a CSS tutorial.
@AyyazTech
@AyyazTech 2 жыл бұрын
I am sorry about that. I really appreciate for your feedback. This is very helpful for me to improve my content in future. I will try to be more specific and to the point to save your time.
@abdulazeezatanda2371
@abdulazeezatanda2371 2 жыл бұрын
@@AyyazTech Sorry for my harsh manner of giving feedback too. Thanks for taking it in a good light.
@AyyazTech
@AyyazTech 2 жыл бұрын
@AbdulAzeez Atanda No problem at all. I always welcome any honest feedback. It helps me to understand about how to improve the quality of my content 👍😊
How to Make Forms in Angular REUSABLE (Advanced, 2023)
21:10
Decoded Frontend
Рет қаралды 74 М.
Build Angular Modal Without Libs - Angular Dynamic Component
16:22
Monsterlessons Academy
Рет қаралды 18 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
dialog = the easiest way to make a popup modal
9:40
Kevin Powell
Рет қаралды 199 М.
How to Display Modal Popup Form in Angular using NgBootstrap and FormsModule
9:59
How to store data in localstorage using Angular 13?
7:33
AyyazTech
Рет қаралды 41 М.
How to create Dialog using Angular Material ?
11:40
Frontend Paathshala
Рет қаралды 26 М.
Learn useReducer In 20 Minutes
20:12
Web Dev Simplified
Рет қаралды 525 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН