ngx-scroll-to
Scroll to any element to enhance scroll-based features in you app. Works for Angular 4+, both AoT and SSR. No dependencies.
File Explorer
Download Latest Version (.zip)- config.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- ISSUE_TEMPLATE.md
- commit-msg
- pre-commit
- scroll-to-animation.ts
- scroll-to-config.interface.ts
- scroll-to-easing.interface.ts
- scroll-to-event.interface.ts
- scroll-to-helpers.ts
- scroll-to.directive.spec.ts
- scroll-to.directive.ts
- scroll-to.module.ts
- scroll-to.service.spec.ts
- scroll-to.service.ts
- test-dummy.component.ts
- test-helpers.ts
- test-mock.service.ts
- public-api.ts
- test.ts
- .browserslistrc
- .eslintrc.json
- karma.conf.js
- ng-package.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- app.spec.ts
- commands.ts
- index.ts
- cypress.config.ts
- tsconfig.json
- container-offset-routing.module.ts
- container-offset.component.html
- container-offset.component.scss
- container-offset.component.ts
- container-offset.module.ts
- container-target-routing.module.ts
- container-target.component.html
- container-target.component.scss
- container-target.component.ts
- container-target.module.ts
- home-routing.module.ts
- home.component.html
- home.component.scss
- home.component.ts
- home.module.ts
- offset-only-routing.module.ts
- offset-only.component.html
- offset-only.component.scss
- offset-only.component.ts
- offset-only.module.ts
- app-routing.module.ts
- app.component.html
- app.component.scss
- app.component.spec.ts
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.scss
- test.ts
- .browserslistrc
- .eslintrc.json
- karma.conf.js
- tsconfig.app.json
- tsconfig.spec.json
- .commitlintrc.js
- .editorconfig
- .eslintrc.json
- .gitattributes
- .gitignore
- .npmrc
- .nvmrc
- .yarnrc
- angular.json
- CHANGELOG.md
- LICENSE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/nicky-lenaers/ngx-scroll-to
Downloads the entire project code from GitHub to your computer.
cd ngx-scroll-to
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install @nicky-lenaers/ngx-scroll-to
Downloads and installs the libraries listed in package.json.
$ npm install @nicky-lenaers/ngx-scroll-to@'13'
Downloads and installs the libraries listed in package.json.
$ npm install @nicky-lenaers/ngx-scroll-to@'9'
Downloads and installs the libraries listed in package.json.
$ npm install @nicky-lenaers/ngx-scroll-to@'2'
Downloads and installs the libraries listed in package.json.
$ npm install @nicky-lenaers/ngx-scroll-to@'1'
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
