Skip to content

sabrinabm94/angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular

Scripts for testing javascript features and sintax, and apps.

Angular Documentation

Dependencies

Update

npm outdated

npm install -g npm-check-updates

npx npm-check-updates -u

ng update @angular/core @angular/cli

//Remove node_modules folder and package-lock.json file

npm install

npm audit fix

npm fund

Unistall

npm uninstall -g dep

npm uninstall --save-dev dep

npm cache clean

Install

npm install dep@latest

Fix errors

legacy dependecies errors

npm install --legacy-peer-deps

npm config set legacy-peer-deps true

//Remove node_modules folder and package-lock.json file

npx npm-check-updates -u

npm install

Windows: alterar a política de execução para o escopo do padrão

Get-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
//A
Get-ExecutionPolicy

Run tests

ng test --code-coverage

ng e2e

Run

Dev

ng serve --open

Auth in Firebase

firebase login

Build

ng build --configuration=production

firebase hosting:channel:deploy 1

Deploy on Firebase server

ng build

firebase deploy

Server

ng build --configuration production

ng run search-for-gif:server

Contact

Sabrina B. See my profile here

sabrinabm94@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages