Skip to content

Commit 10dca92

Browse files
committed
Update ng-package and readme
1 parent b53fde6 commit 10dca92

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

ngx-numeric-range-form-field/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ngx-numeric-range-form-field
22

3-
An Angular Material UI numeric range input form field. It is based on custom form field control and control value accessor which allows inserting range numbers, minimum and maximum.
3+
An Angular Material UI numeric range input form field. Implementation is based on custom form field and control value accessor which allows inserting range numbers - minimum and maximum.
44

55
![Numeric range form field](https://github.com/dineeek/ngx-numeric-range-form-field/blob/main/ngx-numeric-range-form-field/Numeric%20Range%20Form%20Field.png)
66

@@ -16,8 +16,8 @@ An Angular Material UI numeric range input form field. It is based on custom for
1616
# Feature
1717

1818
- Two inputs as one field.
19-
- Auto range validation.
20-
- Supports reactive forms.
19+
- Reactive form field.
20+
- Auto range validation & custom validation.
2121

2222
**[View live demo on StackBlitz.](https://ngx-numeric-range-form-field.stackblitz.io)**
2323

ngx-numeric-range-form-field/projects/ngx-numeric-range-form-field/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ngx-numeric-range-form-field
22

3-
An Angular Material UI numeric range input form field. It is based on custom form field control and control value accessor which allows inserting range numbers, minimum and maximum.
3+
An Angular Material UI numeric range input form field. Implementation is based on custom form field and control value accessor which allows inserting range numbers - minimum and maximum.
44

55
![Numeric range form field](https://github.com/dineeek/ngx-numeric-range-form-field/blob/main/ngx-numeric-range-form-field/Numeric%20Range%20Form%20Field.png)
66

@@ -16,8 +16,8 @@ An Angular Material UI numeric range input form field. It is based on custom for
1616
# Feature
1717

1818
- Two inputs as one field.
19-
- Auto range validation.
20-
- Supports reactive forms.
19+
- Reactive form field.
20+
- Auto range validation & custom validation.
2121

2222
**[View live demo on StackBlitz.](https://ngx-numeric-range-form-field.stackblitz.io)**
2323

Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3-
"dest": "../../dist/ngx-numeric-range-form-field",
4-
"lib": {
5-
"entryFile": "src/public-api.ts"
6-
}
7-
}
2+
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
3+
"dest": "../../dist/ngx-numeric-range-form-field",
4+
"lib": {
5+
"entryFile": "src/public-api.ts"
6+
},
7+
"allowedNonPeerDependencies": ["@angular/forms", "@angular/material"]
8+
}

0 commit comments

Comments
 (0)