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
- Host: GitHub
- URL: https://github.com/igniteui/warehouse-js-blocks
- Owner: IgniteUI
- Created: 2016-10-28T13:24:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T15:32:54.000Z (almost 6 years ago)
- Last Synced: 2025-06-26T15:51:30.933Z (10 months ago)
- Language: TypeScript
- Homepage: https://igniteui.github.io/warehouse-js-blocks/
- Size: 33.7 MB
- Stars: 81
- Watchers: 52
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```