@swisspost/design-system-components-angular 10.0.0-next.54 → 10.0.0-next.56
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
CHANGED
|
@@ -18,7 +18,7 @@ npm install @swisspost/design-system-components-angular
|
|
|
18
18
|
|
|
19
19
|
In your `app.config.ts` file, add the provider:
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
````typescript
|
|
22
22
|
// Other imports ....
|
|
23
23
|
import { providePostComponents } from '@swisspost/design-system-components-angular';
|
|
24
24
|
|
|
@@ -44,7 +44,7 @@ import { PostIcon, PostButton } from '@swisspost/design-system-components-angula
|
|
|
44
44
|
imports: [PostIcon, PostButton]
|
|
45
45
|
})
|
|
46
46
|
export class MyComponent {}
|
|
47
|
-
|
|
47
|
+
````
|
|
48
48
|
|
|
49
49
|
```
|
|
50
50
|
|
|
@@ -63,3 +63,4 @@ In order to keep our community open and inclusive, we expect you to read and fol
|
|
|
63
63
|
Software contained in this repository is published by the Swiss Post Ltd. under the [Apache 2.0 License](./LICENSE).
|
|
64
64
|
|
|
65
65
|
© 2024 Swiss Post, Ltd.
|
|
66
|
+
```
|