Skip to content

Commit

Permalink
#49 Angular 13
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Feb 11, 2022
1 parent aa3d595 commit a0d269c
Show file tree
Hide file tree
Showing 8 changed files with 14,919 additions and 8,440 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db
/.angular/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is basically an Angular-wrapper for [kjua](https://github.com/lrsjng/kjua)
To install this package, run:

```bash
npm install ngx-kjua --save
npm i ngx-kjua kjua-svg --save
```

Then import it into your Angular `AppModule`:
Expand Down
5 changes: 1 addition & 4 deletions ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"lib": {
"entryFile": "src/public_api.ts"
},
"whitelistedNonPeerDependencies": [
"kjua"
]
}
}
Loading

0 comments on commit a0d269c

Please sign in to comment.