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.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/nicky-lenaers/ngx-scroll-to
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ngx-scroll-to
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
$ npm install @nicky-lenaers/ngx-scroll-to
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm install @nicky-lenaers/ngx-scroll-to@'13'
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm install @nicky-lenaers/ngx-scroll-to@'9'
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm install @nicky-lenaers/ngx-scroll-to@'2'
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm install @nicky-lenaers/ngx-scroll-to@'1'
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
