Skip to content

Commit

Permalink
docs(demo): setup live demo, adopt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BioPhoton committed Mar 30, 2018
1 parent 2f7ec2d commit ca3189b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
23 changes: 8 additions & 15 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
[![NPM Version](https://img.shields.io/npm/v/angular-star-rating.svg)](https://www.npmjs.com/package/angular-star-rating)
[![Build Status](https://travis-ci.org/BioPhoton/angular-star-rating.svg?branch=master)](https://travis-ci.org/BioPhoton/angular-star-rating)

[![NPM](https://img.shields.io/npm/dt/angular-star-rating.svg)](https://www.npmjs.com/package/angular-star-rating)
[![NPM](https://img.shields.io/npm/dt/angular-star-rating.svg)](https://www.npmjs.com/package/angular-star-rating)

Angular Star Rating is a Angular 2+ component made with ❤.
Angular Star Rating is a Angular 2+ component made with ❤.

It is based on best practice UX/UI methods, accessibility in mind and an eye for details.
In love with reactive forms, the component is easy to control over the keyboard.
It is a perfect fit for all angular projects with ⭐'s.

It is based on best practice UX/UI methods, accessibility in mind and an eye for details.
In love with reactive forms, the component is easy to control over the keyboard.
It is a perfect fit for all angular projects with ⭐'s.

To keep it as flexible as possible a major part of the logic is based on [css only techniques](https://github.com/BioPhoton/css-star-rating). The component simple applies the state depending css modifiers.

![Angular-Star-Rating](https://raw.githubusercontent.com/BioPhoton/angular-star-rating/master/resources/examples/example-usage.gif)
Expand Down Expand Up @@ -44,7 +44,8 @@ Fully featured this component is provided with:
| [Css Star Rating](https://github.com/BioPhoton/css-star-rating) | [Angular1 Star Rating](https://github.com/BioPhoton/angular1-star-rating) | [Angular Star Rating](https://github.com/BioPhoton/angular-star-rating) |[Ionic1 Star Rating](https://github.com/BioPhoton/ionic1-star-rating) |

## DEMO
- [x] [Example-App](https://github.com/BioPhoton/angular-star-rating/tree/master/examples/angular4)
- [x] [Live Demo](https://biophoton.github.io/angular-star-rating/kitchensink)
- [x] [Example-App](https://github.com/BioPhoton/angular-star-rating/tree/master/examples/angular4)

## [Documentation](https://github.com/BioPhoton/angular-star-rating/wiki)
- [Installing](https://github.com/BioPhoton/angular-star-rating/wiki/Installing)
Expand All @@ -59,11 +60,3 @@ Fully featured this component is provided with:
## License

MIT © [Michael Hladky](mailto:[email protected])

# Custom configuration

## Globally

## FeatureModules

## Locally
10 changes: 0 additions & 10 deletions apps/angular5-example/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,3 @@
</main>
</div>
</div>

<h2>Nx</h2>

An open source toolkit for enterprise Angular applications.

Nx is designed to help you create and build enterprise grade Angular applications. It provides an opinionated approach to application project structure and patterns.

<h2>Quick Start & Documentation</h2>

<a href="https://nrwl.io/nx">Watch a 5-minute video on how to get started with Nx.</a>

0 comments on commit ca3189b

Please sign in to comment.