Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
86 views2 pages

Add Ngx Bootstrap & Bootswatch Theme

This document provides instructions for adding the Ngx Bootstrap library to an Angular application to use Bootstrap components. It involves searching for and visiting the Ngx Bootstrap website, installing the library using npm, importing it in AppComponent.ts and declaring it in imports, then using Bootstrap components like nav in the nav component HTML file and applying a Bootswatch theme by linking to it and modifying style.css.

Uploaded by

Rushikesh Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
86 views2 pages

Add Ngx Bootstrap & Bootswatch Theme

This document provides instructions for adding the Ngx Bootstrap library to an Angular application to use Bootstrap components. It involves searching for and visiting the Ngx Bootstrap website, installing the library using npm, importing it in AppComponent.ts and declaring it in imports, then using Bootstrap components like nav in the nav component HTML file and applying a Bootswatch theme by linking to it and modifying style.css.

Uploaded by

Rushikesh Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Adding Ngx Bootstrap to power our Bootstrap components

1 Go to google and search ngx bootstarp


Click on https://valor-software.com/ngx-bootstrap/

2 npm install [email protected] –save

3 in AppComponent.ts

4 in imports

5 in nav component.html

6
7

. Bringing
some color to our app with a theme from
Bootswatch

1 https://bootswatch.com/

2 in style.css

You might also like