Angular Test Project application. Created with Angular Material components.
Test automerge
DASDKa;lsdk;alskd;laskd;
- Copy repository and install dependencies with
npm i - Currently, using
json-serveras backend provider so you can find db file in mocks foldermocks/database.json
Run npm run mock for a dev backend server.
Run npm run start or ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
├── app # Root folder of angular app
│ ├── http # Http services to interact with backend
│ ├── layout # Core layout component that wraps all pages
│ └── utls # Some base classes, generics, helper functions, types, etc.