From bff47dcc19502834f6c8389126842993c6b794df Mon Sep 17 00:00:00 2001 From: Preston Lamb Date: Tue, 28 May 2019 21:19:23 -0600 Subject: [PATCH] Changed homepage URL; added demo links to READMEs --- README.md | 5 +++++ package.json | 2 +- projects/ngx-plug-n-play-lib/README.md | 5 +++++ projects/ngx-plug-n-play-lib/package.json | 4 ++-- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0161b4b..0414bd2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ The `ngx-plug-n-play` library is an Angular library that contains services, components, directives, pipes, etc that are easily implemented into any project. The goal is to provide functionality while not defining any default styles. Directives don't provide a template, so those will inherently use the styles defined by the user. Components will use `ng-template`, `ng-content`, and other forms of transclusion so that the user can style components to match their application. +Demo Sites: + +- [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com) +- [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo) + ## Installation ```bash diff --git a/package.json b/package.json index 34cacaf..9985859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-plug-n-play-lib/README.md b/projects/ngx-plug-n-play-lib/README.md index 978cee8..986b22b 100644 --- a/projects/ngx-plug-n-play-lib/README.md +++ b/projects/ngx-plug-n-play-lib/README.md @@ -2,6 +2,11 @@ The `ngx-plug-n-play` library is an Angular library that contains services, components, directives, pipes, etc that are easily implemented into any project. The goal is to provide functionality while not defining any default styles. Directives don't provide a template, so those will inherently use the styles defined by the user. Components will use `ng-template`, `ng-content`, and other forms of transclusion so that the user can style components to match their application. +Demo Sites: + +- [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com) +- [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo) + ## Installation ```bash diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index d6eaf92..8692ce1 100644 --- a/projects/ngx-plug-n-play-lib/package.json +++ b/projects/ngx-plug-n-play-lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.2", + "version": "1.0.3", "peerDependencies": { "@angular/common": ">7.2.0", "@angular/core": ">7.2.0" @@ -17,7 +17,7 @@ "type": "git", "url": "https://github.com/pjlamb12/ngx-plug-n-play" }, - "homepage": "https://stackblitz.com/edit/ngx-plug-n-play-demo", + "homepage": "https://ngx-plug-n-play.netlify.com", "license": "MIT", "keywords": [ "angular",