{"id":18351020,"url":"https://github.com/aspnetboilerplate/abp-ng2-module","last_synced_at":"2025-04-12T14:18:48.034Z","repository":{"id":15286495,"uuid":"77829195","full_name":"aspnetboilerplate/abp-ng2-module","owner":"aspnetboilerplate","description":"Angular module wraps abp javascript API as angular services.","archived":false,"fork":false,"pushed_at":"2025-03-19T14:12:31.000Z","size":1006,"stargazers_count":58,"open_issues_count":0,"forks_count":43,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-12T14:18:42.332Z","etag":null,"topics":["abp","angular2"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aspnetboilerplate.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-02T11:33:34.000Z","updated_at":"2025-03-19T14:12:36.000Z","dependencies_parsed_at":"2023-01-13T20:30:10.280Z","dependency_job_id":"e80809d0-2557-4559-a532-a6c3fb9cd173","html_url":"https://github.com/aspnetboilerplate/abp-ng2-module","commit_stats":{"total_commits":105,"total_committers":16,"mean_commits":6.5625,"dds":0.4666666666666667,"last_synced_commit":"938359c0903a6b375d38b22451f981fe9529cedc"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetboilerplate%2Fabp-ng2-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetboilerplate%2Fabp-ng2-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetboilerplate%2Fabp-ng2-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspnetboilerplate%2Fabp-ng2-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aspnetboilerplate","download_url":"https://codeload.github.com/aspnetboilerplate/abp-ng2-module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578876,"owners_count":21127714,"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":["abp","angular2"],"created_at":"2024-11-05T21:29:11.429Z","updated_at":"2025-04-12T14:18:48.009Z","avatar_url":"https://github.com/aspnetboilerplate.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Important\n\nIssues of this repository are tracked on https://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues on https://github.com/aspnetboilerplate/aspnetboilerplate/issues.\n\n# abp-ng2-module\n\n## Installation\n\nTo install this library, run:\n\n```bash\n$ npm install abp-ng2-module --save\n```\n## Development\n\nTo generate all `*.js`, `*.js.map` and `*.d.ts` files:\n\n```bash\n$ ng build abp-ng2-module --configuration=production\n```\n\n## AbpHttpInterceptor\n\nIn order to use AbpHttpInterceptor in your module, first import it and AbpHttpInterceptor into your module like below;\n\n```ts\nimport { AbpModule } from '@abp/abp.module';\nimport { AbpHttpInterceptor } from '@abp/abpHttpInterceptor';\nimport { HTTP_INTERCEPTORS } from '@angular/common/http';\n```\n\nthen, add it to your module providers like below;\n\n```ts\nimports: [\n    ///other imports\n],\nproviders: [\n    ///other providers\n    { provide: HTTP_INTERCEPTORS, useClass: AbpHttpInterceptor, multi: true }\n]\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspnetboilerplate%2Fabp-ng2-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspnetboilerplate%2Fabp-ng2-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspnetboilerplate%2Fabp-ng2-module/lists"}