Skip to content

Commit 2f6beba

Browse files
committed
docs: add showcase link to demo, update meta in release packages
1 parent 821d0cd commit 2f6beba

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Boosted template-driven Angular forms.
88
It is an alternative for the Angular `FormsModule`.
99
If your project have complex and dynamic forms this lib will save you a lot of time and lines of code.
1010

11+
> [StackBlitz showcase](https://stackblitz.com/edit/ngfe-showcase?file=src/app/app.component.html)
12+
1113
## Features
1214

1315
* **Focused on template-driven approach.**

projects/ngfe-ng-adapter/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "ngfe-ng-adapter",
33
"version": "13.0.0",
4+
"keywords": ["angular", "forms"],
5+
"author": {
6+
"name": "Oleksa Novyk",
7+
"email": "[email protected]",
8+
"url": "https://oleksanovyk.com/"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"url": "https://github.com/navix/ngfe",
13+
"type": "git"
14+
},
415
"peerDependencies": {
516
"@angular/core": ">= 12.0.0",
617
"@angular/forms": ">= 12.0.0",

projects/ngfe/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "ngfe",
33
"version": "13.0.0",
4+
"keywords": ["angular", "forms"],
5+
"author": {
6+
"name": "Oleksa Novyk",
7+
"email": "[email protected]",
8+
"url": "https://oleksanovyk.com/"
9+
},
10+
"license": "MIT",
11+
"repository": {
12+
"url": "https://github.com/navix/ngfe",
13+
"type": "git"
14+
},
415
"peerDependencies": {
516
"@angular/core": ">= 12.0.0",
617
"rxjs": ">= 6.6.0"

0 commit comments

Comments
 (0)