Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 2939878

Browse files
author
Kamil Kisiela
committed
docs(readme): add npm and bower install methods with requirements
1 parent fe7e577 commit 2939878

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,22 @@ Material Design Templates for [Angular-Formly](http://angular-formly.com). Moder
99

1010
## Install
1111

12+
```
13+
npm install angular-formly-material
14+
```
15+
16+
```
17+
bower install angular-formly-material
18+
```
19+
1220
```
1321
meteor add wieldo:angular-formly-templates-material
1422
```
1523

1624

1725
## Getting Started
1826

19-
1. Add package using `meteor add` (see above)
27+
1. Add package using one of methods above
2028
2. Add the following dependencies to your AngularJS module:
2129

2230
```javascript
@@ -25,6 +33,13 @@ angular.module('myAppName', [
2533
])
2634
```
2735

36+
## Requirements
37+
38+
- angular ~ 1.4.0
39+
- angular-messages ~ 1.4.0
40+
- angular-material ~ 0.11.0
41+
- angular-formly ~ 7.3.0
42+
2843
# Components
2944

3045
Any requests? Add issue!

0 commit comments

Comments
 (0)