{"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"x-nx-rebuilt":"2018-07-09T06:11:59.873+0000","keywords":[],"dist-tags":{"package@1.0.0":"1.0.0","package@1.1.0":"1.1.0","latest":"1.2.8","package@1.1.3":"1.1.3","package@1.1.4":"1.1.4","package@1.1.5":"1.1.5","package@1.1.6":"1.1.6","package@1.1.7":"1.1.7","package@1.1.8":"1.1.8","package@1.1.9":"1.1.9","package@1.1.10":"1.1.11","package@1.1.12":"1.1.12","package@1.1.13":"1.1.13","package@1.1.14":"1.1.14","package@1.1.15":"1.1.15","package@1.1.16":"1.1.16","package@1.1.17":"1.1.17","package@1.1.19":"1.1.19","package@1.1.20":"1.1.20","package@1.1.21":"1.1.21","package@1.1.22":"1.1.22","package@1.1.23":"1.1.23","package@1.1.24":"1.1.24","package@1.1.25":"1.1.25","package@1.1.26":"1.1.26","package@1.1.27":"1.1.27","package@1.1.28":"1.1.28","package@1.1.29":"1.1.29","package@1.1.30":"1.1.31","package@1.1.32":"1.1.32","package@1.1.33":"1.1.33","package@1.1.34":"1.1.34","package@1.1.36":"1.1.36","package@1.1.37":"1.1.37","package@1.1.38":"1.1.38","package@1.1.39":"1.1.39","package@1.1.40":"1.1.40","package@1.1.41":"1.1.41","package@1.1.42":"1.1.42","package@1.1.43":"1.1.43","package@1.1.44":"1.1.44","package@1.1.45":"1.1.45","package@1.1.46":"1.1.46","package@1.1.47":"1.1.47","package@1.1.48":"1.1.48","package@1.1.49":"1.1.49","1.1.24":"1.1.24","1.1.46":"1.1.46","1.1.25":"1.1.25","1.1.47":"1.1.47","1.1.26":"1.1.26","1.1.48":"1.1.48","1.1.27":"1.1.27","1.1.20":"1.1.20","1.1.42":"1.1.42","1.1.21":"1.1.21","1.1.43":"1.1.43","1.1.22":"1.1.22","1.1.44":"1.1.44","1.1.23":"1.1.23","1.1.45":"1.1.45","1.1.40":"1.1.40","1.1.41":"1.1.41","1.1.17":"1.1.17","1.1.39":"1.1.39","1.1.19":"1.1.19","1.1.13":"1.1.13","1.1.14":"1.1.14","1.1.36":"1.1.36","1.1.15":"1.1.15","1.1.37":"1.1.37","1.1.16":"1.1.16","1.1.38":"1.1.38","1.1.31":"1.1.31","1.1.10":"1.1.10","1.1.32":"1.1.32","1.1.11":"1.1.11","1.1.33":"1.1.33","1.1.12":"1.1.12","1.1.34":"1.1.34","1.1.30":"1.1.30","1.1.2":"1.1.2","1.1.3":"1.1.3","1.1.4":"1.1.4","1.1.5":"1.1.5","1.1.6":"1.1.6","1.1.7":"1.1.7","1.1.8":"1.1.8","1.1.9":"1.1.9","1.1.28":"1.1.28","1.0.0":"1.0.0","1.1.29":"1.1.29","1.1.0":"1.1.0","package@1.1.50":"1.1.50","package@1.1.51":"1.1.51","package@latest":"1.1.52","package@1.1.52":"1.1.52","package@1.1.53":"1.1.53","package@1.2.4":"1.2.4"},"versions":{"1.0.0":{"name":"ngx-app-components","version":"1.0.0","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1)echo -n 'username:password' | openssl base64\n\n2)open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\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## 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":"ngx-app-components@1.0.0","_shasum":"ef31ce5c40b511565de32fc55ae6a5497f15c4d3","_resolved":"file:ngx-app-components-1.0.0.tgz","_from":"ngx-app-components-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":"ef31ce5c40b511565de32fc55ae6a5497f15c4d3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.0.0.tgz"}},"1.1.0":{"name":"ngx-app-components","version":"1.1.0","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-app-components@1.1.0","_shasum":"bf036f09d57028f150514d783a85b1a78486867c","_resolved":"file:ngx-app-components-1.1.0.tgz","_from":"ngx-app-components-1.1.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":"bf036f09d57028f150514d783a85b1a78486867c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.0.tgz"}},"1.1.2":{"name":"ngx-app-components","version":"1.1.2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","gitHead":"e583716dcc85c498579fc6713a409a157420a2ad","_id":"ngx-app-components@1.1.2","_npmVersion":"5.3.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"integrity":"sha512-Q0Y1dAYo1/pFsUHllp+RiEpTwcDHtyb3az1+OPUiyMVUc61nR4g3Idvza7bWMUkdTuIh0cJNO4kCRyHxLuSU/w==","shasum":"3826e4805c26b06a8ba0f12654ee9f3881953491","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.2.tgz"}},"1.1.3":{"name":"ngx-app-components","version":"1.1.3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"^0.3.0","copyfiles":"^1.2.0","core-js":"^2.4.1","css-loader":"^0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-app-components@1.1.3","_shasum":"66d0cd209d925a24dc239487ec47503b8f9bdfbc","_resolved":"file:ngx-app-components-1.1.3.tgz","_from":"ngx-app-components-1.1.3.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"66d0cd209d925a24dc239487ec47503b8f9bdfbc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.3.tgz"}},"1.1.4":{"name":"ngx-app-components","version":"1.1.4","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:http://repository.southeastasia.cloudapp.azure.com/nexus/content/repositories/npm-internal/\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish <modulename>.tgz --scope=@ncinga --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n","readmeFilename":"README.md","_id":"ngx-app-components@1.1.4","_shasum":"0099bebc297e39746866becb139fd8aa3ffcd161","_resolved":"file:ngx-app-components-1.1.4.tgz","_from":"ngx-app-components-1.1.4.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"0099bebc297e39746866becb139fd8aa3ffcd161","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.4.tgz"}},"1.1.5":{"name":"ngx-app-components","version":"1.1.5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.5","_shasum":"dd72756090234c021da98264201ec50cf5c010fc","_resolved":"file:ngx-app-components-1.1.5.tgz","_from":"ngx-app-components-1.1.5.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"dd72756090234c021da98264201ec50cf5c010fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.5.tgz"}},"1.1.6":{"name":"ngx-app-components","version":"1.1.6","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.6","_shasum":"e8860ada9b1aaa0b03a9f2b084898b71dab83bc1","_resolved":"file:ngx-app-components-1.1.6.tgz","_from":"ngx-app-components-1.1.6.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"e8860ada9b1aaa0b03a9f2b084898b71dab83bc1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.6.tgz"}},"1.1.7":{"name":"ngx-app-components","version":"1.1.7","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.7","_shasum":"2b89ae83ccbc3b10872d440237d7efe3af425e31","_resolved":"file:ngx-app-components-1.1.7.tgz","_from":"ngx-app-components-1.1.7.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"2b89ae83ccbc3b10872d440237d7efe3af425e31","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.7.tgz"}},"1.1.8":{"name":"ngx-app-components","version":"1.1.8","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.8","_shasum":"192608b83b4e1506747c456395489904ba87e478","_resolved":"file:ngx-app-components-1.1.8.tgz","_from":"ngx-app-components-1.1.8.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"192608b83b4e1506747c456395489904ba87e478","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.8.tgz"}},"1.1.9":{"name":"ngx-app-components","version":"1.1.9","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.9","_shasum":"35179915e83e1564313214ac8789f04099c49751","_resolved":"file:ngx-app-components-1.1.9.tgz","_from":"ngx-app-components-1.1.9.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"35179915e83e1564313214ac8789f04099c49751","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.9.tgz"}},"1.1.10":{"name":"ngx-app-components","version":"1.1.10","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.10","_shasum":"b5d03ecf39544503c3008d5d649f0d8177c0a68a","_resolved":"file:ngx-app-components-1.1.10.tgz","_from":"ngx-app-components-1.1.10.tgz","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"b5d03ecf39544503c3008d5d649f0d8177c0a68a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.10.tgz"}},"1.1.11":{"name":"ngx-app-components","version":"1.1.11","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.11","_shasum":"39371524121038d1518ba2e902f0575a4692fb10","_resolved":"file:ngx-app-components-1.1.11.tgz","_from":"ngx-app-components-1.1.11.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"39371524121038d1518ba2e902f0575a4692fb10","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.11.tgz"}},"1.1.12":{"name":"ngx-app-components","version":"1.1.12","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.12","_shasum":"27567eea37a095d9734e8cb7c4c5392b2d7b2280","_resolved":"file:ngx-app-components-1.1.12.tgz","_from":"ngx-app-components-1.1.12.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"27567eea37a095d9734e8cb7c4c5392b2d7b2280","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.12.tgz"}},"1.1.13":{"name":"ngx-app-components","version":"1.1.13","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.13","_shasum":"becae72bb2f91b04828690c0bbdd6eb550cb0056","_resolved":"file:ngx-app-components-1.1.13.tgz","_from":"ngx-app-components-1.1.13.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"becae72bb2f91b04828690c0bbdd6eb550cb0056","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.13.tgz"}},"1.1.14":{"name":"ngx-app-components","version":"1.1.14","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.14","_shasum":"d9d674d9e394db328847413cd9804e7ff38c6f96","_resolved":"file:ngx-app-components-1.1.14.tgz","_from":"ngx-app-components-1.1.14.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"d9d674d9e394db328847413cd9804e7ff38c6f96","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.14.tgz"}},"1.1.15":{"name":"ngx-app-components","version":"1.1.15","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.15","_shasum":"4d5336b9a2a3ed3965fb3ad48718c970df105be1","_resolved":"file:ngx-app-components-1.1.15.tgz","_from":"ngx-app-components-1.1.15.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"4d5336b9a2a3ed3965fb3ad48718c970df105be1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.15.tgz"}},"1.1.16":{"name":"ngx-app-components","version":"1.1.16","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.16","_shasum":"d81be23eaeeaeb3806bf96a4ee1e4aad4c859447","_resolved":"file:ngx-app-components-1.1.16.tgz","_from":"ngx-app-components-1.1.16.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"d81be23eaeeaeb3806bf96a4ee1e4aad4c859447","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.16.tgz"}},"1.1.17":{"name":"ngx-app-components","version":"1.1.17","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.17","_shasum":"c99d253ca1737bdecca5d6228d2290204056737f","_resolved":"file:ngx-app-components-1.1.17.tgz","_from":"ngx-app-components-1.1.17.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"c99d253ca1737bdecca5d6228d2290204056737f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.17.tgz"}},"1.1.19":{"name":"ngx-app-components","version":"1.1.19","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@types/node":"8.0.26"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.19","_shasum":"348c4871a4740246143af220e40a406f3464c75b","_resolved":"file:ngx-app-components-1.1.19.tgz","_from":"ngx-app-components-1.1.19.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"348c4871a4740246143af220e40a406f3464c75b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.19.tgz"}},"1.1.20":{"name":"ngx-app-components","version":"1.1.20","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.20","_shasum":"dd7ffb91f3389d7f5df7f8873cc234f7c8015f1a","_resolved":"file:ngx-app-components-1.1.20.tgz","_from":"ngx-app-components-1.1.20.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"dd7ffb91f3389d7f5df7f8873cc234f7c8015f1a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.20.tgz"}},"1.1.21":{"name":"ngx-app-components","version":"1.1.21","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:data"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.21","_shasum":"c0c2465f9762f4a20a4a69946a02eb67b0df4881","_resolved":"file:ngx-app-components-1.1.21.tgz","_from":"ngx-app-components-1.1.21.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"c0c2465f9762f4a20a4a69946a02eb67b0df4881","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.21.tgz"}},"1.1.22":{"name":"ngx-app-components","version":"1.1.22","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.22","_shasum":"e80633f92f59b19211c5e45bb308331194a56639","_resolved":"file:ngx-app-components-1.1.22.tgz","_from":"ngx-app-components-1.1.22.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"e80633f92f59b19211c5e45bb308331194a56639","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.22.tgz"}},"1.1.23":{"name":"ngx-app-components","version":"1.1.23","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.23","_shasum":"9cbaf051c379a660d2c863ed23c000517f0e0843","_resolved":"file:ngx-app-components-1.1.23.tgz","_from":"ngx-app-components-1.1.23.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"9cbaf051c379a660d2c863ed23c000517f0e0843","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.23.tgz"}},"1.1.24":{"name":"ngx-app-components","version":"1.1.24","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.24","_shasum":"b4ba405ed6836022cd14c41ea6ce62248de475a1","_resolved":"file:ngx-app-components-1.1.24.tgz","_from":"ngx-app-components-1.1.24.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"b4ba405ed6836022cd14c41ea6ce62248de475a1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.24.tgz"}},"1.1.25":{"name":"ngx-app-components","version":"1.1.25","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.25","_shasum":"82d8de620a54755b6e457f2e82154b8f93a680d2","_resolved":"file:ngx-app-components-1.1.25.tgz","_from":"ngx-app-components-1.1.25.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"82d8de620a54755b6e457f2e82154b8f93a680d2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.25.tgz"}},"1.1.26":{"name":"ngx-app-components","version":"1.1.26","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.26","_shasum":"b3719a2911581424972c71e71c35151e47d14e03","_resolved":"file:ngx-app-components-1.1.26.tgz","_from":"ngx-app-components-1.1.26.tgz","_npmVersion":"4.5.0","_nodeVersion":"6.9.1","_npmUser":{"name":"admin","email":"shadeeka@ncinga.com"},"maintainers":[{"name":"admin","email":"shadeeka@ncinga.com"}],"dist":{"shasum":"b3719a2911581424972c71e71c35151e47d14e03","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.26.tgz"}},"1.1.27":{"name":"ngx-app-components","version":"1.1.27","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.27","_shasum":"753558cfdcf2b1f956c44b47b9644d1fd765c81b","_resolved":"file:ngx-app-components-1.1.27.tgz","_from":"ngx-app-components-1.1.27.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"753558cfdcf2b1f956c44b47b9644d1fd765c81b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.27.tgz"}},"1.1.28":{"name":"ngx-app-components","version":"1.1.28","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","angular2-collapsible":"0.0.41","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.28","_shasum":"5a7510c63f5cf990dea81a681e6d06ffa8f2c0bf","_resolved":"file:ngx-app-components-1.1.28.tgz","_from":"ngx-app-components-1.1.28.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"5a7510c63f5cf990dea81a681e6d06ffa8f2c0bf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.28.tgz"}},"1.1.29":{"name":"ngx-app-components","version":"1.1.29","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/*.scss dist/scss/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.29","_shasum":"689f647f84d881ccd9ca1e429f78aa76ded9aa26","_resolved":"file:ngx-app-components-1.1.29.tgz","_from":"ngx-app-components-1.1.29.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"689f647f84d881ccd9ca1e429f78aa76ded9aa26","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.29.tgz"}},"1.1.30":{"name":"ngx-app-components","version":"1.1.30","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.30","_shasum":"1e844004f541113868241623f2bac3e3ddc28566","_resolved":"file:ngx-app-components-1.1.30.tgz","_from":"ngx-app-components-1.1.30.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"1e844004f541113868241623f2bac3e3ddc28566","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.30.tgz"}},"1.1.31":{"name":"ngx-app-components","version":"1.1.31","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.31","_shasum":"1f89ff72dc9a65cfe7a5569b03a138283079f372","_resolved":"file:ngx-app-components-1.1.31.tgz","_from":"ngx-app-components-1.1.31.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"1f89ff72dc9a65cfe7a5569b03a138283079f372","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.31.tgz"}},"1.1.32":{"name":"ngx-app-components","version":"1.1.32","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.32","_shasum":"cac50634322446adfd59a15098aefb72eda2c23d","_resolved":"file:ngx-app-components-1.1.32.tgz","_from":"ngx-app-components-1.1.32.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"cac50634322446adfd59a15098aefb72eda2c23d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.32.tgz"}},"1.1.33":{"name":"ngx-app-components","version":"1.1.33","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.33","_shasum":"5901e97d7615c9cdce86402316f2f8eb1c4ef233","_resolved":"file:ngx-app-components-1.1.33.tgz","_from":"ngx-app-components-1.1.33.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"5901e97d7615c9cdce86402316f2f8eb1c4ef233","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.33.tgz"}},"1.1.34":{"name":"ngx-app-components","version":"1.1.34","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.34","_shasum":"79797289f634e9bca2951a48225e6ae525ec22da","_resolved":"file:ngx-app-components-1.1.34.tgz","_from":"ngx-app-components-1.1.34.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"79797289f634e9bca2951a48225e6ae525ec22da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.34.tgz"}},"1.1.36":{"name":"ngx-app-components","version":"1.1.36","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.36","_shasum":"0b76c4b2273fc3d25d672649564b58972ce52303","_resolved":"file:ngx-app-components-1.1.36.tgz","_from":"ngx-app-components-1.1.36.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"0b76c4b2273fc3d25d672649564b58972ce52303","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.36.tgz"}},"1.1.37":{"name":"ngx-app-components","version":"1.1.37","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.37","_shasum":"d277c10ed659cad9eb4bd5b9d0cdf21b4df1bcc3","_resolved":"file:ngx-app-components-1.1.37.tgz","_from":"ngx-app-components-1.1.37.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"d277c10ed659cad9eb4bd5b9d0cdf21b4df1bcc3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.37.tgz"}},"1.1.38":{"name":"ngx-app-components","version":"1.1.38","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.38","_shasum":"da6da8f75383fe2a583fbc2417a1be8ac0e55e5d","_resolved":"file:ngx-app-components-1.1.38.tgz","_from":"ngx-app-components-1.1.38.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"da6da8f75383fe2a583fbc2417a1be8ac0e55e5d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.38.tgz"}},"1.1.39":{"name":"ngx-app-components","version":"1.1.39","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.39","_shasum":"f6e2d392c2e0ebdf61b8af1d9da3607a4cf0bccf","_resolved":"file:ngx-app-components-1.1.39.tgz","_from":"ngx-app-components-1.1.39.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"f6e2d392c2e0ebdf61b8af1d9da3607a4cf0bccf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.39.tgz"}},"1.1.40":{"name":"ngx-app-components","version":"1.1.40","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.40","_shasum":"93e2966304b9eb2685b760b315da0a240cf9b9d2","_resolved":"file:ngx-app-components-1.1.40.tgz","_from":"ngx-app-components-1.1.40.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"93e2966304b9eb2685b760b315da0a240cf9b9d2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.40.tgz"}},"1.1.41":{"name":"ngx-app-components","version":"1.1.41","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.41","_shasum":"8c125619567f3a940239e3ffda1a426f90dd973e","_resolved":"file:ngx-app-components-1.1.41.tgz","_from":"ngx-app-components-1.1.41.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"8c125619567f3a940239e3ffda1a426f90dd973e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.41.tgz"}},"1.1.42":{"name":"ngx-app-components","version":"1.1.42","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.42","_shasum":"210f8d5892c9dc4f1a653891453d07f29011ab0f","_resolved":"file:ngx-app-components-1.1.42.tgz","_from":"ngx-app-components-1.1.42.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"210f8d5892c9dc4f1a653891453d07f29011ab0f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.42.tgz"}},"1.1.43":{"name":"ngx-app-components","version":"1.1.43","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.43","_shasum":"72889786350d6f29811ba6ef2a08ba5d9e73b78f","_resolved":"file:ngx-app-components-1.1.43.tgz","_from":"ngx-app-components-1.1.43.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"72889786350d6f29811ba6ef2a08ba5d9e73b78f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.43.tgz"}},"1.1.44":{"name":"ngx-app-components","version":"1.1.44","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.44","_shasum":"b024a4d21ef2f935cb909f7cf495907aff11514a","_resolved":"file:ngx-app-components-1.1.44.tgz","_from":"ngx-app-components-1.1.44.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"b024a4d21ef2f935cb909f7cf495907aff11514a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.44.tgz"}},"1.1.45":{"name":"ngx-app-components","version":"1.1.45","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.45","_shasum":"50c30c64c606dad931647b4ee228116ddaa2af2d","_resolved":"file:ngx-app-components-1.1.45.tgz","_from":"ngx-app-components-1.1.45.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"50c30c64c606dad931647b4ee228116ddaa2af2d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.45.tgz"}},"1.1.46":{"name":"ngx-app-components","version":"1.1.46","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.46","_shasum":"614bf3a030e0813c5e4db004e4204572764ee3ab","_resolved":"file:ngx-app-components-1.1.46.tgz","_from":"ngx-app-components-1.1.46.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"614bf3a030e0813c5e4db004e4204572764ee3ab","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.46.tgz"}},"1.1.47":{"name":"ngx-app-components","version":"1.1.47","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.47","_shasum":"c2f94ba98b2310c95b82e7e9e866f3805b260493","_resolved":"file:ngx-app-components-1.1.47.tgz","_from":"ngx-app-components-1.1.47.tgz","_npmVersion":"4.2.0","_nodeVersion":"7.10.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"c2f94ba98b2310c95b82e7e9e866f3805b260493","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.47.tgz"}},"1.1.48":{"name":"ngx-app-components","version":"1.1.48","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.48","_shasum":"e9cb8df41eeb3e173cb3a38bd723454a41c76dbf","_resolved":"file:ngx-app-components-1.1.48.tgz","_from":"ngx-app-components-1.1.48.tgz","_npmVersion":"3.10.10","_nodeVersion":"6.12.2","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"e9cb8df41eeb3e173cb3a38bd723454a41c76dbf","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.48.tgz"}},"1.1.49":{"name":"ngx-app-components","version":"1.1.49","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12","@angular/animations":"4.0.2"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"@angular/animations":"4.0.2","copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.49","_shasum":"477ce7d51936544ea44d8771b8434fa469f5e56b","_resolved":"file:ngx-app-components-1.1.49.tgz","_from":"ngx-app-components-1.1.49.tgz","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"shasum":"52a49a9fb20dad747ddb1f028e2e3dcbeee5327c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.49.tgz","integrity":"sha512-21plaV8bfHkeRrInDQUJKAh3B/neojZsNdnB8IuzrV/D9l0CnmUNJPEiA0GZ+GwRffj7j8nqlBvlnDhrdMOwZg=="}},"1.1.50":{"name":"ngx-app-components","version":"1.1.50","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.50","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-V4hOxgd1sMnjxe+ZiQMI4cfq5ZLKGdhzjtL4qe1DUfEum070sOuB+3mApalAFIY7bmZ79dVgipd93oBj8EG5oQ==","shasum":"5a7b3ebe21dbb559b5409704114bbdebbe52ce07","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.50.tgz"}},"1.1.51":{"name":"ngx-app-components","version":"1.1.51","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.51","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-TkGXvYHhn7dkhXgUlz3KZRqtbVgSXzDK0WYTSa+TWjyG2Lx+q9SyrSS6pc84SeHERZc+ZhmG5vrBqgkMHd1xTw==","shasum":"c09767d2eacd3650d6c095f1a6cddd0e8af8fe94","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.51.tgz"}},"1.1.52":{"name":"ngx-app-components","version":"1.1.52","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.52","_npmVersion":"5.6.0","_nodeVersion":"9.11.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-14x13AxZpqVCJZQX/cVY0TT4wapr4cHEmlK+XY6DZqEg3wlbwHiBGbGp+wLMoXBSXrBdBYumj7+EehpPEqv2Hw==","shasum":"dac7a6efabd551f721d8b42fffae655c4baa4e3e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.52.tgz"}},"1.1.53":{"name":"ngx-app-components","version":"1.1.53","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2"},"_resolved":"","_integrity":"","_from":"file:ngx-app-components-1.1.53.tgz","readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","_id":"ngx-app-components@1.1.53","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-Ll1OY8HH8UJoOgoOQgSy9dPiDJoV7bXF9dz74og7HRhJ7gaptvGbboTzIRFHc465Ji/SjXFj6Ft+niE/o3Dp9w==","shasum":"892c1721b8e1f2367343b28b54f4588b5ef62c83","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.53.tgz"}},"1.1.54":{"name":"ngx-app-components","version":"1.1.54","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d3654f4bfc0080ff372c1c4eaa3a547cc7f677a8","_id":"ngx-app-components@1.1.54","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-iJKvn8da/MXnYvMrga12agxAUDqdYKHte7x2kc4Y/Q1/ce80DIZRtD4p3vIJ+y4FPw6Ezbxv2Y30YbZw2y6Y9w==","shasum":"e2e146be59e9ea1e4efad11786caa98b974b51c3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.54.tgz"}},"1.1.54-snapshot":{"name":"ngx-app-components","version":"1.1.54-snapshot","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"5ab632d0b0f1e5e9a9f502dc4546eba7fb353fd5","_id":"ngx-app-components@1.1.54-snapshot","_nodeVersion":"9.6.1","_npmVersion":"5.6.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-/oFRf+/+xgD/u17zs9LISXQR1ClKShz/MBaeTx1fir8/ClmLpaDM+UaIlK/r1FZ8UQ8Vcp2GPox6cWSFU5xH8w==","shasum":"93fc056bc4cc5b2368167157d54d800ba206c90a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.54-snapshot.tgz"}},"1.1.55-snapshot":{"name":"ngx-app-components","version":"1.1.55-snapshot","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"2c594729eb0941b659218aff8afaeeb39cf3857f","_id":"ngx-app-components@1.1.55-snapshot","_nodeVersion":"9.6.1","_npmVersion":"5.6.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-4vBIL55lI1hCwzDb/U943PTMwiciW+sanEK7Z6Ylk0007gsP5GDf7QujE3DvBCsK7VwT0XOA14QHi+PKGEaqiQ==","shasum":"d70eaecace1e24f12cbe4fe5ad7f067131f1f2b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot.tgz"}},"1.1.54-snapshot-1":{"name":"ngx-app-components","version":"1.1.54-snapshot-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"5ab632d0b0f1e5e9a9f502dc4546eba7fb353fd5","_id":"ngx-app-components@1.1.54-snapshot-1","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-qNAKDH9/JwtMVLR0qcrteB9PGwIjR5DbJITjGZYz44DrQCuKWAoHKD+4iU2AN+4rMrcxrHFCkCerFePZFFYPaQ==","shasum":"4f3c8967eaaf5ad34c8a95df5ee5ddf49328f853","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.54-snapshot-1.tgz"}},"1.1.55-snapshot-2":{"name":"ngx-app-components","version":"1.1.55-snapshot-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"4bdeb26f159db06a714a664dd8bafc2c413a87d3","_id":"ngx-app-components@1.1.55-snapshot-2","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-FLuitsxIK0AYJ1jQgA9rfGAjLkWa5Sr4AKFkZIjDL3hNyOlofK436tCa0ikb0w49Si7tEQnp/iTijygPS8Rhqg==","shasum":"aa322b5df761ce8364cbd0c6ef7b862789a517c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-2.tgz"}},"1.1.55-snapshot-3":{"name":"ngx-app-components","version":"1.1.55-snapshot-3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"1888f86c73e0b3cdd9e5657e6871fa993cb58b5a","_id":"ngx-app-components@1.1.55-snapshot-3","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-HGz68On985JTRJvBgusv0XFjUvNo98VNiKzAVAWOJoG4bCcRCvaxt2lr1MLAxvRn8tbmvw5ejGiXipEPZo8PhQ==","shasum":"fb1c7056d6f582b6e387f96cbde9136ce13fc282","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-3.tgz"}},"1.1.55-snapshot-4":{"name":"ngx-app-components","version":"1.1.55-snapshot-4","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"1888f86c73e0b3cdd9e5657e6871fa993cb58b5a","_id":"ngx-app-components@1.1.55-snapshot-4","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-ZlUhnRBv4fYr0pRcJTC9G3nQKGNPHtHmG/slLsazKEJVravzWnrjFcod3kdiMKJpCJUAk6EvPTxwEDAkhk92NA==","shasum":"d23e44562635c556198c2b7015d1e1805cc0204c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-4.tgz"}},"1.1.55-snapshot-1":{"name":"ngx-app-components","version":"1.1.55-snapshot-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"bb5be7c4bab50feb5abb775eadf288cd72f812a2","_id":"ngx-app-components@1.1.55-snapshot-1","_nodeVersion":"9.6.1","_npmVersion":"5.6.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-6x/w5kbToHOA2xSNlUtTps3+Eepc2sNYYkxSV1aaqA1S7Ppp0h7/PfyqoZiMVbnKNRsbKAb5kPcPqQd4zcxstw==","shasum":"985400ff9e25e1218c90084a109d0b1dfdc81cf3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-1.tgz"}},"1.1.55-snapshot-5":{"name":"ngx-app-components","version":"1.1.55-snapshot-5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"313ab79070f668d42cd6b185a8866daa0a383a91","_id":"ngx-app-components@1.1.55-snapshot-5","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-fhLmQ7vQtZ2x5gph1axSfcs4vVrp5oxwvyc1yNq5EMI6kirwBLzM8mc7jDWNQanodB+R0q/2YCVGI+0qawenuA==","shasum":"7f93004c198808142b8b4331d77c26028e73dbf3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-5.tgz"}},"1.1.55-snapshot-6":{"name":"ngx-app-components","version":"1.1.55-snapshot-6","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d5a8b7469ed7678ae698684845e9b6abd01c2bc2","_id":"ngx-app-components@1.1.55-snapshot-6","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-PIwE0pWkC4ey9tMnsBr4BQNWex+3m/X9y1eH74yk5K3zS0vjHWtoqCd1taPGjPKoiClz0J+echwk4BeSAuniPg==","shasum":"a889b4c3d130bce30c1b87c76580f3c265b60af9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-6.tgz"}},"1.1.55-snapshot-7":{"name":"ngx-app-components","version":"1.1.55-snapshot-7","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"3b8d6078c331ce2a3b6dd8c2115e6bc2a259e09a","_id":"ngx-app-components@1.1.55-snapshot-7","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-hB5ABpC0GibaVS04oRG0UtxgM10vWk6NFaAgZheifeNyJLSA82nu+twuXmsFhT6wZML1FjWefPD7L2JDf274BA==","shasum":"f82b33843e0d29ce0e501cfba4c3f57d57720b44","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-7.tgz"}},"1.1.55-snapshot-8":{"name":"ngx-app-components","version":"1.1.55-snapshot-8","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d4e1445056bd4369461952d65789f53297982233","_id":"ngx-app-components@1.1.55-snapshot-8","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-Oi6cUJFzyCZXZb7VmOKw77yaqZqg+33LfdLglwWWVmkvUFIeIW9+0Q0sk84Pyvxq3Qg5pVm3pxxJcKBS1ePg9A==","shasum":"2fcc75db4121e73a55a61ff6ba7cd1ce162c1487","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.1.55-snapshot-8.tgz"}},"1.2.0":{"name":"ngx-app-components","version":"1.2.0","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"1d694e6625f0367ba78df544ae46c261ffdf208e","_id":"ngx-app-components@1.2.0","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-Wdrk6ptY7pbMiFuZFJg9dwxz8Td8g9XrNNqSYq0IXYKTcUKMewvA0nvuibKucJeQX5nLEXwx5S3wmRihSMM84A==","shasum":"58a9ebb14fbe299b4f8670589f724ba2cb21d46d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.0.tgz"}},"1.2.1-SNAPSHOT":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"5488b17add4f6405e5cf5242b6381aca2075053e","_id":"ngx-app-components@1.2.1-SNAPSHOT","_npmVersion":"6.9.0","_nodeVersion":"10.16.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-qR1U0YGh497FEdRKO9UxzHXygxTCL02gCp7D1PHp2h6Y+V+6V9D03Aef0UETO8A/8MGB5uFn/+ea3cE9aEjiZA==","shasum":"7f59a00a75ea6c922809b9f50267468bf44a7bd7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT.tgz"}},"1.2.1-SNAPSHOT-2":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-2","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-zyQY1BJ7gXUIkCnTKB+h3K+yV7o++swhpZxn2m0Q6gEL5/aZszEXu7h2jF3mK0I4Kip1gqplfftxIaZadH09ig==","shasum":"008bc469f9c522e814f0a0bc7d774b79e6b33488","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-2.tgz"}},"1.2.1-SNAPSHOT-3":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-3","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-jaolS2FLdeACzo3R6iLlTauXlJbYSnJA5AW8HmyIj0W9N34iSorGNzIUdpPXlS0lPFDnrn/KUMqbPaDJXfRLzg==","shasum":"0c470d029f9957a3394d1c39a531553fa5335b40","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-3.tgz"}},"1.2.1-SNAPSHOT-4":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-4","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-4","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-R+xVE5SnMVFoc07dTEIOOwuunDtfqb2v8i4XE4IWXDyLMH2zprGiXQrlkR5WHMSHpr9MgkmXSncGAKlK24Z/UQ==","shasum":"08389c6fc0b5bcb282923e1af58fe874e3657a8f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-4.tgz"}},"1.2.1-SNAPSHOT-5":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-5","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-WIGLsSZkhoWJW1mrcs3jmNPFjTXZoKyyb1vYVo4ugJPeMrq7BEsYQWB2EBDPRrA7veuHLvH0i0UN8rlzopSMYA==","shasum":"59c84ce9b31d4d698bc1f34ecdfe8e2f13ab531e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-5.tgz"}},"1.2.1-SNAPSHOT-6":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-6","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-6","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-7O4EoMwwNcBsBQxp79Bk/KXK1T88/DQNaeMtqA2B3pAD7PQ5aO/8V3is+b6KvXtLZ34sevXeseOwg5wfX2MHFg==","shasum":"994280eedc9df3479be052191f49a858f9591577","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-6.tgz"}},"1.2.1-SNAPSHOT-7":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-7","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-7","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-lHtfNjKpfaE0pJ7aLQjkKKl0RolRqPqaD/OD4jbVKuqF/+hXTcTSqtvR2pQMOtlsHmIvmwOQRLwCmeGuYWOmRA==","shasum":"42a04faf823007536f46f0e0bf1a21ac4e99dfb9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-7.tgz"}},"1.2.1-SNAPSHOT-8":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-8","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-8","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-mpj9VgM0HlUJxiHrI+zXpr6IWhdUztURSQnLbiRxCkStVRZslFOBgfvZJP5l767lZxPEGNF9MvRPBBOOBZt4bQ==","shasum":"fff4957acd7c08cf2f7d46303a6780a6249c088c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-8.tgz"}},"1.2.1-SNAPSHOT-9":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-9","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-9","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-P1x8KUmgGmDg2O/xigMS+EAi1TaZtTMcjCuxxNf3NKp+Ql927q2DLz5aqQmJU7NJ4F3/OjQyPmuggQ8/rVQlTw==","shasum":"45ed497d2690610f7ca09ff218fd31ff4da57547","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-9.tgz"}},"1.2.1-SNAPSHOT-11":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-11","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-11","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-wlQduO0ixOv1ymC8Y6H8w8X98xfiH108XxnUqXfjllPgVcN+RyhsyCsJ6XlSfun3fHnjsPfRb7vO0Ip0fhPtPA==","shasum":"d96c5c5258d8eee6d6f652177ff161a1c09418f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-11.tgz"}},"1.2.1-SNAPSHOT-12":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-12","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-12","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-InLxjRqPTTJEEYF2HqwvsK+NX0Fx+xoLqBoWAyYTwCojJpOcNbVaEEl2tPpWL63BahulXi6M2F3rWyDZVofXOw==","shasum":"0c81bdf3df2366a3fcfeb2bc6d2eb019df02ac20","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-12.tgz"}},"1.2.1-SNAPSHOT-13":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-13","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-13","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-/NzUwT+dTTFS4th3pd4g8Xg2qx+kKSikdNPw/xVSCYLOJsXxklbkYnKhzYW4LwjCt7nY+vS0zDNp9x5shdg4kA==","shasum":"a7bc31b3788c625692728f458ac0a0038b4a1233","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-13.tgz"}},"1.2.1-SNAPSHOT-14":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-14","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-14","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-tBS1thVEQ+/s2nCoCQ6GlBCF25opECAiwZCFhFPqnc/GEPggp96bncp9GmFwWwSXTeofrrjO0rH60Rt5ME8NAQ==","shasum":"4ebcffbc161473924bb7cb4b44393e944e3d3974","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-14.tgz"}},"1.2.1-SNAPSHOT-15":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-15","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-15","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-EKNQhm0ICNd32+mJFiABX5aBIwIqh30YnbsPgGISIKkkLyR34s6KxlA32G38vODSLaljafgiqFGMrS7yBu3Q0w==","shasum":"ec0b440257b2daecc2c6da74ca6d93d7efc923db","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-15.tgz"}},"1.2.1-SNAPSHOT-16":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-16","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"89b5e8758b4fc856d573dc7eeea2b95d82d8e50d","_id":"ngx-app-components@1.2.1-SNAPSHOT-16","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-PDPg6fj05JN4Mzx2Nh71alo2iDlLAIFpo7dNwiwMHUtPRNrgIHohDTY8WO+6qZ5PzBtiGmDZgBi5hzxVawruaQ==","shasum":"124826bf7f87f4723cccedf533290bf6d4335031","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-16.tgz"}},"1.2.1-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.1-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d5b6c0a5137636323ee1e069534ef22ee7d8d845","_id":"ngx-app-components@1.2.1-SNAPSHOT-1","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-mc6PlrsIp/psWbza4ghoRyB4YC9vHNWeHttbKceCa3MfC+nn8Ccdhu9qVXELBgv9LLxu2SYuD5MWuB5i+74l4w==","shasum":"ce07dbafa738cf6966fe33b00a16ad12441d90bc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1-SNAPSHOT-1.tgz"}},"1.2.1":{"name":"ngx-app-components","version":"1.2.1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"7895c944acfcfe3e9c4892655ea18448d0029423","_id":"ngx-app-components@1.2.1","_npmVersion":"5.6.0","_nodeVersion":"9.6.1","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-2FXs17d+6+kt7re85i5bJK4lqt36PU8l4aiM7Jv9NDpxkxsUP2KbcYyBzR/2nFQmZfhARTFeKNVSbf6KxYKVGA==","shasum":"722372a0389f98b267657e6ecd380cd190c4a71d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.1.tgz"}},"1.2.2-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","ng2-date-picker":"^2.6.2","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"c0bad7ca02250a7c203b054903cea09d271fbaf1","_id":"ngx-app-components@1.2.2-SNAPSHOT-1","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-iXyr+gqq7tSXikT+v/WENEU4jX3yLmLtMi4dmN8hdYbFammGSWu8jzq5ve1jglD8AhUtOjLkFf7f+zFdb6m7DA==","shasum":"e73a9c580723ea8632752b90ca458b58d97ac93f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-1.tgz"}},"1.2.2-SNAPSHOT-2":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"a1766f061d3d7084167c39bd14473e039c049f5c","_id":"ngx-app-components@1.2.2-SNAPSHOT-2","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-cMlZk9PYV5Qreuh1fUwMKljqz6wGMQ2C/3MqEallXeKu5xdnA3onDxuR/ZYai5ewtJ5Bi0c4tTRi/K6wo9lEFg==","shasum":"ef941be6b2894b6e374697ac42fc2d8dd011f8db","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-2.tgz"}},"1.2.2-SNAPSHOT-3":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"35427a9671b368789ab9610d1d672cff01b7d026","_id":"ngx-app-components@1.2.2-SNAPSHOT-3","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-kciF71/ahxwICBMTwDsrCtwh7htlO81XY5TFExm3n728s66cQfQyJtCCN5MpgEGB80LLxsDcGAZF6L748w6DNg==","shasum":"bf78d4fa24fec4014f3514cf0b32f0de3b68ed92","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-3.tgz"}},"1.2.2-SNAPSHOT-4":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-4","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"08be67b2242bca46eb599570aa87b874ef5ad262","_id":"ngx-app-components@1.2.2-SNAPSHOT-4","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-qediRScYWn1kI8ACBiQ91lXZb1rRbeLG94NSVEjhMZ+vdrFZ5YW8eR219Icb7bx3FKruxUhTs8hEoxNGONM54g==","shasum":"7ff7773b1f915626b65742e25943c0c15113b12e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-4.tgz"}},"1.2.2-SNAPSHOT-5":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"740d7040bf867d3a14b2426a101e67ce1cb4ab2e","_id":"ngx-app-components@1.2.2-SNAPSHOT-5","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-t6P1QKLh0YROqoWOdQFuXVRVzGGWzvAufba42tu9rnrhKL+MNxROcBUQMLTiQHMlpPXPQYAIwFLHVLIC3vo9iA==","shasum":"4eccdd88abfc397001433c0d3cb5f1ecfd4c1f60","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-5.tgz"}},"1.2.2-SNAPSHOT-6":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-6","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"740d7040bf867d3a14b2426a101e67ce1cb4ab2e","_id":"ngx-app-components@1.2.2-SNAPSHOT-6","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-vSgH0LBRIWVii5nPtkdKNVoZFmnh8iFAp3DjDZ1nIq/CRXVsDqOFqTXiTs39G+K7FIhIkyET5ie4olsE+4IOmg==","shasum":"9350566ee4c86e53c1630fecd7d7cfcb0992dfd9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-6.tgz"}},"1.3.0-snapshot":{"name":"ngx-app-components","version":"1.3.0-snapshot","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"5.2.5","@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/forms":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","@angular/platform-browser-dynamic":"5.0.0","@ionic-native/core":"4.3.2","@types/node":"10.17.0","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.9.2","ionicons":"3.0.0","node-sass":"4.9.0","npm-bundle":"^3.0.3","rxjs":"^5.4.2","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.9.2","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","zone.js":"0.8.12"},"dependencies":{"@amcharts/amcharts4":"^4.10.24","copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"10.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"28b425259d357b3147bd48420b8e11e06553749d","_id":"ngx-app-components@1.3.0-snapshot","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-POOVSeQgBPlJaUDSAD2GpAHkNy01/9FNS+lMV4CuJcHQj4pR2QgyWTrf4ZHA1v6wTS5vaILjPqmzALna/lr4hQ==","shasum":"94c097a999b384193d61f62d1a7ab15953058a83","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.3.0-snapshot.tgz"}},"1.2.2-SNAPSHOT-7":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-7","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"740d7040bf867d3a14b2426a101e67ce1cb4ab2e","_id":"ngx-app-components@1.2.2-SNAPSHOT-7","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-uW/mQPpXZo8Mf3KaKiBk7TMaohBKQkOyFda7nkpfX6/XNuq4j2RmJqzhNjfXMYYj3Mq+Svv5KGeVv4okAhaK0g==","shasum":"83d07d8c0e044e3ab6c5adaf5695eef7d8db0d49","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-7.tgz"}},"1.2.2-SNAPSHOT-8":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-8","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"740d7040bf867d3a14b2426a101e67ce1cb4ab2e","_id":"ngx-app-components@1.2.2-SNAPSHOT-8","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-9HLu0WnChv/jffe0z5HLG3ebZqmG7jHgYt2GTixiVsOHWQ+HvMazVjl/KIjRCQmmRIvYz5VSUZPd0NWvMMVndA==","shasum":"4eb07dd80e7d2281111eafc0829c4bfceffc18e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-8.tgz"}},"1.3.0-snapshot-1":{"name":"ngx-app-components","version":"1.3.0-snapshot-1","description":"App Components library","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"5.2.5","@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/forms":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","@angular/platform-browser-dynamic":"5.0.0","@ionic-native/core":"4.3.2","@types/node":"10.17.0","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.9.2","ionicons":"3.0.0","node-sass":"4.9.0","npm-bundle":"^3.0.3","rxjs":"^5.4.2","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.9.2","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","zone.js":"0.8.12"},"dependencies":{"@amcharts/amcharts4":"^4.10.24","copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"10.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"0390b9512c920d1559dabc43aafc564bbc2935a6","_id":"ngx-app-components@1.3.0-snapshot-1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-ThWl7rWWI7UukDbhfZJHTxkQVMeYx0E9GOpGoxxNhedfyQcWA4a8H8AIUzLbn/9kky9Pn2hY/ox2cSX/olHWbA==","shasum":"df8f43dc17ac1bfbf5d74719f4fe51633a7f4376","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.3.0-snapshot-1.tgz"}},"1.2.2-SNAPSHOT-9":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-9","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d7a51ba5957032cdc2292a33028743aeecfdd215","_id":"ngx-app-components@1.2.2-SNAPSHOT-9","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-VbbTydPoC7VAoUJ67S+y6O4vTVIG4Bu9xOiHGYf1+EuvIvc/1eTOZj4sPzG2nEkj5inOMDIq1t/ZVwbSaYK7Tw==","shasum":"675defd67542783810a6e0c8da1ab04bb302022e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-9.tgz"}},"1.2.4":{"name":"ngx-app-components","version":"1.2.4","description":"App Components library","main":"./dist/src/index.js","typings":"./dist/src/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"5.2.5","@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/forms":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","@angular/platform-browser-dynamic":"5.0.0","@ionic-native/core":"4.3.2","@types/node":"10.17.0","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.9.2","ionicons":"3.0.0","node-sass":"4.9.0","npm-bundle":"^3.0.3","rxjs":"^5.4.2","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.9.2","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","zone.js":"0.8.12"},"dependencies":{"@amcharts/amcharts4":"^4.10.24","copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"10.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"0390b9512c920d1559dabc43aafc564bbc2935a6","_id":"ngx-app-components@1.2.4","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-RZQkwfZ2Lhp002rr5yl1EcvezpjZ5p7FlKLep0Hk72xSF8ulS+HW0by42doyUm5cfzvehCKOAt6KL7iuUIg1qA==","shasum":"0f45b3058965c00a7f658c85a193cb386defbc89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.4.tgz"},"_resolved":"","_integrity":"","_from":"file:ngx-app-components-1.2.4.tgz"},"1.2.2-SNAPSHOT-10":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-10","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d7a51ba5957032cdc2292a33028743aeecfdd215","_id":"ngx-app-components@1.2.2-SNAPSHOT-10","_npmVersion":"6.13.4","_nodeVersion":"8.17.0","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-8jSEZE3Es+Dco1bvrNKcpwmDNXaxwIxUCI13BIQjPRrI+uHJTS7zKX6TrIgvzn6cBC4GeiRVtCVv6csxgiZ5PQ==","shasum":"d28215adb94cf216bbab2496a1a6c76614de8b7a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-10.tgz"}},"1.2.4-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.4-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"5.2.5","@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/forms":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","@angular/platform-browser-dynamic":"5.0.0","@ionic-native/core":"4.3.2","@types/node":"10.17.0","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.9.2","ionicons":"3.0.0","node-sass":"4.9.0","npm-bundle":"^3.0.3","rxjs":"^5.4.2","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.9.2","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","zone.js":"0.8.12"},"dependencies":{"@amcharts/amcharts4":"^4.10.24","copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"10.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"8e6ffaf5129b5fd342baabc1207364a542685aa8","_id":"ngx-app-components@1.2.4-SNAPSHOT-1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-yVEvVEZVXlVxjZ7ZMGpan8yT0L4lspQrFF9y+uzPDZSrkWywqZEU7SbDiAU5UBHOhyGkKZCDmR3ZYGxNqkqfig==","shasum":"64e6adbfd553cbaddde75782d76dd64992d684a8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.4-SNAPSHOT-1.tgz"}},"1.2.4-SNAPSHOT-2":{"name":"ngx-app-components","version":"1.2.4-SNAPSHOT-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"5.0.0","@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/forms":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","@angular/platform-browser-dynamic":"5.0.0","@ionic-native/core":"4.3.2","@types/node":"10.17.0","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.9.2","ionicons":"3.0.0","node-sass":"4.9.0","npm-bundle":"^3.0.3","rxjs":"^5.4.2","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.9.2","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"5.0.0","@angular/compiler":"5.0.0","@angular/compiler-cli":"5.0.0","@angular/core":"5.0.0","@angular/http":"5.0.0","@angular/platform-browser":"5.0.0","zone.js":"0.8.12"},"dependencies":{"@amcharts/amcharts4":"^4.10.24","copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0"},"volta":{"node":"10.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"1b809e89edfc189e990088b15660729ae0f0de89","_id":"ngx-app-components@1.2.4-SNAPSHOT-2","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-xFPfdcHhm63ZKaxRMX7zXWEkRbTakhraXTuP7NHgdhcH5bEPHrE4HpVSBvoqnM3MMiNkzyfmnuRmuL5zr1AVQw==","shasum":"1a4d6eaaf60ee24224ba0058e545d7df65e82298","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.4-SNAPSHOT-2.tgz"}},"1.2.2-SNAPSHOT-11":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-11","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"d7a51ba5957032cdc2292a33028743aeecfdd215","_id":"ngx-app-components@1.2.2-SNAPSHOT-11","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-0ukVb/RMtfJQKq2jiKrxnuajz34IlWfzedSYUo6tT3dzLkeObOuVFj2eQ6DW7wOEdv5y+kosARj3fQyOOscZPQ==","shasum":"9267afe16e886220e835a03d0540bdf43f89e3da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-11.tgz"}},"1.2.2-SNAPSHOT-12":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-12","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"f47967788da3f1b163ca27f8efaecc038b917357","_id":"ngx-app-components@1.2.2-SNAPSHOT-12","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-edDgdm/j/yGb6xyOCeSPX1PtEUW6q6si6EWEOJ33ZDsrIJESVxPLRmwApom8Bi979X4phSszmHwNOu4gF1Pbjg==","shasum":"4c1c907d2f1f802e6a78f7509ccb46e3884afa3e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-12.tgz"}},"1.2.2-SNAPSHOT-13":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-13","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"bb0f9ea0ddd99b8edbb37284762c3bed00618c0a","_id":"ngx-app-components@1.2.2-SNAPSHOT-13","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-UecH8wVK0R5AxVztS2Mpurk1fA9xirF85tejKDXSPjcJoZjkrcZqSw07082eOLPSP/GaOBeIydhVC30Z+50Pqw==","shasum":"d1653aced056e9062766a87f42b3b211125f5762","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-13.tgz"}},"1.2.2-SNAPSHOT-14":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-14","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"f47967788da3f1b163ca27f8efaecc038b917357","_id":"ngx-app-components@1.2.2-SNAPSHOT-14","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-OTg/W2nyS9kuCex8BWMeOgzqSCuxRaOnXZQi9z+SbPGWNi6kfpz3YtS9spFSKrkBXOuGpmGBESKy+el/aVgXLg==","shasum":"110956e83c5b0e817905f6b592998014687454fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-14.tgz"}},"1.2.2-SNAPSHOT-15":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-15","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"f47967788da3f1b163ca27f8efaecc038b917357","_id":"ngx-app-components@1.2.2-SNAPSHOT-15","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-6wjLUXXTypEitT2K7OzFVIwjPYjzYUKFPEejc8L9rPtoLctWBvk8O9tiQJTUskmNDv97hYThOq01CkO7Ijed0w==","shasum":"3354510c79cf386700dea51f0206690ee9fd3cfe","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-15.tgz"}},"1.2.2-SNAPSHOT-16":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-16","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"b94d756d849d0fbf21547d63bb38a7023ad72b06","_id":"ngx-app-components@1.2.2-SNAPSHOT-16","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-z35eZgnhrWrDqiEgKBEWg38QyA/5wdivfimSuNFK7W+Esx2ZNYXoUiwtfdR1f7J/ZF09eoq7j2e65zuUG1nXkA==","shasum":"8ff744e182acc6b745f366a521e910b53d8e4ff5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-16.tgz"}},"1.2.2-SNAPSHOT-17":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-17","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"63b191abcaec76afa82f600ae578b955921c26fd","_id":"ngx-app-components@1.2.2-SNAPSHOT-17","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-PNnPInqTbrB4gcXfOeVkMpbbVuTQjHh0uqD2GpmmbspHTQo+d7jQ5gIZslKa5AgPVgNbn/O0xpENF/lJzbLq+A==","shasum":"284cb5ad6779a58755cc335467ad09724ff4c3a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-17.tgz"}},"1.2.2-SNAPSHOT-18":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-18","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"77351eb7fd96d1e773012bc0ff29b29bbfda89b2","_id":"ngx-app-components@1.2.2-SNAPSHOT-18","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-BNok0kOzhK306zLjKeMaLY8VhcfE38x1k9tUWTwm+lRwwIV+MPhfsVTrQ2oz6VdpZ/czpwi2DgP8lm32JPPniw==","shasum":"734526d99d081dad04dfeed1952f5e16c36e253a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-18.tgz"}},"1.2.2-SNAPSHOT-25":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-25","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"539552bfe2be11e3ebb1a37ae48b3a1ded64454b","_id":"ngx-app-components@1.2.2-SNAPSHOT-25","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-HPxn6i6OjRP/9l3U7uVHxYaUylnHLdcp7PJie9pisNILJuSnPSsiudziAEU5hrUNDmcuRNLhNEuHS2iZuxHd0w==","shasum":"cea6139f2a3a856799e108a7214a2c0ab4d3d261","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-25.tgz"}},"1.2.2-SNAPSHOT-20":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-20","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"c0bad7ca02250a7c203b054903cea09d271fbaf1","_id":"ngx-app-components@1.2.2-SNAPSHOT-20","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-t5eAbAns9BdADXw23+mK5UmCpSyih9saCnH4P5TdD0YStiMX+0yCzPkblwg7/f72PE1eoWKC57h1/ICwpeDYaA==","shasum":"4491bad097ccd270eb1a8604cc6a609dae60a43c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-20.tgz"}},"1.2.2-SNAPSHOT-21":{"name":"ngx-app-components","version":"1.2.2-SNAPSHOT-21","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"c0bad7ca02250a7c203b054903cea09d271fbaf1","_id":"ngx-app-components@1.2.2-SNAPSHOT-21","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-8GhC/oUCdShG1vOolBdUxa9b1wZhAqmHcjfVAE/URNylZPmIpiI3sQ+pUA1PdOrVIZ9aN+m7YFAV9HASOEjTag==","shasum":"5bf86754048e83c75915997628a056e9548168fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2-SNAPSHOT-21.tgz"}},"1.2.2":{"name":"ngx-app-components","version":"1.2.2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"a29ceada175ac69d5f83caa0871ed91ed28f395c","_id":"ngx-app-components@1.2.2","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-4VIREX4uFW7Yfc3DjSe8Z24O72DhyLwQuciWYuYbg3MzNuh2WXr2V+e5Ke/lg8J6e9sHbXMJCaSqcCOUakgi1w==","shasum":"468bf824ea50c4c27546aed4e448aa9218bbac8e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.2.tgz"}},"1.2.3-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.3-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"0456422c11c2824e2a5b6362c75ac2d45ac36edb","_id":"ngx-app-components@1.2.3-SNAPSHOT-1","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-/Dy+93tL+tQr4LKFpBDpqbxOkjYiefnqPl4osPKLF989MM+UZDz8pOv7eVh5o2/+ZhmfsE/lW5IXg43PRmJUbQ==","shasum":"e5a27d92c5ed399b0830554ec57c291ffeeec725","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.3-SNAPSHOT-1.tgz"}},"1.2.3-SNAPSHOT-2":{"name":"ngx-app-components","version":"1.2.3-SNAPSHOT-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"0456422c11c2824e2a5b6362c75ac2d45ac36edb","_id":"ngx-app-components@1.2.3-SNAPSHOT-2","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-GC7wKXvA3CYT5pSxbC1E3oqPN/f3MnPmtG9qCsgatWw3tHYKG23cY/RKmajJvAUtaed1ItA8B/yQN75pXdUdog==","shasum":"cddef7a6cfe225deee23d792cacf75c97d819083","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.3-SNAPSHOT-2.tgz"}},"1.2.3":{"name":"ngx-app-components","version":"1.2.3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"http://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"b78246dcfe8333907f82d681fcfe6e4030c35003","_id":"ngx-app-components@1.2.3","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-D4ZYJ7tM9FfFAEF73qcNlPLt4Uk8YUPnNZDQns5oN4UWMdF6xDeqc+mTNKwO7Kuns/l/5D2X1EZKCGqzHPynGA==","shasum":"dcec1d817588b80bc8efad8e3329b0e3a6f11971","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.3.tgz"}},"1.2.5-snapshot-5":{"name":"ngx-app-components","version":"1.2.5-snapshot-5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"b78246dcfe8333907f82d681fcfe6e4030c35003","_id":"ngx-app-components@1.2.5-snapshot-5","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-tCea3oszhL87Y6dmKWCw8xz9L27vrZjAkKIJ1+cW441bIW587lQSjhOfnUJRis6l5zCblLa4t2PKE0hjJmNgvA==","shasum":"9d15541e552652a5d4449751aca59954dd6d4de4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5-snapshot-5.tgz"}},"1.2.5-snapshot-6":{"name":"ngx-app-components","version":"1.2.5-snapshot-6","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"b78246dcfe8333907f82d681fcfe6e4030c35003","_id":"ngx-app-components@1.2.5-snapshot-6","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-wCXgUXc8qQ19afYR3fnG/jMkk2d6vDX/HAL/T4Tqk0vU/y4tDU+7jAe8EyV0/PqHXWhWXQjqyqtqQa+bhxbijw==","shasum":"0ae0bebd9d09a3fdf80299c565415132f0986897","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5-snapshot-6.tgz"}},"1.2.5-snapshot-7":{"name":"ngx-app-components","version":"1.2.5-snapshot-7","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"e6e4d5a2dbe416f978a0bba37d26723f5d4bd0c1","_id":"ngx-app-components@1.2.5-snapshot-7","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-xxnh16+sSEazOJ0B4X8oPKIAk89aUc4ptBEQ/N272AQgfP38C0ibBuLFWuakr4attqpK/rj2uQwl65974cv9Ig==","shasum":"5a9dc41359ce145f8bed2e184a45a73aa389dd5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5-snapshot-7.tgz"}},"1.2.5-snapshot-10":{"name":"ngx-app-components","version":"1.2.5-snapshot-10","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"a696d61eddd8c911033b1c4dd75b9d30d603d5b9","_id":"ngx-app-components@1.2.5-snapshot-10","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-w+TdTIibQ6KoyLR04mQsL558dfmzIPz9j+vEhD/0n3AJ/PeDG2kSleHgrphwvNrZqhKhnO8CRnIBg8BXrJraJw==","shasum":"580a547bde7e99689780ebe54647ef4a81505f97","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5-snapshot-10.tgz"}},"1.2.5-snapshot-11":{"name":"ngx-app-components","version":"1.2.5-snapshot-11","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"e5bbb0c5b56bdb3124b666be8e10ea7ea16aaac3","_id":"ngx-app-components@1.2.5-snapshot-11","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-UKn+oor157UJacH/I5b0cAgpEv2MDPbHEYIJBjr0Vw574Tr3KkNMe0G45xgd/Nlz7Rwk8hNQcU3iVKggcndP5w==","shasum":"c6ebf4e40dc4e3829203db20510c6defb55527a8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5-snapshot-11.tgz"}},"1.2.5-snapshot-12":{"name":"ngx-app-components","version":"1.2.5-snapshot-12","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"bf970c039a667c77479cce8bb9e2740c61080ade","_id":"ngx-app-components@1.2.5-snapshot-12","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-9lcr4El+qriX1QnXWNa7dMfRevcXKoGnToIBwicrwhHXGlGfZALexjUNw5xVSuLAb+o3tbw0IK6iW0oPqr71Jw==","shasum":"b6c9b692ae21bf979150c6dae823e157de12f03d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5-snapshot-12.tgz"}},"1.2.5":{"name":"ngx-app-components","version":"1.2.5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"f44408a719538eeab796fb9b3ec1dfe4cb72f480","_id":"ngx-app-components@1.2.5","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-boLNqcQhRq0pLx/oFBJwhzOWF99Yx5r29urodUtkfIly4NE9mpDL9F+n0ZON29g5lR/hd8r8iGMHeglVDIGNiw==","shasum":"6909d79b4c98a9dd493ec129ef7bd2b32574d7c4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.5.tgz"}},"1.2.6-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.6-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"9b0eda20638a21e05edda0eddabc30e4d08a63ae","_id":"ngx-app-components@1.2.6-SNAPSHOT-1","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-b2fzWzimynz0jpwJptqteoREFnD88dFtHSQ6CtBj0G6PFY9lGm2udXyrR/TmCYjwdUiT8nI3IBzOAmk6HYKP5w==","shasum":"ffd7238afc2e57bc6e886a4e59a430b0ca1c6f5b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.6-SNAPSHOT-1.tgz"}},"1.2.6-SNAPSHOT-2":{"name":"ngx-app-components","version":"1.2.6-SNAPSHOT-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"9b0eda20638a21e05edda0eddabc30e4d08a63ae","_id":"ngx-app-components@1.2.6-SNAPSHOT-2","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-Nl3IfyWP3T51EYwPnsSOKi25WWx6h6W8Y2Qg7o1HjdkuE7Z5IOFZTo7jg1QTNBd5Km1V1qCM68i3wzdK1PGMJA==","shasum":"de476042f2bd73ad139cc6304f415c39b18bef7e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.6-SNAPSHOT-2.tgz"}},"1.2.6-SNAPSHOT-3":{"name":"ngx-app-components","version":"1.2.6-SNAPSHOT-3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"9b0eda20638a21e05edda0eddabc30e4d08a63ae","_id":"ngx-app-components@1.2.6-SNAPSHOT-3","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-GvrzUeg0eiuGYZql/c8K+gqnezpbJY6xk/qBWavbi17SY5v0Z1KhyB48lpVVSLOK/H+Uid+Zj6VbW40qHyuCKQ==","shasum":"a2e8385541e9e65a9e7eb3509cab83e2a6cd7d30","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.6-SNAPSHOT-3.tgz"}},"1.2.6-SNAPSHOT-4":{"name":"ngx-app-components","version":"1.2.6-SNAPSHOT-4","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"9b0eda20638a21e05edda0eddabc30e4d08a63ae","_id":"ngx-app-components@1.2.6-SNAPSHOT-4","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-Jeb5U3yVVvL4gnWC7EaWJH2xj/SYRsYflQdSsZAC7MV+rSMqDc+B5vYNkzktyEqza2oghY/5VGvYUZku3O/BRg==","shasum":"55ccd3019aa7730dbd6c02b0e5bd13994d8d5a75","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.6-SNAPSHOT-4.tgz"}},"1.2.6-SNAPSHOT-5":{"name":"ngx-app-components","version":"1.2.6-SNAPSHOT-5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"9b0eda20638a21e05edda0eddabc30e4d08a63ae","_id":"ngx-app-components@1.2.6-SNAPSHOT-5","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-cUj85XHPC6JrfNLVX8z3U5tGgIRI+3PACDe7sfDtjruEyriuoVNBZ/sTA1U5ewcTuU4tfrN7auMw7C6cOx1QGQ==","shasum":"cedcde8ce731c3ac1ce3fb2f49da1abb4ac992a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.6-SNAPSHOT-5.tgz"}},"1.2.6":{"name":"ngx-app-components","version":"1.2.6","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"f91554f0149ee11b8bab459a25e6033e52f489bd","_id":"ngx-app-components@1.2.6","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-xlAj5TTLbEkwDAECT1UgASjVrbQwo7yuMk4rvzBGk/ArFa0u0FjK4MNNHxP29ir97sWy6RBf+EXSVMv0DGuPMw==","shasum":"db2113fd40824e3d7b87a276b2b0cb14598f9818","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.6.tgz"}},"1.2.7-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.7-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"f40af68b9390f8cd445b8856dc33dfa592f3a058","_id":"ngx-app-components@1.2.7-SNAPSHOT-1","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-91pW/TrcOizp/hrsMOwF6jd+u93elAPxcdwtdGB0ckYLe8j8+rFlikAlmRCe2xjk6pu2o38U6NCcPytBZslB9A==","shasum":"9aa102f386d17b3b6624245d2d1b05ab0776a285","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.7-SNAPSHOT-1.tgz"}},"1.2.7":{"name":"ngx-app-components","version":"1.2.7","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"2ff81d75960874d05e687fd973fd115e8dd658a7","_id":"ngx-app-components@1.2.7","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-DFM4PLs9i2p4pDolUOvrzOGG0MZwx46xl0UY5ojsgvqhwFCgnvrmaextA7Z48XsiJvTVRRtG6H3fSDh7HhVEHw==","shasum":"91e6ee1b6912b3bd41cacabf2445ef3c405bcbac","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.7.tgz"}},"1.2.8-SNAPSHOT-1":{"name":"ngx-app-components","version":"1.2.8-SNAPSHOT-1","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"2ff81d75960874d05e687fd973fd115e8dd658a7","_id":"ngx-app-components@1.2.8-SNAPSHOT-1","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-QkKmxCckY/VahVGlZFYZECcjHGAgyVYdzpeX/KnS15p+lg1xWIopbF+6NPlEK54xSdjpZ7iMDZHKFzemPD/c1g==","shasum":"e2e545a22129375be92f2e11d0c801ebddbee990","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.8-SNAPSHOT-1.tgz"}},"1.2.8-SNAPSHOT-2":{"name":"ngx-app-components","version":"1.2.8-SNAPSHOT-2","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"2ff81d75960874d05e687fd973fd115e8dd658a7","_id":"ngx-app-components@1.2.8-SNAPSHOT-2","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-mOwr+TcFqvkT3JapbpEeEvl3ejoo7zjDIzGLwb75C7L77485gTOwplztCFEPhqo1ffMAIpUk4KxBwdzjPI6LkA==","shasum":"5836f8f1ce3989237046e28d12cbe9f0ca744a98","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.8-SNAPSHOT-2.tgz"}},"1.2.8-SNAPSHOT-3":{"name":"ngx-app-components","version":"1.2.8-SNAPSHOT-3","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"2ff81d75960874d05e687fd973fd115e8dd658a7","_id":"ngx-app-components@1.2.8-SNAPSHOT-3","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-EnKbIaKIQx7jV6bunYbrgqN7LPgyz1QYVnUYB2WBpmDVbcTJv7Yst8HqU3nBDu2WAFvmUTpK3PT7F33g90UKaA==","shasum":"6fb0013739855f29a67fe26cc7dcd87c98ac1eda","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.8-SNAPSHOT-3.tgz"}},"1.2.8-SNAPSHOT-4":{"name":"ngx-app-components","version":"1.2.8-SNAPSHOT-4","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"fb6b1d1b16a8fd35b7663202d1f5c0dc07f9f261","_id":"ngx-app-components@1.2.8-SNAPSHOT-4","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-QzTz0U9cuKMgHs0OxiwQzLQzENatt3jPDtb0DiZtpskABcuqY8HW439XsoBzv5Pdh1lhmc3t0hlATL8AfgHKKg==","shasum":"2decf2fa3eaa2fec615b5383e01dfd7209aa9aae","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.8-SNAPSHOT-4.tgz"}},"1.2.8-SNAPSHOT-5":{"name":"ngx-app-components","version":"1.2.8-SNAPSHOT-5","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"a5149d503b446b65f0702ae1d3c55ae2f3479d8a","_id":"ngx-app-components@1.2.8-SNAPSHOT-5","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-86jjBRlJVQiuqvsd7fqVvacsaPD3pP7wEM9v0aU/O/8OdNcFTVtOlIGnnXcabnyhvGiAQE3zHkX2Al0KKd0XnQ==","shasum":"dc0e598d55b1a03345b9b76a2d0fa04b3ee63dd9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.8-SNAPSHOT-5.tgz"}},"1.2.8":{"name":"ngx-app-components","version":"1.2.8","description":"App Components library","main":"./dist/index.js","typings":"./dist/index.d.ts","publishConfig":{"registry":"https://repository.ncinga.com/nexus/content/repositories/npm-internal/"},"scripts":{"ngc":"ngc -p tsconfig.json","publishPackage":"npm run build && npm publish","build:scss":"node-sass -r src/scss/ -o dist/css/","copy:scss":"copyfiles -u 2 src/scss/* dist/scss/","copy:fonts":"copyfiles -u 3 src/scss/fonts/* dist/scss/fonts/","copy:data":"copyfiles -u 2 src/data/*.json dist/data/","copy:assets":"copyfiles -u 3 src/assets/svg/*.svg dist/assets","build":"rm -rf aot dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts && npm run copy:assets","build:win":"rmdir /s aot && rmdir /s dist && npm run ngc && npm run build:scss && npm run copy:scss && npm run copy:fonts"},"repository":{"type":"git","url":"git+https://nCinga@bitbucket.org/nCinga/app-components.git"},"keywords":[],"author":"","license":"MIT","homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme","devDependencies":{"@angular/animations":"4.0.2","@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","@ionic-native/core":"3.12.1","@types/node":"8.0.26","copy":"0.3.0","copyfiles":"1.2.0","core-js":"2.4.1","css-loader":"0.28.5","ionic-angular":"3.6.0","ionicons":"3.0.0","node-sass":"4.5.3","npm-bundle":"^3.0.3","rxjs":"5.4.0","sw-toolbox":"3.6.0","ts-loader":"^2.0.3","typescript":"2.3.4","zone.js":"0.8.12"},"peerDependencies":{"@angular/common":"4.1.3","@angular/compiler":"4.1.3","@angular/compiler-cli":"4.1.3","@angular/core":"4.1.3","@angular/http":"4.1.3","@angular/platform-browser":"4.1.3","zone.js":"0.8.12"},"dependencies":{"copy":"^0.3.0","materialize-css":"^0.100.2","moment":"^2.24.0","mydaterangepicker":"^4.2.1"},"volta":{"node":"8.17.0"},"readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","readmeFilename":"README.md","gitHead":"1eeaefd2cadddf9d4892423e468f571c7a6adc30","_id":"ngx-app-components@1.2.8","_nodeVersion":"8.17.0","_npmVersion":"6.13.4","_npmUser":{"name":"deployment","email":"yourname@ncinga.com"},"maintainers":[{"name":"deployment","email":"yourname@ncinga.com"}],"dist":{"integrity":"sha512-NxN7/ORajbuSAYGZgTD9VtPVEr6Y7sUBPDJGDz9Ka9JENqT7EOYqXI6YIvumdO3mKe7H2EU1Xy2pbFlRr759jg==","shasum":"8cf8b73cb80333fb1a9d7140ece532abfd0179e8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/ngx-app-components/-/ngx-app-components-1.2.8.tgz"}}},"name":"ngx-app-components","description":"App Components library","readme":"# App components library\n\nThis is a library for building your own reusable Angular2/Ionic2 componets using TypeScript. \nSupports 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 app-components<version>`\n\n## Test module before publishing\n1) run `npm run build` to build the package\n2) go to demo app cd demo/\n3) run `npm install ../app-componets-[version].tgz --save` to install custom module in demo app\n4) do ionic serve in demo app\n\n## npm configure\n1) npm config set @ncinga:<internal registry url>\n2) edit .npmrc in your home directory with given user\n\n### mac os and linux\n1) echo -n 'username:password' | openssl base64\n2) open .npmrc and put bellow\n`init.author.name = Jane Doe\ninit.author.email = jane@example.com\ninit.author.url = http://blog.example.com\n# an email is required to publish npm packages\nemail=jane@example.com\nalways-auth=true\n_auth=<authtoken for user generated by echo>`\n\n## npm link\n1) npm version major|minor|patch\n2) run `npm pack`\n3) npm publish ngx-app-components-<version>.tgz --registry=<internal registry url> --tag=package@<version>\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 { NgAppComponents } from 'ngx-app-components';\n\n@NgModule({\n  declarations: [\n    MyApp,\n    HomePage\n  ],\n  imports: [\n    IonicModule.forRoot(MyApp),\n\n    NgAppComponents // Put your module here\n  ],\n  bootstrap: [IonicApp],\n  entryComponents: [\n    MyApp,\n    HomePage\n  ],\n  providers: [{\n\n  }]\n})\nexport class AppModule {}\n```\n\n#http://repository.ncinga.com/nexus/content/repositories/npm-internal/","time":{"created":"2017-08-29T05:05:49.178Z","modified":"2023-02-01T15:31:59.122Z","1.0.0":"2017-08-29T05:05:49.178Z","1.1.0":"2017-08-29T05:54:12.255Z","1.1.2":"2017-08-30T05:48:38.907Z","1.1.3":"2017-08-30T07:41:05.260Z","1.1.4":"2017-09-02T04:55:52.145Z","1.1.5":"2017-09-03T18:17:10.336Z","1.1.6":"2017-09-07T04:16:27.415Z","1.1.7":"2017-09-07T09:39:11.301Z","1.1.8":"2017-09-10T17:53:05.861Z","1.1.9":"2017-09-11T14:46:51.747Z","1.1.10":"2017-09-14T03:40:46.737Z","1.1.11":"2017-09-23T05:00:47.450Z","1.1.12":"2017-09-23T07:34:25.120Z","1.1.13":"2017-09-23T07:40:43.540Z","1.1.14":"2017-09-23T14:49:30.448Z","1.1.15":"2017-09-24T08:54:59.889Z","1.1.16":"2017-09-25T11:47:06.723Z","1.1.17":"2017-09-25T12:06:37.956Z","1.1.19":"2017-09-26T10:03:16.439Z","1.1.20":"2017-09-28T12:07:56.640Z","1.1.21":"2017-10-01T11:30:35.825Z","1.1.22":"2017-10-31T13:40:06.143Z","1.1.23":"2017-11-01T07:10:03.376Z","1.1.24":"2017-11-01T10:31:07.963Z","1.1.25":"2017-11-07T01:47:42.469Z","1.1.26":"2017-11-08T12:39:12.581Z","1.1.27":"2017-11-17T13:08:38.696Z","1.1.28":"2017-11-18T04:30:10.088Z","1.1.29":"2017-11-18T07:53:28.261Z","1.1.30":"2017-11-18T14:07:05.357Z","1.1.31":"2017-11-18T14:50:22.226Z","1.1.32":"2017-11-18T14:54:59.679Z","1.1.33":"2017-11-18T14:56:19.496Z","1.1.34":"2017-11-18T15:01:14.175Z","1.1.36":"2017-11-18T18:36:18.085Z","1.1.37":"2017-11-19T04:51:54.232Z","1.1.38":"2017-11-19T09:27:43.785Z","1.1.39":"2017-11-19T17:08:17.806Z","1.1.40":"2017-11-20T17:16:41.832Z","1.1.41":"2017-11-27T04:23:30.170Z","1.1.42":"2017-12-13T09:40:39.327Z","1.1.43":"2017-12-14T05:35:12.519Z","1.1.44":"2017-12-18T04:49:10.609Z","1.1.45":"2017-12-18T05:37:42.799Z","1.1.46":"2018-01-15T04:43:40.150Z","1.1.47":"2018-02-07T11:25:58.379Z","1.1.48":"2018-02-07T15:32:17.545Z","1.1.49":"2018-02-08T11:41:43.235Z","1.1.50":"2019-06-04T09:48:26.126Z","1.1.51":"2019-07-22T10:24:15.958Z","1.1.52":"2019-08-21T10:46:44.255Z","1.1.53":"2021-07-19T13:15:10.448Z","1.1.54":"2022-01-11T11:39:45.795Z","1.1.54-snapshot":"2022-01-11T11:45:26.635Z","1.1.55-snapshot":"2022-01-13T08:25:24.729Z","1.1.54-snapshot-1":"2022-01-17T12:02:59.348Z","1.1.55-snapshot-2":"2022-01-17T12:19:57.029Z","1.1.55-snapshot-3":"2022-01-17T12:26:10.323Z","1.1.55-snapshot-4":"2022-01-17T12:34:42.531Z","1.1.55-snapshot-1":"2022-01-18T05:46:32.960Z","1.1.55-snapshot-5":"2022-02-17T10:33:19.430Z","1.1.55-snapshot-6":"2022-02-23T18:40:11.390Z","1.1.55-snapshot-7":"2022-03-11T12:06:27.482Z","1.1.55-snapshot-8":"2022-03-11T21:56:23.283Z","1.2.0":"2022-03-16T09:43:05.060Z","1.2.1-SNAPSHOT":"2022-03-24T08:28:28.579Z","1.2.1-SNAPSHOT-2":"2022-03-25T09:13:09.493Z","1.2.1-SNAPSHOT-3":"2022-03-25T09:25:12.496Z","1.2.1-SNAPSHOT-4":"2022-03-25T09:34:46.213Z","1.2.1-SNAPSHOT-5":"2022-03-25T09:42:29.415Z","1.2.1-SNAPSHOT-6":"2022-03-25T09:53:08.999Z","1.2.1-SNAPSHOT-7":"2022-03-25T10:00:35.835Z","1.2.1-SNAPSHOT-8":"2022-03-25T10:09:43.439Z","1.2.1-SNAPSHOT-9":"2022-03-25T10:23:11.746Z","1.2.1-SNAPSHOT-11":"2022-03-25T10:50:52.522Z","1.2.1-SNAPSHOT-12":"2022-03-28T04:42:01.223Z","1.2.1-SNAPSHOT-13":"2022-03-28T04:51:04.025Z","1.2.1-SNAPSHOT-14":"2022-03-28T04:56:27.054Z","1.2.1-SNAPSHOT-15":"2022-03-28T05:03:17.573Z","1.2.1-SNAPSHOT-16":"2022-03-28T05:31:46.880Z","1.2.1-SNAPSHOT-1":"2022-03-28T07:36:38.559Z","1.2.1":"2022-03-28T14:59:11.038Z","1.2.2-SNAPSHOT-1":"2022-04-04T14:17:22.091Z","1.2.2-SNAPSHOT-2":"2022-04-05T01:57:53.254Z","1.2.2-SNAPSHOT-3":"2022-04-12T08:19:54.605Z","1.2.2-SNAPSHOT-4":"2022-04-12T08:29:24.203Z","1.2.2-SNAPSHOT-5":"2022-04-12T09:01:05.439Z","1.2.2-SNAPSHOT-6":"2022-04-12T09:09:42.432Z","1.3.0-snapshot":"2022-04-12T10:29:00.892Z","1.2.2-SNAPSHOT-7":"2022-04-12T10:41:14.115Z","1.2.2-SNAPSHOT-8":"2022-04-12T10:48:12.427Z","1.3.0-snapshot-1":"2022-04-12T10:51:19.872Z","1.2.2-SNAPSHOT-9":"2022-04-12T10:55:07.362Z","1.2.4":"2022-04-12T10:58:19.633Z","1.2.2-SNAPSHOT-10":"2022-04-12T11:08:52.750Z","1.2.4-SNAPSHOT-1":"2022-04-13T03:46:53.392Z","1.2.4-SNAPSHOT-2":"2022-04-13T03:52:40.536Z","1.2.2-SNAPSHOT-11":"2022-04-19T04:57:24.143Z","1.2.2-SNAPSHOT-12":"2022-04-19T05:09:19.711Z","1.2.2-SNAPSHOT-13":"2022-04-19T05:13:40.970Z","1.2.2-SNAPSHOT-14":"2022-04-19T05:44:37.018Z","1.2.2-SNAPSHOT-15":"2022-04-19T05:52:43.410Z","1.2.2-SNAPSHOT-16":"2022-04-19T06:42:34.277Z","1.2.2-SNAPSHOT-17":"2022-04-19T13:54:48.466Z","1.2.2-SNAPSHOT-18":"2022-04-19T15:19:24.133Z","1.2.2-SNAPSHOT-25":"2022-04-19T15:42:43.474Z","1.2.2-SNAPSHOT-20":"2022-04-20T17:58:38.690Z","1.2.2-SNAPSHOT-21":"2022-04-20T18:58:37.301Z","1.2.2":"2022-04-22T11:46:44.772Z","1.2.3-SNAPSHOT-1":"2022-05-02T11:36:34.972Z","1.2.3-SNAPSHOT-2":"2022-05-02T11:54:57.099Z","1.2.3":"2022-05-06T14:59:51.887Z","1.2.5-snapshot-5":"2022-09-26T14:29:14.187Z","1.2.5-snapshot-6":"2022-09-26T14:32:59.258Z","1.2.5-snapshot-7":"2022-09-26T15:00:31.020Z","1.2.5-snapshot-10":"2022-09-27T04:40:04.569Z","1.2.5-snapshot-11":"2022-09-27T08:45:18.183Z","1.2.5-snapshot-12":"2022-09-27T09:19:09.102Z","1.2.5":"2022-09-27T14:15:58.527Z","1.2.6-SNAPSHOT-1":"2022-11-21T15:36:26.616Z","1.2.6-SNAPSHOT-2":"2022-11-21T15:53:55.353Z","1.2.6-SNAPSHOT-3":"2022-11-21T16:02:29.389Z","1.2.6-SNAPSHOT-4":"2022-11-21T16:08:17.803Z","1.2.6-SNAPSHOT-5":"2022-11-21T16:16:40.382Z","1.2.6":"2022-12-12T07:35:40.498Z","1.2.7-SNAPSHOT-1":"2022-12-27T08:48:20.832Z","1.2.7":"2023-01-02T06:20:07.585Z","1.2.8-SNAPSHOT-1":"2023-01-10T04:57:26.572Z","1.2.8-SNAPSHOT-2":"2023-01-10T05:20:17.337Z","1.2.8-SNAPSHOT-3":"2023-01-10T05:58:56.569Z","1.2.8-SNAPSHOT-4":"2023-01-12T13:24:34.030Z","1.2.8-SNAPSHOT-5":"2023-01-13T15:48:11.958Z","1.2.8":"2023-02-01T15:31:59.122Z"},"homepage":"ttps://nCinga@bitbucket.org/nCinga/app-components#readme"}