Package Exports
- @santech/angular-ionic
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@santech/angular-ionic) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@santech/angular-ionic
@santech/angular-ionic is a npm module that exports common ionic directives of the santech assets
Prerequisites
You need to have globally installed:
- node 9.x.x
- npm 5.x.x
- yarn 1.x.x
Development
Install all the dependencies
yarnLaunch tests
yarn testBuild the package
yarn buildPublish the package
npm publish dist.tgzRequire package in your project
npm i @santech/angular-ionic -SImport module
import { SantechIonicModule } from '@santech/angular-ionic';
@NgModule({
imports: [
SantechIonicModule,
],
})
export class AppModule { }