@ng-icons/ionicons 18.0.2 → 19.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Got suggestions for additional iconsets? Create an issue and we can consider add
|
|
|
32
32
|
| 11.x.x | 12.x.x |
|
|
33
33
|
| 12.x.x | 12.x.x - 13.x.x |
|
|
34
34
|
| 13.x.x | 13.x.x - 17.x.x |
|
|
35
|
-
| 14.x.x | 17.x.x -
|
|
35
|
+
| 14.x.x | 17.x.x - 19.x.x |
|
|
36
36
|
|
|
37
37
|
> Note: Ng Icons relies on modern browser features and is designed to work on evergreen browsers. We do not support older browsers such as IE11.
|
|
38
38
|
|
|
@@ -112,7 +112,7 @@ You can then use the icon in your templates:
|
|
|
112
112
|
As of version 18.0.0 Ng Icons nows supports standalone components. You can import icons using the `provideIcons` function which can be placed anywhere you can register providers. The optimal location
|
|
113
113
|
would be in the `@Component` providers array.
|
|
114
114
|
|
|
115
|
-
You can also import the component directly by importing `NgIconComponent
|
|
115
|
+
You can also import the component directly by importing `NgIconComponent` or the `NG_ICON_DIRECTIVES` constant.
|
|
116
116
|
|
|
117
117
|
```ts
|
|
118
118
|
import { NgIconComponent, provideIcons } from '@ng-icons/core';
|