Skip to content

Commit 8b798a6

Browse files
committed
docs(project): updated the requirements section
1 parent 41bbd64 commit 8b798a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ View all the directives in action at https://anthonynahas.github.io/ngx-material
2424
## Dependencies
2525
* [Angular](https://angular.io) (*requires* Angular 2 or higher, tested with 2.0.0)
2626

27-
### Requirements:
27+
### Requirements (peer dependencies):
2828
- [angular material ](https://www.npmjs.com/package/@angular/material)
2929
- [angular material theme](https://material.angular.io/guide/getting-started#step-4-include-a-theme)
3030
- [angular cdk ](https://www.npmjs.com/package/@angular/cdk)
31+
- [angular animations ](https://www.npmjs.com/package/@angular/animations)
3132
- if you need a built in theme --> please let me know
3233

34+
```bash
35+
npm i @angular/cdk @angular/material @angular/animations
36+
```
37+
3338

3439
## Installation
3540
Install above dependencies via *npm*.
@@ -115,6 +120,8 @@ In the following example, we integration a material input container with `ngx-ma
115120

116121
[learn more about mat-input-container](https://material.angular.io/components/input/overview)
117122

123+
### Please checkout the full documentation [here](https://anthonynahas.github.io/ngx-material-passowrd-strength/doc/index.html) or follow the official [tutorial](https://anthonynahas.github.io/ngx-material-password-strength/getting-started)
124+
118125
## Development
119126

120127
To generate all `*.js`, `*.d.ts` and `*.metadata.json` files:

0 commit comments

Comments
 (0)