diff --git a/README.md b/README.md index 343cc74..ac0fef9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@

- +

Pro Angular: Form Components

+ + + + [![npm](https://badgen.net/badge/icon/npm?icon=npm&label)](https://www.npmjs.com/@proangular/pro-form) [![GitHub](https://badgen.net/badge/icon/GitHub?icon=github&label)](https://github.com/ProAngular/pro-form) [![TypeScript](https://badgen.net/badge/icon/TypeScript?icon=typescript&label)](https://github.com/ProAngular/pro-form/search?l=typescript) @@ -23,6 +27,10 @@ [![GitHub Package Status](https://github.com/ProAngular/pro-form/actions/workflows/on-merge-main-deploy-gpr.yml/badge.svg)](https://github.com/ProAngular/pro-form/actions/workflows/on-merge-main-deploy-gpr.yml) [![npmjs Package Status](https://github.com/ProAngular/pro-form/actions/workflows/on-merge-main-deploy-npmjs.yml/badge.svg)](https://github.com/ProAngular/pro-form/actions/workflows/on-merge-main-deploy-npmjs.yml) + + + + ## Index - [Preview](#preview) @@ -156,7 +164,7 @@ application where used: ... -// or component +// Or import to component @Component({ ... imports: [ @@ -164,21 +172,39 @@ application where used: ... ], }) + +... + +// Then use in template ++
++ ++ ++ ++ ++ ++ ++ ++ ++ ... ++ ``` +> ![Info][img-info] See an the example form code [here][url-example-form-code], +> or a live demo [here][url-demo]. +

[ Index ]

-## Compatibility +## Compatibility -| Angular version | @proangular/pro-form | Status | -| --------------- | -------------------- | ---------- | -| v19 | v19.0.0 | Compatible | -| v18 | ------ | Untested | -| v17 | ------ | Untested | +| Angular version | @proangular/pro-form | Install | +| --------------- | -------------------- | ------------------------------- | +| v19 | v19.x.x | ng add @proangular/pro-form@^19 | +| v18 | ------ | Untested | +| v17 | ------ | Untested |

[ Index ]

@@ -240,12 +266,12 @@ Thank you to the entire Angular team and community for such a great framework to build upon. If you have any questions, please let me know by opening an issue [here][url-new-issue]. -| Type | Info | -| :------------------------------------------------------------------------ | :------------------------------------------------------------- | -| | webmaster@codytolene.com | -| | https://github.com/sponsors/CodyTolene | -| | https://www.buymeacoffee.com/codytolene | -| | bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt | +| Type | Info | +| :---------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------- | +| | webmaster@codytolene.com | +| | https://github.com/sponsors/CodyTolene | +| | https://www.buymeacoffee.com/codytolene | +| | bc1qfx3lvspkj0q077u3gnrnxqkqwyvcku2nml86wmudy7yf2u8edmqq0a5vnt | Fin. Happy programming friend! @@ -253,5 +279,10 @@ Cody Tolene +[img-info]: + https://raw.githubusercontent.com/ProAngular/pro-form/refs/heads/main/.github/images/ng-icons/info.svg +[url-demo]: https://www.ProAngular.com/demos/pro-form +[url-example-form-code]: + https://github.com/ProAngular/pro-form/blob/main/src/app/form/form.component.html [url-new-issue]: https://github.com/ProAngular/pro-form/issues [url-node-js]: https://nodejs.org/ diff --git a/ng-package.json b/ng-package.json index 340534d..0d07e52 100644 --- a/ng-package.json +++ b/ng-package.json @@ -4,5 +4,5 @@ "lib": { "entryFile": "src/app/public/public.ts" }, - "allowedNonPeerDependencies": ["@angular/material"] + "allowedNonPeerDependencies": [] } diff --git a/package-lock.json b/package-lock.json index 1a27d0c..c45f195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@proangular/pro-form", - "version": "19.0.0", + "version": "19.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@proangular/pro-form", - "version": "19.0.0", + "version": "19.0.1", "hasInstallScript": true, "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 9fea329..d841153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@proangular/pro-form", - "version": "19.0.0", + "version": "19.0.1", "description": "A predefined set of reactive and reusable form input components based on Angular Material.", "author": "Pro Angular ", "homepage": "https://www.proangular.com",