/users-manager

Primary LanguageTypeScript

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.