Skip to content

Commit

Permalink
Merge pull request #2 from ngxpert/feature/ng-update-17
Browse files Browse the repository at this point in the history
Feature/ng update 17
  • Loading branch information
shhdharmen authored Apr 21, 2024
2 parents a8c8503 + 24d732d commit ff585fd
Show file tree
Hide file tree
Showing 39 changed files with 7,535 additions and 8,044 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ testem.log
# System files
.DS_Store
Thumbs.db

.nx
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Demo and examples: [ngxpert.github.io/cmdk](https://ngxpert.github.io/cmdk)

## Compatibility with Angular Versions

| @ngxpert/cmdk | Angular |
| -- | -- |
| 1.x | >=16 |
| @ngxpert/cmdk | Angular |
| ------------- | -------- |
| 1.x | >=16 <17 |
| 2.x | >=17 |

<details>
<summary>For older versions</summary>
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "cmdk:build:production"
"buildTarget": "cmdk:build:production"
},
"development": {
"browserTarget": "cmdk:build:development"
"buildTarget": "cmdk:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cmdk:build"
"buildTarget": "cmdk:build"
}
},
"test": {
Expand Down
Binary file modified assets/ngxpert cmdk cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ff585fd

Please sign in to comment.