@@ -68,7 +68,7 @@ In order to generate code based on the available schematics, the following steps
68681 . Install [ node] ( https://nodejs.org/en/ ) (LTS version).
6969
70702 . 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
7373For more info on schematics, use the following command:
7474
@@ -92,7 +92,7 @@ cd demo-schematic
92923 . 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
98984 . 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
233233The 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
271271The 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