@quadrel-enterprise-ui/qdc-cards 19.0.3 → 19.0.4

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,6 @@ npm i @quadrel-enterprise-ui/qdc-card
23
23
  Import the module and drop the component in your template.
24
24
 
25
25
  ```ts
26
- // app.module.ts
27
26
  import { QdcCardLayoutModule } from "@quadrel-enterprise-ui/qdc-card";
28
27
 
29
28
  @NgModule({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quadrel-enterprise-ui/qdc-cards",
3
- "version": "19.0.3",
3
+ "version": "19.0.4",
4
4
  "description": "Library for loading dynamic and static translation files",
5
5
  "publishConfig": {
6
6
  "access": "public"