Skip to content

Commit d5f8dc6

Browse files
committed
Update README.md
1 parent bfd2d41 commit d5f8dc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In order to generate code based on the available schematics, the following steps
6868
1. Install [node](https://nodejs.org/en/) (LTS version).
6969

7070
2. Schematics are part of the Angular ecosystem so angular-cli must be installed by running this command in a terminal:
71-
Run `npm install -g @angular/cli@16`
71+
Run `npm install -g @angular/cli@17`
7272

7373
For more info on schematics, use the following command:
7474

@@ -92,7 +92,7 @@ cd demo-schematic
9292
3. run (if not already installed):
9393

9494
```bash
95-
npm install -g @angular-devkit/schematics-cli@16
95+
npm install -g @angular-devkit/schematics-cli@17
9696
```
9797

9898
4. Optionally add some .ttl files in the same folder in order to use in the schema generation process. The schematic
@@ -231,7 +231,7 @@ export interface SpatialPosition {
231231
## The _table_ schematics
232232

233233
The table schematics can be used for table generation. This is achieved by using the table provided in
234-
the [angular material package](https://v16.material.angular.io/components/table/overview).
234+
the [angular material package](https://v17.material.angular.io/components/table/overview).
235235

236236
### Features provided by the schematics table
237237

@@ -269,7 +269,7 @@ the [angular material package](https://v16.material.angular.io/components/table/
269269
## The _card_ schematics
270270

271271
The card schematics can be used for card generation. This is achieved by using the card provided in
272-
the [angular material package](https://v16.material.angular.io/components/card/overview).
272+
the [angular material package](https://v17.material.angular.io/components/card/overview).
273273

274274
### Features provided by the schematics card
275275

0 commit comments

Comments
 (0)