From ca3189b563830af009e76269f50c72238fb31389 Mon Sep 17 00:00:00 2001 From: Michael Hladky Date: Fri, 30 Mar 2018 16:56:02 +0200 Subject: [PATCH] docs(demo): setup live demo, adopt docs --- README.MD | 23 +++++++------------ .../src/app/app.component.html | 10 -------- 2 files changed, 8 insertions(+), 25 deletions(-) diff --git a/README.MD b/README.MD index df31912..89e20bc 100644 --- a/README.MD +++ b/README.MD @@ -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) @@ -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) @@ -59,11 +60,3 @@ Fully featured this component is provided with: ## License MIT © [Michael Hladky](mailto:michael@hladky.at) - -# Custom configuration - -## Globally - -## FeatureModules - -## Locally diff --git a/apps/angular5-example/src/app/app.component.html b/apps/angular5-example/src/app/app.component.html index dc306bb..87f3269 100644 --- a/apps/angular5-example/src/app/app.component.html +++ b/apps/angular5-example/src/app/app.component.html @@ -52,13 +52,3 @@ - -

Nx

- -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. - -

Quick Start & Documentation

- -Watch a 5-minute video on how to get started with Nx.