@ng-modular-forms/material 0.7.9 → 0.8.1

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 CHANGED
@@ -30,9 +30,19 @@ npm install @ng-modular-forms/material
30
30
  ```
31
31
  Note: This will also install <a href="https://www.npmjs.com/package/@ng-modular-forms/core">@ng-modular-forms/core</a>.
32
32
 
33
+ ## Styles Setup
34
+ Add the global styles to your application's angular.json file under the styles array:
35
+
36
+ ```json
37
+ "styles": [
38
+ "src/styles.css",
39
+ "node_modules/@ng-modular-forms/material/styles/form-controls.css"
40
+ ]
41
+ ```
42
+
33
43
  ## Example
34
44
 
35
- ```ts
45
+ ```typescript
36
46
  import { MatInputTextComponent } from "@ng-modular-forms/material";
37
47
 
38
48
  @Component({