Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

install bootstrap 5 in angular

--- Install package
npm install bootstrap


--- Add dependencies
"dependencies": {
    ...
    "bootstrap": "^5.1.3",
    ...
  },
  
  
Source by bhutanio.com #
 
PREVIOUS NEXT
Tagged: #install #bootstrap #angular
ADD COMMENT
Topic
Name
6+1 =