ng-form-foundry 0.3.3 → 0.3.4
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 +3 -1
- package/fesm2022/ng-form-foundry.mjs +200 -30
- package/fesm2022/ng-form-foundry.mjs.map +1 -1
- package/index.d.ts +77 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,7 +64,9 @@ npm install @angular/material @angular/cdk
|
|
|
64
64
|
### Application setup
|
|
65
65
|
|
|
66
66
|
Load a Material theme and the Material Icons font. Animations are optional in
|
|
67
|
-
Angular Material 20.
|
|
67
|
+
Angular Material 20. Nothing else: the library's component styles are
|
|
68
|
+
self-contained (including the compact add/remove/edit icon buttons) — there are
|
|
69
|
+
no global stylesheet rules or Sass mixins to import from this package.
|
|
68
70
|
|
|
69
71
|
```scss
|
|
70
72
|
// styles.scss
|