What is Bootstrap? How is it embedded into Angular? 

Bootstrap is a powerful toolkit. It is a collection of HTML, CSS, and JavaScript tools for creating and building responsive web pages and web applications.

There are two ways to embed the bootstrap library into your application. 

  1. Angular Bootstrap via CDN – Bootstrap CDN is a public Content Delivery Network. It enables you to load the CSS and JavaScript files remotely from its servers. 
  2. Angular Bootstrap via NPM – Another way to add Bootstrap to your Angular project is to install it into your project folder by using NPM (Node Package Manager). 

npm install bootstrap 

npm install jquery


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *