Adds smooth page scrolling package

This commit is contained in:
Aaron Louie 2019-10-11 14:28:47 -04:00
parent 8972b4e794
commit fadc96148f
2 changed files with 18 additions and 0 deletions

16
package-lock.json generated
View File

@ -8140,6 +8140,22 @@
"resolved": "https://registry.npmjs.org/ng-inline-svg/-/ng-inline-svg-9.1.0.tgz",
"integrity": "sha512-EE7HLO6x+LoagW05mZ7DOWnL2pvsPeHlMVS7odd9F6xXJjlaaBjYQJHqAtl/2s4Pm98QHkuoay44VOLXSHHBgQ=="
},
"ngx-page-scroll": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ngx-page-scroll/-/ngx-page-scroll-7.0.0.tgz",
"integrity": "sha512-hILJhScEC+dXXR7S2vuMYtg/o9H/a+vGcqZiIi3iMlqdPyAHQJlJxXA3jcnyBifEI8/3hFtKIOb/5H4Prnl75w==",
"requires": {
"tslib": "^1.9.0"
}
},
"ngx-page-scroll-core": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ngx-page-scroll-core/-/ngx-page-scroll-core-7.0.0.tgz",
"integrity": "sha512-RRKKsGmat+wkhrE69hLl/KmWloAnsnGKzIx3Lb9eIIOQSXvxo0aJZ+iNcfLT1vS8P6gn+u8URIOKfqHEWPdykA==",
"requires": {
"tslib": "^1.9.0"
}
},
"nice-try": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",

View File

@ -25,6 +25,8 @@
"core-js": "^2.6.9",
"hammerjs": "^2.0.8",
"ng-inline-svg": "^9.1.0",
"ngx-page-scroll": "^7.0.0",
"ngx-page-scroll-core": "^7.0.0",
"rxjs": "^6.5.3",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"