Leftyx / users-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build functions

cd .\functions\
npm run build

run emulators

cd ..
npm run start-emulators

run angular app

npm run start

Inspect Emulators

http://localhost:4010

Updating Angular to latest version

Make sure the CLI is updated to the latest version

npm i -g @angular/cli@next

in the prodject folder run

ng update

to find the packages needing update and get the commands to update them.

About


Languages

Language:TypeScript 65.2%Language:HTML 28.5%Language:JavaScript 5.4%Language:SCSS 0.8%