Skip to content

Commit

Permalink
Update to angular v13
Browse files Browse the repository at this point in the history
  • Loading branch information
kzimny committed Dec 13, 2021
1 parent d031a39 commit 9ddf141
Show file tree
Hide file tree
Showing 6 changed files with 4,608 additions and 4,155 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aot/*
lib/*
dist/*
node_modules/*
npm-debug.log
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati
* Include CKEditor javascript files in your application :

```
<script src="https://cdn.ckeditor.com/4.16.1/full-all/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/4.17.1/full-all/ckeditor.js"></script>
```

* Install ng2-ckeditor
Expand Down
6 changes: 6 additions & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"lib": {
"entryFile": "./src/index.ts"
}
}
Loading

0 comments on commit 9ddf141

Please sign in to comment.