{"id":13535360,"url":"https://github.com/ng2-ui/infinite-list","last_synced_at":"2025-04-02T01:30:36.928Z","repository":{"id":57130719,"uuid":"62473521","full_name":"ng2-ui/infinite-list","owner":"ng2-ui","description":"Angular2 Infinite Scroll Directive","archived":true,"fork":false,"pushed_at":"2017-12-18T15:21:53.000Z","size":2052,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-21T15:17:29.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ng2-ui.github.io/#/infinite-list","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ng2-ui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-02T23:27:25.000Z","updated_at":"2023-01-28T20:58:34.000Z","dependencies_parsed_at":"2022-09-01T00:12:18.390Z","dependency_job_id":null,"html_url":"https://github.com/ng2-ui/infinite-list","commit_stats":null,"previous_names":["ng2-ui/ng2-infinite-list"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Finfinite-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Finfinite-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Finfinite-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Finfinite-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ng2-ui","download_url":"https://codeload.github.com/ng2-ui/infinite-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222515842,"owners_count":16996253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T08:00:54.851Z","updated_at":"2024-11-02T23:31:18.769Z","avatar_url":"https://github.com/ng2-ui.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# infinite-list\nAngular2 Infinite List directive\n\n## IMPORTANT: NOT-MAINTAINED\nAccepting volunteers and ready to transfer ownership.\n\n\u003ca href=\"https://rawgit.com/ng2-ui/infinite-list/master/app/index.html\"\u003e\n  \u003cimg src=\"http://i.imgur.com/5SDqQ6t.png\"width=\"50% border=\"1\" /\u003e\n\u003c/a\u003e \n\nPlunker Example: http://plnkr.co/edit/3LTMdS?p=preview\n\n## Install\n\n1. install @ngui/infinite-list\n\n        $ npm install @ngui/infinite-list --save\n\n2. add `map` and `packages` to your `systemjs.config.js`\n\n        map['@ngui/infinite-list'] = 'node_modules/@ngui/infinite-list/dist/infinite-list.umd.js';\n\n3. import NguiInfiniteList to your AppModule\n\n        import { NgModule } from '@angular/core';\n        import { FormsModule } from \"@angular/forms\";\n        import { BrowserModule  } from '@angular/platform-browser';\n        import { AppComponent } from './app.component';\n        import { NguiInfiniteListModule } from '@ngui/infinite-list';\n        \n        @NgModule({\n          imports: [BrowserModule, FormsModule, NguiInfiniteListModule],\n          declarations: [AppComponent],\n          bootstrap: [ AppComponent ]\n        })\n        export class AppModule { }\n\n## Use it in your code\n\n```\n    \u003cul ngui-infinite-list  class=\"infinite-list\" [disableScrollListener]=\"set1.loadingInProgress\"\n     (endVisible)=\"loadMore(set1)\"\u003e\n      \u003cli *ngFor=\"let item of set1.list\"\u003e{{item+1}}\u003c/li\u003e\n      \u003cdiv ngui-infinite-list-end\u003e\n        \u003cdiv *ngIf=\"set1.loadingInProgress\"\u003eLoading\u003c/div\u003e\n        \u003cdiv *ngIf=\"set1.endOfList\"\u003eEnd Of List\u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/ul\u003e\n```\n         \nFor full example, please check out `test` directory to see the example of;\n\n  - `systemjs.config.js`\n  - `app.module.ts`\n  -  and `app.component.ts`.\n\n## **ng2-ui** welcomes new members and contributors\n\nThis module is only improved and maintained by contributors like you.\n\nAs a contributor, it's NOT required to be skilled in Javascript nor Angular2. \nYou are only to be open-minded and interested in helping others.\nAs a contributor, you do following;\n\n  * Updating README.md\n  * Improving code comments\n  * Answering issues and building FAQ\n  * Documentation\n  * Translation\n\nIn result of your active contribution, you will be listed as a core contributor\non https://ng2-ui.github.io, and a member of ng2-ui too.\n\nIf you are interested in becoming a contributor and/or a member of ng-ui,\nplease send me email to `allenhwkim AT gmail.com` with your github id. \n\n## For Developers\n\n### To start\n\n    $ git clone https://github.com/ng2-ui/infinite-list.git\n    $ cd infinite-list\n    $ npm install\n    $ npm start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fng2-ui%2Finfinite-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fng2-ui%2Finfinite-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fng2-ui%2Finfinite-list/lists"}