@scania/tegel-angular-17 1.8.2 → 1.9.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 CHANGED
@@ -4,7 +4,7 @@
4
4
  ![npm](https://img.shields.io/npm/v/%40scania%2Ftegel-angular-17)
5
5
 
6
6
  # @scania/tegel-angular-17
7
- This is a ongoing project with the purpose to simplify the integration of Tegel in Angular apps.
7
+ This is an ongoing project with the purpose to simplify the integration of Tegel in Angular apps.
8
8
 
9
9
  This guide [here](https://stenciljs.com/docs/angular) has served as base for the configuration.
10
10
 
@@ -17,13 +17,13 @@ The design system supports the design and development of digital solutions at Sc
17
17
  ## Installation
18
18
 
19
19
 
20
- 1. Run `npm install @scania/tegel-angular`
20
+ 1. Run `npm install @scania/tegel-angular-17`
21
21
  2. In your root module (app.component.ts) import the `TegelModule`:
22
22
 
23
23
  ```ts
24
24
  import { Component } from '@angular/core';
25
25
  import { RouterOutlet } from '@angular/router';
26
- import { TegelModule } from '@scania/tegel-angular';
26
+ import { TegelModule } from '@scania/tegel-angular-17';
27
27
 
28
28
  @Component({
29
29
  selector: 'app-root',