{"id":15097913,"url":"https://github.com/ionic-team/ionic-module-template","last_synced_at":"2025-10-08T03:30:40.409Z","repository":{"id":57142461,"uuid":"73631463","full_name":"ionic-team/ionic-module-template","owner":"ionic-team","description":"A template for building a reusable Angular 2 module for Ionic 2 apps","archived":true,"fork":false,"pushed_at":"2017-11-16T20:43:26.000Z","size":16,"stargazers_count":95,"open_issues_count":3,"forks_count":31,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-09-25T15:48:37.766Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ionic-team.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-11-13T17:29:54.000Z","updated_at":"2025-07-14T14:00:58.000Z","dependencies_parsed_at":"2022-09-15T19:12:57.389Z","dependency_job_id":null,"html_url":"https://github.com/ionic-team/ionic-module-template","commit_stats":null,"previous_names":["driftyco/ionic-module-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ionic-team/ionic-module-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-module-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-module-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-module-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-module-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionic-team","download_url":"https://codeload.github.com/ionic-team/ionic-module-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionic-team%2Fionic-module-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277332022,"owners_count":25800446,"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","status":"online","status_checked_at":"2025-09-28T02:00:08.834Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09-25T16:41:21.801Z","updated_at":"2025-10-08T03:30:40.086Z","avatar_url":"https://github.com/ionic-team.png","language":"TypeScript","readme":"# Ionic Module Template\n\nThis is a template for building your own reusable Angular2/Ionic2 module using TypeScript. Supports Angular's ngc and Ahead-of-Time compiling out of the box.\n\n## Developing\n\nDevelop your module like any other Angular 2 module. Then, run `npm run build` to build a local copy.\n\nWhen you're ready to publish to npm, run `npm publishPackage`.\n\nIf you'd like to test this package, run `npm install ionic-module-template`\n\n## npm link\n\nCurrently, modules must be published to npm. `npm link` packages will not install properly with our webpack confing (something on our list). If you can't push private code to npm, other options are a private npm repo/npm enterprise, or `npm install` from a git repo.\n\n## Using your module in an Ionic 2 app\n\n```typescript\nimport { NgModule } from '@angular/core';\nimport { IonicApp, IonicModule } from 'ionic-angular';\nimport { MyApp } from './app.component';\nimport { HomePage } from '../pages/home/home';\n\n// Import your module\nimport { MyModule } from 'ionic-module-template';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    MyModule // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: []\n})\nexport class AppModule {}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionic-team%2Fionic-module-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionic-team%2Fionic-module-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionic-team%2Fionic-module-template/lists"}