Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
feat: upgrade to angular 9
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires angular 9
  • Loading branch information
scttcper committed Feb 8, 2020
1 parent 3035ded commit 5078306
Show file tree
Hide file tree
Showing 6 changed files with 3,568 additions and 2,747 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ Based on [droppable.js](https://github.com/lifenautjoe/droppable)

Demo: https://ngx-droppable.netlify.com/

## Dependencies

Latest version available for each version of Angular

| @ctrl/ngx-codemirror | Angular |
| -------------------- | ------- |
| 2.0.1 | 8.x |
| current | >= 9.x |


## Install
```sh
npm install @ctrl/ngx-droppable
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -41,7 +41,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
Loading

0 comments on commit 5078306

Please sign in to comment.