{"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"x-nx-rebuilt":"2018-07-09T06:11:59.824+0000","keywords":[],"dist-tags":{"package@0.0.1":"1.0.0","latest":"1.0.0"},"versions":{"1.0.0":{"name":"ionic-module-template","version":"1.0.0","description":"A template for creating reusable module for Angular 4 and Ionic 3","main":"./dist/index.js","typings":"./dist/index.d.ts","scripts":{"ngc":"ngc","build":"rm -rf aot dist && npm run ngc","publishPackage":"npm run build && npm publish"},"repository":{"type":"git","url":"git+https://github.com/driftyco/ionic-module-template.git"},"keywords":[],"author":"","license":"MIT","bugs":{"url":"https://github.com/driftyco/ionic-module-template/issues"},"homepage":"https://github.com/driftyco/ionic-module-template#readme","devDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/forms":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","@angular/platform-browser-dynamic":"4.1.3","@angular/platform-server":"4.1.3","@types/node":"6.0.49","rimraf":"^2.6.1","rxjs":"5.4.0","typescript":"2.3.4","zone.js":"0.8.12"},"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","readmeFilename":"README.md","_id":"ionic-module-template@1.0.0","_shasum":"265771e98bf12daf632348671f93b6aa427356ae","_resolved":"file:ncinga-ionic3-module-tmpl-1.0.0.tgz","_from":"ncinga-ionic3-module-tmpl-1.0.0.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"265771e98bf12daf632348671f93b6aa427356ae","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/ionic-module-template/-/ionic-module-template-1.0.0.tgz"}}},"name":"ionic-module-template","description":"A template for creating reusable module for Angular 4 and Ionic 3","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","time":{"created":"2017-08-19T18:30:58.522Z","modified":"2018-07-09T06:11:59.825Z","1.0.0":"2017-08-19T18:30:58.522Z"},"homepage":"https://github.com/driftyco/ionic-module-template#readme"}