install dependencies angular

The solution for “install dependencies angular” can be found here. The following code will assist you in solving the problem.

//some useful libraries to install in angular
npm install aos –save //AOS animation

npm install –save @fortawesome/fontawesome-free //fontawesome library
“styles”: [
“node_modules/@fortawesome/fontawesome-free/css/all.css”
]

“scripts”: [
“node_modules/@fortawesome/fontawesome-free/js/all.js”
]

//Angular material and Flex-Layout
ng add @angular/material / npm i @angular/material
npm install -s @angular/flex-layout
npm i @angular/cdk –save

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in