Skip to content

Commit

Permalink
#3-date-slider-addition
Browse files Browse the repository at this point in the history
Co-authored-by: oyikagawa <hecsogen@gmail.com>
  • Loading branch information
oyikagawa and oyikagawa authored Dec 9, 2020
1 parent daaab7f commit 7939a91
Show file tree
Hide file tree
Showing 11 changed files with 105 additions and 540 deletions.
16 changes: 16 additions & 0 deletions src/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
"schematics": {
"@schematics/angular:application": {
"strict": true
},
"@schematics/angular:component": {
"changeDetection": "OnPush",
"skipTests": true
},
"@schematics/angular:class": {
"skipTests": true
},
"@schematics/angular:directive": {
"skipTests": true
},
"@schematics/angular:pipe": {
"skipTests": true
},
"@schematics/angular:service": {
"skipTests": true
}
},
"root": "",
Expand Down
28 changes: 28 additions & 0 deletions src/package-lock.json

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

1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"private": true,
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "~11.0.1",
"@angular/common": "~11.0.1",
"@angular/compiler": "~11.0.1",
Expand Down
Loading

0 comments on commit 7939a91

Please sign in to comment.