Skip to content

Commit 1c3f720

Browse files
committed
Update documentation
1 parent 6c824b3 commit 1c3f720

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/ng-generate/components/card/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ schematics ../<folder of the scheamtics project>/src/collection.json:i18n --dry-
234234
ng generate @esmf/semantic-ui-schematics:i18n --dry-run=false
235235
```
236236

237-
This command will install in demo project :
237+
This command will install in demo project the following libraries: "@ngneat/transloco": "^6.x", "ngx-i18n-combine": "^1.x"
238+
And the translation file will be generated: en.movement-form.translation.json
238239

239240
## Export functionality
240241

src/ng-generate/components/form/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ schematics ../<folder of the scheamtics project>/src/collection.json:i18n --dry-
259259
ng generate @esmf/semantic-ui-schematics:i18n --dry-run=false
260260
```
261261

262-
This command will install in demo project the following libraries: "@ngx-translate/core": "~15.0.0", "@ngx-translate/http-loader": "~8.0.0","ngx-i18n-combine": "~1.1.0"
262+
This command will install in demo project the following libraries: "@ngneat/transloco": "6.x", "ngx-i18n-combine": "^1.x"
263263
And the translation file will be generated: en.movement-form.translation.json
264264

265265
## Pre-load config file
@@ -545,4 +545,4 @@ export class AppComponent implements OnInit {
545545
});
546546
}
547547
}
548-
```
548+
```

src/ng-generate/components/table/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ schematics ../<folder of the scheamtics project>/src/collection.json:i18n --dry-
234234
ng generate @esmf/semantic-ui-schematics:i18n --dry-run=false
235235
```
236236

237-
This command will install in demo project :
237+
This command will install in demo project the following libraries: "@ngneat/transloco": "6.x", "ngx-i18n-combine": "^1.x"
238+
And the translation file will be generated: en.movement-form.translation.json
238239

239240
## Export functionality
240241

0 commit comments

Comments
 (0)