Reputation: 123
I am using Angular2 in my existing ASP.NET Core MVC project. I am already using toasty, modals and other libraries in my MVC .cshtml
views.
However, I couldn't make those work in my components. Is there any example teaching how to use them.
Tried ngModal and others but could not make it work
Upvotes: 0
Views: 609
Reputation: 11
this may help you, I use it in my own project. https://ng-bootstrap.github.io/#/home
Upvotes: 0
Reputation: 34
There's lots of providers who offer Modals , Pagination and other controls
Try this
http://valor-software.com/ngx-bootstrap/#/modals
It's the easyest to use as I know
Upvotes: 0