Last active
February 7, 2020 05:17
-
-
Save lokeshgupta1981/954df2eed31f24036f28152e708567fb to your computer and use it in GitHub Desktop.
Angular Notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deploy a site in netlify | |
Open account in netlify | |
npm install netlify-cli | |
netlify login | |
npm run build --production | |
cd dist | |
netlify init | |
netlify deploy -d ./onlinebanking | |
netlify deploy --prod | |
https://lokeshgupta.netlify.com/login | |
# Angular material | |
npm install @angular/material @angular/cdk @angular/animations --save | |
npm install hammerjs --save | |
add styles in angular.json build/styles array ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css | |
#Oauth2 | |
apigee system | |
https://developer.okta.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment