Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ops-gaurav/angular-pagination-example
https://github.com/ops-gaurav/angular-pagination-example
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ops-gaurav/angular-pagination-example
- Owner: ops-gaurav
- Created: 2017-03-28T05:14:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T10:39:58.000Z (almost 8 years ago)
- Last Synced: 2024-10-24T09:17:27.259Z (2 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Pagination
clone the repository
- git clone https://github.com/sharma02gaurav/angular-pagination-example.git
- go inside directory
- npm install to install dependencies
- gulp server to load the live server.
i have included a sample database file. you can import it for testing purpose using mongoimport- mongoimport -c users -d ng --file ng-data.json