adspace


How to open and close modal popup using typescript and bootstrap?

Answer Posted / Brijesh Kumar

To create a modal popup in Angular using TypeScript and Bootstrap, you can follow these steps:n
1. Install the @ng-bootstrap/ng-bootstrap package.
2. Import the NgbModal and NgbModalConfig modules from the package into your component.
3. Define a modal component with an @Component decorator and inject the NgbModal service into its constructor.
4. Create a modal instance using the create method of the NgbModal service.
5. Open the modal by calling the open method on the modal instance, passing in the component that will be displayed inside the modal as well as any additional options such as size and backdrop configuration.
6. Close the modal by calling the dismiss or close method on the modal instance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to enable html5 mode in angular 1.x?

926


How an object or function can get a hold of its dependencies?

854


How to implement a datagrid table with angular 2 and primeng?

891


How to use primeng in angular 4?

947


How can primeng be used with angular2?

946


Angularjs dependency injection of value inside of the module.config?

895


Which version you are using js?

946


What is the latest version of angular?

979


How to create angularjs filter which outputs html?

860


Give the example of angularjs strings?

876


What is the latest angular?

809


What is a dynamic route in angularjs and how do you implement it?

863


How to get and log an error in angular 4?

876