Şahin Taşın
Şahin Taşın

Reputation: 123

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

Upvotes: 0

Views: 609

Answers (2)

Johnny Tung
Johnny Tung

Reputation: 11

this may help you, I use it in my own project. https://ng-bootstrap.github.io/#/home

Upvotes: 0

Ionut Botizan
Ionut Botizan

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

Related Questions