3.0.2 • Published 5 years ago

ngx-query-toolbar v3.0.2

Weekly downloads
21
License
-
Repository
-
Last release
5 years ago

About

Ngx-query component toolbar.

Installation

Install through npm:

npm install --save ngx-query-toolbar

Then include in your apps module:

import { NgModule } from '@angular/core';
import { NgxQueryToolbarModule } from 'ngx-query-toolbar';

@NgModule({
  imports: [
    NgxQueryToolbarModule.forRoot()
  ]
})
export class MyModule {}

Finally use in one of your apps components:

import { Component } from '@angular/core';

@Component({
  template: '<ngx-query-toolbar #ngxQueryToolbar [ngxQuery]="ngxQuery"></ngx-query-toolbar>'
})
export class MyComponent {}
3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago