@odx/angular 5.2.1 → 5.2.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @odx/angular
2
2
 
3
+ ## 5.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7f8f867: Removed storybook uikitmodule paragraph
8
+
3
9
  ## 5.2.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -26,18 +26,6 @@ Entry points:
26
26
  - `@odx/angular/rxjs` - Collection of useful rxjs operators
27
27
  - `@odx/angular/utils` - Collection of useful utilities for angular application development
28
28
 
29
- #### UiKitModule
30
-
31
- It's recommended to create a `UiKitModule` and re-export the `CoreModule` and all the components that are needed throughout the application.
32
-
33
- ```ts
34
- @NgModule({
35
- exports: [CoreModule, ButtonComponent, IconComponent, ...]
36
- })
37
- export class UiKitModule {
38
- }
39
- ```
40
-
41
29
  ### Live demo ⭐
42
30
 
43
31
  Please refer to our [**Storybook**](https://app-odx-storybook-release-weu.azurewebsites.net/), to see the components in action and to get further information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/angular",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {