Search code examples
asp.netangularasp.net-coreaspnetcoretemplatepack

How can I use bootstrap modal, toasty, etc. In aspnet core with angular 2 project?


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


Solution

  • 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