Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

install dependencies angular

//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
Comment

PREVIOUS NEXT
Code Example
Typescript :: how to register a static assets folder spring boot 
Typescript :: Enter into postgresql database AS 
Typescript :: multer s3 file upload 
Typescript :: behaviour 
Typescript :: returning objects in alphabetical order in ruby 
Typescript :: angular input change event datatype typescript 
Typescript :: where to put toaster on http service calls typescript 
Typescript :: How to return a new string with its first and last characters swapped 
Typescript :: how to setup netflix workflow worker 
Cpp :: i2c scanner arduino 
Cpp :: ‘setprecision’ was not declared in this scope 
Cpp :: qdebug 
Cpp :: std logic vhdl 
Cpp :: vector erase not working c++ 
Cpp :: how to check datatype of a variable in c++ 
Cpp :: how to print a decimal number upto 6 places of decimal in c++ 
Cpp :: const iterator c++ 
Cpp :: how to ensure the user inouts a int and not anything else c++ 
Cpp :: how to sort in descending order c++ 
Cpp :: c++ random between two values 
Cpp :: hide terminal window c++ 
Cpp :: watermelon codeforces solution 
Cpp :: C++ Fahrenheit to Kelvin 
Cpp :: qt messagebox 
Cpp :: convert whole string to uppercase c++ 
Cpp :: cannot find -lsqlite3 C++ compiler error 
Cpp :: c++ std::fmin 
Cpp :: binary exponentiation modulo m 
Cpp :: easy c++ code 
Cpp :: c++ file exists 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =