Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
czeckd committed Nov 21, 2024
1 parent ae330ce commit 1c0a145
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Angular SVG Icon
=========

The **angular-svg-icon** is an Angular 18 service and component that provides a
The **angular-svg-icon** is an Angular 19 service and component that provides a
means to inline SVG files to allow for them to be easily styled by CSS and code.

The service provides an icon registery that loads and caches a SVG indexed by
Expand All @@ -21,13 +21,14 @@ $ npm i angular-svg-icon --save

## Versions

The latest version of the package is for Angular 18.
The latest version of the package is for Angular 19.

:grey_exclamation: **BREAKING CHANGE**: as of [email protected], the package was converted to use
`inject` and `signal` from `@common/core` for improved performance. Thus method calls that are inputs
should be avoided. Inputs are now signal inputs.

**Note on earlier versions of Angular:**
- For Angular 18, use [email protected]
- For Angular 17, use [email protected]
- For Angular 16, use [email protected]
- For Angular 15, use [email protected]
Expand Down

0 comments on commit 1c0a145

Please sign in to comment.