An open API service indexing awesome lists of open source software.

https://github.com/igniteui/warehouse-js-blocks

Sample Warehousing application built with Ignite UI for Angular
https://github.com/igniteui/warehouse-js-blocks

Last synced: 8 months ago
JSON representation

Sample Warehousing application built with Ignite UI for Angular

Awesome Lists containing this project

README

          

# Warehouse Picklist App

A showcase application built using [Ignite UI for Angular](https://github.com/IgniteUI/ignite-ui).

**List of components used:**

| Component/Directive | | Used in (*screen*) |
| :-: | :-: | :-: |
| igx-bottom-nav | | Active Orders, Archived Orders |
| igx-checkbox | | Order |
| igx-circular-bar | | Active Orders |
| igx-drop-down | | Add Order |
| igx-icon | | Active Orders, Orders |
| igx-list | | Active Orders, Archived Orders, Order |
| igx-navbar | | Active Orders, Add Order, Order |
| igx-snackbar | | Active Orders |
| igx-toast | | Active Orders, Add Order |
| igxButton | | Active Orders, Add Order, Order |
| igxInput | | Active Orders |
| igxRipple | | Order |

## Install
To get started follow the respective package manager installation:

#### npm
```shell
npm install
```

## Start

#### ng
```shell
ng serve
```