@ebrains/angular 0.7.0-alpha.0 → 0.8.0-alpha.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 +3 -3
- package/esm2022/generated/components.mjs +209 -138
- package/fesm2022/ebrains-angular.mjs +208 -135
- package/fesm2022/ebrains-angular.mjs.map +1 -1
- package/generated/components.d.ts +97 -119
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# angular
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The package provides Angular target wrappers for Stencil output, allowing for seamless integration of Stencil components into Angular projects. It simplifies the process of incorporating web components in Angular, ensuring a smooth and efficient development experience.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Usage
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
More information about importing and using the package can be found currently in the WIP [https://design-dev.ebrains.eu/ui-components/](EBRAINS Design System).
|