Tag: Modal
In the last article, we discuss how to set up nested modal using template-ref in our angular application. In this article we discuss on Which events fire when modal …
The last article we discuss how to setup Modal using template and component. In these article we discuss on how to setup Nested Modal using Template. In the above …
In this article, I discuss how to add Modal in our Angular application. First, we need to add below line in our app.module.ts file. ................. //we need to import …