Skip to content

Commit

Permalink
Shows versions of angular supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Core121 committed Dec 20, 2022
1 parent 93e4472 commit ca3a289
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.3.0 (2022-12-20)
### New features
* Supports previewOnly tag, allowing for the print preview to show without the print dialog
### Dependency Updates
* Angular Ivy support with Angular 15

# 1.1.0 (2018-12-04)
### New features
* Support styles (CSS) ([#5](https://github.com/selemxmn/ngx-print/issues/5)) ([71cefdf](https://github.com/selemxmn/ngx-print/commit/71cefdf))
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# ngx-print : *plug n' play Angular (2++) directive to print your stuff*
This directive makes printing your HTML sections smooth and easy in your Angular application. It is inspired from the old [AngularJS ngPrint](https://github.com/gilf/ngPrint) directive, thus it is intendend to be used with the new Angular -2/4/5/6/7-... ***Enjoy ! contributions are so welcomed :)***

## Dependencies
| ngx-print | Angular |
| ------------ | ------------ |
| 1.2.1 | 7.0.0 - 14.1.0 |
| 1.3.x | 15.0.0 |
## Setup

**1-** In your root application folder run:
Expand Down

0 comments on commit ca3a289

Please sign in to comment.