JSPM

6-comp-test

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q43730F
  • License MIT

npm test of 6 pixel component

Package Exports

  • 6-comp-test

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 (6-comp-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

6px Angular Module Starter

A start for Angular modules

This uses systemjs. Below add the module to your mapping.

map: {
  app: 'app',
  // angular bundles
  ...
  '6-comp-test': 'node_modules/6-comp-test/bundles/angular-module-starter.umd.js'
}

Then add this to your app module.

import { AngularModuleStarterModule } from '6-comp-test';

Credits

This project is basically a stripped down version of angular-async-local-storage by https://github.com/cyrilletuzi. In his blog he explains how to build a decent Angular module: https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464#.9y88ipdk7

License

MIT