Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Changed homepage URL; added demo links to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlamb12 committed May 29, 2019
1 parent 8f76abc commit bff47dc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-plug-n-play",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
5 changes: 5 additions & 0 deletions projects/ngx-plug-n-play-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-plug-n-play-lib/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit bff47dc

Please sign in to comment.