2.0.1 • Published 4 years ago

aafilter v2.0.1

Weekly downloads
153
License
-
Repository
-
Last release
4 years ago

N|Solid

Filter Module

Filter module built with Angular 6 and angular material

Requirements

Angular material:

  • Alternative 1: Install with Angular CLI ng add @angular/material
  • Alternative 2: Install with NPM / Yarn https://material.angular.io/guide/getting-started

Getting started

  1. In your application npm i aafilter
  2. Add FilterModule to the imports in app.module.ts
    e.g. app.module.ts

     import { BrowserModule } from '@angular/platform-browser';  
     import { NgModule } from '@angular/core';  
     import { BrowserAnimationsModule } from '@angular/platform-browser/animations';  
     import { AppComponent } from './app.component';  
     import {AafilterModule} from 'aafilter2';
    
     @NgModule({  
      declarations: [  
        AppComponent,  
      ],  
      imports: [  
        BrowserModule,  
        BrowserAnimationsModule,  
        AafilterModule,  
      ],  
      providers: [],  
      bootstrap: [AppComponent]  
    })  
    export class AppModule { }
  3. Add directive <aa-filter></aa-filter> to the component template where you want to use the filter

Directive properties

NameDescription
@Input() endpoint: stringEndpoint to make queries
@Input() cardEndpoint: stringEndpoint to get card dimensions
@Input() dimensions: stringCard dimensions
2.0.1

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago