You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-30Lines changed: 32 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,37 +5,10 @@ The goal of this project is to enable Angular 12+ support for the original [angu
5
5
This project uses code from https://github.com/designermanjeets/Angular-QueryBuilder
6
6
which in turn is a fork from https://github.com/zebzhao/Angular-QueryBuilder both developed under the MIT License.
7
7
8
-
Please see the original project here:
9
-
10
-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.13.
11
-
12
-
## Development server
13
-
14
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
15
-
16
-
## Code scaffolding
17
-
18
-
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
19
-
20
-
## Build
21
-
22
-
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
23
-
24
-
## Running unit tests
25
-
26
-
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
27
-
28
-
## Running end-to-end tests
29
-
30
-
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
31
-
32
-
## Further help
33
-
34
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
35
-
36
-
37
8
# Examples
38
9
10
+
npm install ngx-angular-query-builder
11
+
39
12
## Basic Usage
40
13
41
14
##### `app.module.ts`
@@ -321,4 +294,33 @@ Directive to replace the default remove single rule button component.
321
294
|`removeRule`|`(rule: Rule) => void`|Function to handle removing a rule|
322
295
323
296
## Dependencies
324
-
- Angular 8+
297
+
- Angular 12+
298
+
299
+
300
+
301
+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.13.
302
+
303
+
## Development server
304
+
305
+
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
306
+
307
+
## Code scaffolding
308
+
309
+
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
310
+
311
+
## Build
312
+
313
+
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
314
+
315
+
## Running unit tests
316
+
317
+
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
318
+
319
+
## Running end-to-end tests
320
+
321
+
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
322
+
323
+
## Further help
324
+
325
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
0 commit comments