/angular-table

Table wich displays data from api. Have configuration settings etc

Primary LanguageTypeScript

Pretty table.

Аn application with a table. The table can be sorted and a search function is performed. The user can choose which columns of the table to show and which to hide. Adaptability up to 320px.

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate c component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Lint

Run npm run lint check the application with a linter.

About functionality of the app:

RU

Инструкция по запуску:

  1. Склонировать репозиторий - git clone <repo name>
  2. Выполнить команду в консоли от корня приложения - npm i
  3. Выполнить команду запуска приложения - npm run start
  4. Перейти в Chrome на http://localhost:4200/

EN

Start instructions:

  1. Clone the repository - git clone <repo name>
  2. Run the command in the console from the root of the app - npm i
  3. Run the app start command - npm run start
  4. Go to Chrome to http://localhost:4200/