Skip to content

Commit

Permalink
Merge pull request #26 from koleary94/click-listening
Browse files Browse the repository at this point in the history
Click listening
  • Loading branch information
Kevin O'Leary committed Oct 16, 2016
2 parents d36636a + 1f9d23a commit ce0b994
Show file tree
Hide file tree
Showing 8 changed files with 69 additions and 71 deletions.
44 changes: 0 additions & 44 deletions npm-debug.log

This file was deleted.

27 changes: 14 additions & 13 deletions package.json
Expand Up @@ -11,14 +11,14 @@
"material"
],
"devDependencies": {
"@angular/common": "~2.0.1",
"@angular/compiler": "~2.0.1",
"@angular/compiler-cli": "^0.6.3",
"@angular/core": "~2.0.1",
"@angular/forms": "~2.0.1",
"@angular/platform-browser": "~2.0.1",
"@angular/platform-browser-dynamic": "~2.0.1",
"@angular/platform-server": "^2.0.1",
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/core": "~2.1.0",
"@angular/forms": "~2.1.0",
"@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.1.0",
"@angular/platform-server": "~2.1.0",
"@angular/router": "~3.0.1",
"@types/es6-shim": "^0.31.32",
"calendar": "^0.1.0",
Expand All @@ -33,10 +33,10 @@
"zone.js": "^0.6.25"
},
"peerDependencies": {
"@angular/common": "~2.0.1",
"@angular/compiler": "~2.0.1",
"@angular/core": "~2.0.1",
"@angular/forms": "~2.0.1"
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/core": "~2.1.0",
"@angular/forms": "~2.1.0"
},
"repository": {
"type": "git",
Expand All @@ -46,6 +46,7 @@
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
"lite": "lite-server",
"tsc": "tsc",
"tsc:w": "tsc -w"
"tsc:w": "tsc -w",
"ngc": "node_modules/.bin/ngc -p tsconfig-aot.json && rm integration-test/*.metadata.json"
}
}
27 changes: 23 additions & 4 deletions src/datepicker.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce0b994

Please sign in to comment.