File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
75751 . Install [ node] ( https://nodejs.org/en/ ) (LTS version).
7676
77772 . 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
8282For more info on schematics, use the following command:
8383
@@ -101,7 +101,7 @@ cd demo-schematic
1011013 . 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
1071074 . Optionally add some .ttl files in the same folder in order to use in the schema generation process. The schematic
You can’t perform that action at this time.
0 commit comments