12
12
[ ![ Coverage Status] ( https://coveralls.io/repos/github/angular-material-extensions/input-counter/badge.svg?branch=master )] ( https://coveralls.io/github/angular-material-extensions/input-counter?branch=master )
13
13
[ ![ Build Status] ( https://travis-ci.org/angular-material-extensions/input-counter.svg?branch=master )] ( https://travis-ci.org/angular-material-extensions/input-counter )
14
14
[ ![ CircleCI branch] ( https://img.shields.io/circleci/project/github/angular-material-extensions/input-counter/master.svg?label=circleci )] ( https://circleci.com/gh/angular-material-extensions/input-counter )
15
- [ ![ dependency Status] ( https://david-dm.org/angular-material-extensions/input-counter/status.svg )] ( https://david-dm.org/angular-material-extensions/input-counter )
16
- [ ![ devDependency Status] ( https://david-dm.org/angular-material-extensions/input-counter/dev-status.svg?branch=master )] ( https://david-dm.org/angular-material-extensions/input-counter#info=devDependencies )
17
15
[ ![ Greenkeeper Badge] ( https://badges.greenkeeper.io/angular-material-extensions/input-counter.svg )] ( https://greenkeeper.io/ )
18
16
[ ![ license] ( https://img.shields.io/github/license/angular-material-extensions/input-counter.svg?style=flat-square )] ( https://github.com/angular-material-extensions/input-counter/blob/master/LICENSE )
19
17
[ ![ Awesome] ( https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg )] ( https://github.com/gdi2290/awesome-angular )
@@ -54,24 +52,14 @@ View all the directives and components in action at [https://angular-material-ex
54
52
<a name =" dependencies " />
55
53
56
54
## Dependencies
57
- * [ Angular] ( https://angular.io ) (* requires* Angular 2 or higher | we are using already V9 ;)
55
+ * [ Angular] ( https://angular.io ) (* requires* Angular
58
56
59
57
60
58
<a name =" installation " />
61
59
62
60
## [ Installation] ( https://angular-material-extensions.github.io/input-counter/getting-started )
63
61
64
- ## 1. Install via * ng add* . (Recommended)
65
-
66
- If Angular Material Design is not setup, just run ` ng add @angular/material ` [ learn more] ( https://material.angular.io/guide/getting-started )
67
-
68
- Now add the library via the ` angular schematics ` and everything will be setup for you
69
- ``` shell
70
- ng add @angular-material-extensions/input-counter
71
- ```
72
-
73
-
74
- ## 2. Install via * npm* . (Alternative)
62
+ ## 1. Install via * npm* .
75
63
76
64
Now install ` @angular-material-extensions/input-counter ` via:
77
65
``` shell
@@ -83,10 +71,10 @@ npm install --save @angular-material-extensions/input-counter
83
71
### Requirements (peer dependencies):
84
72
85
73
for the ui input component, please consider to install the following packages
86
- - [ angular animations v9 .x] ( https://www.npmjs.com/package/@angular/animations )
87
- - [ angular forms v9 .x] ( https://www.npmjs.com/package/@angular/forms )
88
- - [ angular material v9 .x] ( https://www.npmjs.com/package/@angular/material )
89
- - [ angular cdk v9 .x] ( https://www.npmjs.com/package/@angular/cdk )
74
+ - [ angular animations v14 .x] ( https://www.npmjs.com/package/@angular/animations )
75
+ - [ angular forms v14 .x] ( https://www.npmjs.com/package/@angular/forms )
76
+ - [ angular material v14 .x] ( https://www.npmjs.com/package/@angular/material )
77
+ - [ angular cdk v14 .x] ( https://www.npmjs.com/package/@angular/cdk )
90
78
91
79
``` bash
92
80
npm i @angular/cdk @angular/material @angular/animations @angular/forms
0 commit comments