@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
47 lines (25 loc) • 2.08 kB
Markdown
# QuickStart App - IntegralUI Web for Angular
This application contains samples for each component included in the [IntegralUI Web](http://www.lidorsystems.com/products/web/studio/) product package. It can help you to get started quickly with learning about the components and write tests immediatelly.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.0.
## Dependencies
This app requires only the following library:
Angular - v9.0 and above
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Installation
The IntegralUI Web components are already present in the application directory (src/app/integralui), you only need to install the Angular 9 libraries. Open the nodejs command prompt, go to application directory and type:
```bash
npm install
```
After installation completes, start the application by typing:
```bash
ng serve --open
```
## Demo
The application will start displaying the main window with links to all components included. Each component window contains a demo and description about the component functionality. You can checkout the sample source code (located under /samples subfolder) for more information on the sample and component used.
## License Information
You may use this quick start application for the limited purposes of demonstrations, trials or design-time evaluations.
Copyright (c) 2016-2020 Lidor Systems. All rights reserved.
This project has been released under the IntegralUI Web License, and may not be used except in compliance with the License.
A copy of the License should have been installed in the product's root installation directory or it can be found here: [License Agreement](http://www.lidorsystems.com/products/web/studio/license-agreement.aspx).
This SOFTWARE is provided "AS IS", WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.