You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
# Format code with prettier
npm run format
# Fix lint with tslint
npm run lint -- --fix
# Angular Unit Tests (karma)
npm run test -- --watch false# Angular e2e Tests (Protractor)
npm run e2e