@ng-formworks/material 17.3.0 → 17.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,15 +6,16 @@ This module is a dependency of the [ng-formworks project][npm_core_ver] and is m
|
|
|
6
6
|
|
|
7
7
|
If you are unfamiliar with with the ng-formworks project, it is highly recommended to
|
|
8
8
|
first have a look at the [@ng-formworks pages][npm_core_ver] for examples, demos, options and documentation.
|
|
9
|
+
Before installing also have a look at the Angular/ng-formworks [version compatibility table][npm_core_ver#versions]
|
|
9
10
|
|
|
10
11
|
```shell
|
|
11
|
-
npm install @ng-formworks/core
|
|
12
|
+
npm install @ng-formworks/core @ng-formworks/cssframework @ng-formworks/material
|
|
12
13
|
```
|
|
13
14
|
|
|
14
15
|
With YARN, run the following:
|
|
15
16
|
|
|
16
17
|
```shell
|
|
17
|
-
yarn add @ng-formworks/core
|
|
18
|
+
yarn add @ng-formworks/core @ng-formworks/cssframework @ng-formworks/material
|
|
18
19
|
```
|
|
19
20
|
|
|
20
21
|
include the themes scss in your applications sass file(typically "styles.scss" under "src" folder -see angular docs for more details)
|
|
@@ -130,4 +131,5 @@ Run `ng build @ng-formworks/material` to build the project. The build artifacts
|
|
|
130
131
|
|
|
131
132
|
Run `ng test @ng-formworks/material` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
132
133
|
|
|
133
|
-
[npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
|
|
134
|
+
[npm_core_ver]:https://www.npmjs.com/package/@ng-formworks/core
|
|
135
|
+
[npm_core_ver#versions]:https://www.npmjs.com/package/@ng-formworks/core#versions
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-formworks/material",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.4.0",
|
|
4
4
|
"description": "Angular ng-formworks - JSON Schema Form builder using Angular Material UI",
|
|
5
5
|
"author": "https://github.com/zahmo/ng-formworks/graphs/contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"private": false,
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"lodash-es": "~4.17.21",
|
|
41
|
-
"@ng-formworks/core": "~17.
|
|
42
|
-
"@ng-formworks/cssframework": "~17.
|
|
41
|
+
"@ng-formworks/core": "~17.4.0",
|
|
42
|
+
"@ng-formworks/cssframework": "~17.4.0",
|
|
43
43
|
"tslib": "^2.0.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|