1.1.16 • Published 5 years ago

ng2-query-input v1.1.16

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Angular 2 Query-Input

This project provides text-inputs for custom search queries. A query can have multiple arguments with each having a "search-category" and an assigned value. Queries have the following syntax:

<CategoryName1>: <Value1> <CategoryName2>: <Value2>

Installation

Install via npm package manager using the following command:

npm install ng2-query-input --save

Add it to your module by importing it and adding it to the import-section

import { QueryInputModule } from 'ng2-query-input/ng2-query-input';
@NgModule({
  declarations: [
    ...
  ],
  imports: [
    ...,
    QueryInputModule
  ]
})
export class ... { }

Usage

Documentation still left to do. Have a look at the example implementation in /src/example-app/

You can find the working example here: http://www.fabian-scheidt.de/projects/ng2-query-input/

License

The MIT License (see the LICENSE file for the full text)

1.1.16

5 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago