Skip to content

Commit df2a530

Browse files
authored
Update README.md
1 parent 8fc80ee commit df2a530

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
- [Pre-load config file](#pre-load-config-file)
2828
- [Skip Installation](#skip-install)
2929
- [Overwrite](#overwrite)
30-
- [Add material css theme](#Add material css theme)
31-
- [Set View Encapsulation strategy](#Set View Encapsulation strategy)
30+
- [Add material css theme](#Add-material-css-theme)
31+
- [Set View Encapsulation strategy](#Set-View-Encapsulation-strategy)
3232
- [Documentation](#documentation)
3333
- [License](#license)
3434

@@ -75,9 +75,9 @@ In order to generate code based on the available schematics, the following steps
7575
1. Install [node](https://nodejs.org/en/) (LTS version).
7676

7777
2. Schematics are part of the Angular ecosystem so angular-cli must be installed by running this command in a terminal:
78-
`npm install -g @angular/cli@14`
78+
`npm install -g @angular/cli@16`
7979

80-
3. Run `npm install -g @angular-devkit/schematics-cli@14` in a terminal.
80+
3. Run `npm install -g @angular-devkit/schematics-cli@16` in a terminal.
8181

8282
For more info on schematics, use the following command:
8383

@@ -101,7 +101,7 @@ cd demo-schematic
101101
3. run (if not already installed):
102102

103103
```bash
104-
npm install -g @angular-devkit/schematics-cli@14
104+
npm install -g @angular-devkit/schematics-cli@16
105105
```
106106

107107
4. Optionally add some .ttl files in the same folder in order to use in the schema generation process. The schematic

0 commit comments

Comments
 (0)