# 6-comp-test

> npm test of 6 pixel component

Latest version **1.0.1** (published 2017-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install 6-comp-test
pnpm add 6-comp-test
yarn add 6-comp-test
bun add 6-comp-test
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-12-17 |
| First published | 2017-08-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jason Jacobson |
| Maintainers | jdesign_jason |
| Keywords | angular |

## Links

- npm: https://www.npmjs.com/package/6-comp-test
- Repository: https://github.com/xjdesigns/6CompTest
- Issues: https://github.com/xjdesigns/6CompTest/issues
- npm.io page: https://npm.io/package/6-comp-test

## Recent versions

- 1.0.1 (latest) — 2017-12-17
- 1.0.0 — 2017-08-27

## README

# 6px Angular Module Starter

> A start for Angular modules

This uses systemjs. Below add the module to your mapping.
``` javascript
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.
```javascript
import { AngularModuleStarterModule } from '6-comp-test';
```

## Credits

This project is basically a stripped down version of
[angular-async-local-storage](https://github.com/cyrilletuzi/angular-async-local-storage)
by [https://github.com/cyrilletuzi](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](https://medium.com/@cyrilletuzi/how-to-build-and-publish-an-angular-module-7ad19c0b4464#.9y88ipdk7)

## License

MIT

---
_Source: https://npm.io/package/6-comp-test · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
