We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this lesson, we are going to learn how to create reusable modal overlays using Angular CDK Overlay.
https://codinglatte.com/posts/angular/reusable-modal-overlay-using-angular-cdk-overlay/
The text was updated successfully, but these errors were encountered:
Nice ! I would only add option to override config while opening the dialog ( you have to add property config in overlay.service.ts, in open method )
Sorry, something went wrong.
I agree, I wanted to but it slipped my mind.
Great article Maina! Really appreciate it. Very helpful.
One quick point, on the OnInit section of your article, you forgot to add the line on the top this.content = this.ref.content;
But you did have this in your repository version of code. That's where I got it from.
Thanks again and good job!
Kevo
No branches or pull requests
How to build a reusable Modal Overlay/Dialog Using Angular CDK
In this lesson, we are going to learn how to create reusable modal overlays using Angular CDK Overlay.
https://codinglatte.com/posts/angular/reusable-modal-overlay-using-angular-cdk-overlay/
The text was updated successfully, but these errors were encountered: