Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 19, 2024
1 parent 1837509 commit 5823b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If the projects requires translations, then install [\{TRANSLOCO\}](https://ngne
Configure project:

```bash
ng add @ngneat/transloco
npx ng add @ngneat/transloco
# On an nx workspace
nx g @ngneat/transloco:ng-add
```
Expand All @@ -64,7 +64,7 @@ Lets install the schematics to configure and add the design system to an Angular
Install the library using Angular CLI:

```bash
ng add @baloise/ds-devkit
npx ng add @baloise/ds-devkit
# On an nx workspace
nx g @baloise/ds-devkit:ng-add
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ npm add -D -E @baloise/ds-devkit
2. **Angular Schematics Script:** Rename the packages by simply run the following command in your project's root directory:

```bash
ng generate @baloise/ds-devkit:up16
npx ng generate @baloise/ds-devkit:up16
```

3. **Verify the Changes:** Once the script has run, review the changes to ensure everything has been updated correctly. It's a good practice to check the git diff if your project is version-controlled.
Expand Down

0 comments on commit 5823b14

Please sign in to comment.