@raphy/ngx-equalizer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

ngx-equalizer

npm Package Quality Travis Coveralls npm MIT licensed

A library to equalize height and width of elements with Angular4+

Table of contents

Installation

npm install --save ngx-equalizer

Once installed you need to import our main module:

import { EqualizerModule } from 'ngx-equalizer';

The only remaining part is to list the imported module in your application module.

@NgModule({
  declarations: [AppComponent, ...],
  imports: [EqualizerModule.forRoot(), ...],
  bootstrap: [AppComponent]
})
export class AppModule {
}

Contributing

  • Before adding any new feature or a fix make sure to open an issue first!

Make sure you have angular-cli & karma installed globally.

$ npm install -g angular-cli karma

Clone the project, and install dependencies.

$ git clone https://github.com/raphy/ngx-equalizer.git
$ npm install

Create a new branch

$ git checkout -b feat/someFeature

Add tests & make sure everything is running properly

$ npm test

Commit & push, and make a pull request!

Package Sidebar

Install

npm i @raphy/ngx-equalizer

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

155 kB

Total Files

42

Last publish

Collaborators

  • raphy