PREVIEW - https://angular-table-inicium.netlify.app/
Инструкция по запуску:
- Склонировать репозиторий -
git clone <repo name>
- Выполнить команду в консоли от корня приложения -
npm i
- Выполнить команду запуска приложения -
npm run start
- Перейти в Chrome на
http://localhost:4200/
- Фильтрацию (поиск) по данным таблицы можно осуществить воспользовавшись инпутом в верхнем правом углу окна приложения
- Сортировку (default, asd, desc) можно осуществить кликая по заголовку каждой из колонок хедера таблицы.
- После изменения данные сохраняются в LocalStorage. Получить исходные данные можно очистив LocalStorage
Start instructions:
- Clone the repository -
git clone <repo name>
- Run the command in the console from the root of the app -
npm i
- Run the app start command -
npm run start
- Go to Chrome to
http://localhost:4200/
- The filtering can be done by using the input at the right top of the window
- The sorting can be done by clicking by on the header of each column of the header table
- After the change, the data is saved in LocalStorage. To get source data you need to clear the LocalStorage.