Skip to content

Commit 0cb4968

Browse files
authored
Merge pull request raysuelzer#11 from raysuelzer/feature/angular-14-upgrade
Angular 14 Update
2 parents 31ed61c + 3d775b8 commit 0cb4968

File tree

11 files changed

+17518
-8895
lines changed

11 files changed

+17518
-8895
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

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,5 @@
138138
}
139139
}
140140
}
141-
},
142-
"defaultProject": "ngx-angular-query-builder"
141+
}
143142
}

0 commit comments

Comments
 (0)