Using Bootstrap In Angular Application
There is no doubt that using a design library making the web page design easier for most of the web developers especially those does not want to busy themselves with the style sheet codes and the alignment … etc. One of the libraries that is very popular and easy to use is the bootstrap. Using bootstrap is very easy to use and implement as it has a ready-made CSS classes for almost every usage in the web page. I this article we will go through a step-by-step tutorial on how to implement and use bootstrap library with Angular 2+. The time this article was written, the latest version of Angular was Angular 14. In order to complete this tutorial you need to have the following installed. 1. Nodejs 2. TypeScript 3. Angular CLI And a running Angular Application. In case you are not familiar with any of the previous three; please check this post . If not continue with the follo...