@ngcx/contrib
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Overview

This project aims to provide reusable solutions for Angular projects.

Getting Started

Try it out

  1. ng new sample-project; cd sample-project
  2. npm i @ngcx/contrib

app.module.ts

import { HeaderModule } from '@ngcx/contrib';
// ...
imports: [ HeaderModule ]

app.component.html

<app-header>I'm Contributing!</app-header>

Publishing

specify exports

  1. Export the item(s) (e.g. components, pipes, services) to be made available from ./public_api.ts

publish to npm

  1. npm version patch to increment the version (more info)
  2. npm run packagr to generate the npm package
  3. npm publish dist --access public to publish (more info)

tag the release

  1. git tag <version>
  2. git push --tags

What's Available

coming soon

Contributing

If you'd like to contribute to this project, reach out to Adam Clark.

Dependencies

Readme

Keywords

Package Sidebar

Install

npm i @ngcx/contrib

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

14.9 kB

Total Files

16

Last publish

Collaborators

  • adamclerk
  • yharnam