Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 806 Bytes

File metadata and controls

34 lines (24 loc) · 806 Bytes

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