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

https://github.com/mnvx/angular2-primeng-example

Angular2 and PrimeNG example
https://github.com/mnvx/angular2-primeng-example

Last synced: about 1 year ago
JSON representation

Angular2 and PrimeNG example

Awesome Lists containing this project

README

          

# Angular2 and PrimeNG example

## What is this?

It is example of Angular2 application with nested routes, nested components.

There are three pages

### Chart

![Chart](doc/chart.png "Page with chart")

### Table

![Chart](doc/table.png "Page with table data")

### Settings

![Chart](doc/settings.png "Page with settings")

## Installation

Instruction for Debian/Ubuntu.

Clone this repository:

```
git clone git@github.com:mnvx/angular2-primeng-example.git
```

Run

```
npm install
```

Installation completed.

## How to run

Use PHP 5.4+. Run command from path where project was installed:

```
php -S localhost:8000 -t public/ public/index.php
```

Then open url http://localhost:8000