File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Description
2
2
3
- Angular2 CC Library - for validation and formating of input parameters
3
+ Angular CC Library - for validation and formating of input parameters
4
4
5
5
# Demo
6
6
1 . Clone repo
@@ -12,10 +12,9 @@ Angular2 CC Library - for validation and formating of input parameters
12
12
13
13
## Installation
14
14
``` shell
15
- npm install ng2 -cc-library --save
15
+ npm install angular -cc-library --save
16
16
```
17
17
18
-
19
18
## Formating Directive
20
19
On the input fields, add the specific directive to format inputs.
21
20
All fields must be ` type='tel' ` in order to support spacing and additional characters
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ng2 -cc-library" ,
3
- "version" : " 1.0.0 " ,
4
- "description" : " angular2 credit card library" ,
2
+ "name" : " angular -cc-library" ,
3
+ "version" : " 1.0.2 " ,
4
+ "description" : " angular credit card library" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
7
7
"scripts" : {
14
14
},
15
15
"repository" : {
16
16
"type" : " git" ,
17
- "url" : " git+https://github.com/nogorilla/ng2 -cc-library.git"
17
+ "url" : " git+https://github.com/nogorilla/angular -cc-library.git"
18
18
},
19
19
"keywords" : [
20
- " angular2 " ,
20
+ " angular " ,
21
21
" validate" ,
22
22
" validation" ,
23
23
" credit card" ,
26
26
"author" : " nogorilla <gabriel.smith010@gmail.com>" ,
27
27
"license" : " MIT" ,
28
28
"bugs" : {
29
- "url" : " https://github.com/nogorilla/ng2 -cc-library/issues"
29
+ "url" : " https://github.com/nogorilla/angular -cc-library/issues"
30
30
},
31
- "homepage" : " https://github.com/nogorilla/ng2 -cc-library#readme" ,
31
+ "homepage" : " https://github.com/nogorilla/angular -cc-library#readme" ,
32
32
"devDependencies" : {
33
33
"@angular/common" : " 2.0.0" ,
34
34
"@angular/compiler" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments