@rocketloop/ng-rocketparts
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @rocketloop/ng-rocketparts

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

70.6 kB

Total Files

23

Last publish

Collaborators

  • erzaehlsalex
  • flore2003