-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] | ||
|