You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/documentation/src/app/stories/docs/differences.mdx
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
import {Meta} from"@storybook/addon-docs";
1
+
import {Meta} from'@storybook/addon-docs';
2
2
3
3
<Metatitle="Difference from underlying library" />
4
4
@@ -19,7 +19,6 @@ Every event name will be transformed to the schema `ui5${pascalCase(originalEven
19
19
the event name will be `ui5SelectedDatesChange`. In most cases, you will not have to think about it, since all the properties and outputs are typed for Angular users and your IDE will give you autocompletion
20
20
for all of them.
21
21
22
-
23
22
### Component imports
24
23
25
24
In `@ui5/webcomponents` in order to use the component, you should import it as needed, but in `@ui5/webcomponents-ngx` you can import components as a module, as well as standalone components.
@@ -28,11 +27,13 @@ The standalone components are exported from their respective directories, so you
These components can be used as standard standalone components, or if you want to import all the components that are in for example `main` package, you can do it like this:
0 commit comments