Getting started with Ng-Bootstrap in Angular Apps


Getting started with "ng-bootstrap" in Angular Apps

Getting started with "ng-bootstrap" in Angular Apps


In this article, we are going to cover “how to install and setup ng-bootstrap in our Angular apps."!

What is ng-bootstrap?

"Ng-bootstrap" is an open-source repository that provides a couple of native Angular widgets which are built using Bootstrap 4 CSS. As you know Bootstrap is one of the most popular CSS frameworks which is used to build stylish and modern applications, which has HTML, CSS and JavaScript libraries. In order to use Bootstrap frameworks in the Angular app, earlier we would have had to use bootstrap CSS as well as its JavaScript files, but “ng-bootstrap” gives us the best approach to use without any JS file in our Angular applications.
“ng-bootstrap” provides a module that can be load in our Angular apps which provides us native Angular components and widgets that we can use in the same way as we use other Angular provided components or our custom components.

2 comments: