@nova-design-system/nova-angular 3.0.0-beta.40 → 3.0.0-beta.41
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Nova Components Angular (Angular 17 and below)
|
|
2
2
|
|
|
3
|
-
> If you are using **Angular 18**, please use
|
|
3
|
+
> If you are using **Angular 18**, please use [@nova-design-system/nova-angular-18](https://www.npmjs.com/package/@nova-design-system/nova-angular-18). For **Angular 19**, use [@nova-design-system/nova-angular-19](https://www.npmjs.com/package/@nova-design-system/nova-angular-19).
|
|
4
4
|
|
|
5
5
|
**Nova Components Angular** allows you to integrate Nova's native UI elements into your Angular applications. It provides flexibility in usage with both standalone components and module-based setups. This guide will walk you through the necessary steps for setting up and using Nova Components in your Angular project.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-angular",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.41",
|
|
4
4
|
"description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
|
|
5
5
|
"author": "Elia Group",
|
|
6
6
|
"homepage": "https://nova.eliagroup.io",
|