Skip to content

Commit 8ac0462

Browse files
authored
Feature/angular 13 (raysuelzer#10)
* Change log * bump peer deps * package lock * ang 13 upgrade part 1 * angular 13 material * Version 13
1 parent 31ed61c commit 8ac0462

File tree

7 files changed

+16178
-7584
lines changed

7 files changed

+16178
-7584
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ chrome-profiler-events*.json
3131
.history/*
3232

3333
# misc
34+
/.angular/cache
3435
/.sass-cache
3536
/connect.lock
3637
/coverage

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ The goal of this project is to enable Angular 12+ support for the original [angu
44

55
This project uses code from https://github.com/designermanjeets/Angular-QueryBuilder a fork of https://github.com/zebzhao/Angular-QueryBuilder both developed under the MIT License.
66

7+
# Versions
8+
9+
Use the following versions depending upon your angular version
10+
11+
Angular 12 & 13 - Versions ^0.0.5
12+
Angular 13 - Versions 13.x.x
13+
Angular 14 - Versions 14.x.x
14+
715
# Examples
816

917
npm install ngx-angular-query-builder

0 commit comments

Comments
 (0)