Angular Test News project
Simple news list with:
- handmade design in Figma
- read news from JSON
- pagination
- delete, update functions for admins
- sorting
- wrapper for material component, material components
- working tests of components, backend-service
- dynamic render
Stack:
- Angular 9
- SASS
- Material components
Installation
Install with npm:
$ npm install
or with yarn
$ yarn install
Developing
Run develop with command
npm start
Navigate to http://localhost:4200/
.
Get prod builded files with command
npm run build:prod
Run test with command
npm run test
Run linter and fix all with command
npm run lint:fix