1.1.0 • Published 6 years ago

@rocketloop/ng-rocketparts v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Rocket Parts

Build Status npm version

A collection of useful and battle-tested single-prupose Angular components that get things done.

Getting Started

Rocket Parts can be installed using NPM:

npm install --save @rocketloop/ng-rocketparts

Once installed you need to import our main module:

import { NgRocketPartsModule } from '@rocketloop/ng-rocketparts';

@NgModule({
  ...
  imports: [ NgRocketPartsModule, ... ],
  ...
})
export class YourAppModule {
	...
}

Roadmap

  • Number Input Component
  • Dynamic Table Component