ngx-perfect-scrollbar
Angular wrapper library for the Perfect Scrollbar
File Explorer
Download Latest Version (.zip)- app.component.css
- app.component.html
- app.component.ts
- app.module.ts
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- browserslist
- stylelint.json
- tsconfig.json
- tslint.json
- perfect-scrollbar-force-native-scroll.directive.ts
- perfect-scrollbar.component.css
- perfect-scrollbar.component.html
- perfect-scrollbar.component.ts
- perfect-scrollbar.directive.ts
- perfect-scrollbar.interfaces.ts
- perfect-scrollbar.module.ts
- public-api.ts
- ng-package.json
- package.json
- README.md
- stylelint.json
- tsconfig.json
- tslint.json
- .editorconfig
- .gitignore
- .npmignore
- angular.json
- CONTRIBUTING.md
- LICENSE.md
- package-lock.json
- package.json
- README.md
- stylelint.json
- tsconfig.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/zefoy/ngx-perfect-scrollbar
Downloads the entire project code from GitHub to your computer.
cd ngx-perfect-scrollbar
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
npm run start
Starts the development/run server.
npm install ngx-perfect-scrollbar --save
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)
