Skip to content

Commit 7ca1f72

Browse files
authored
docs(examples): clean up angular README package manager commands (#10306)
1 parent afb5812 commit 7ca1f72

11 files changed

Lines changed: 22 additions & 22 deletions

File tree

examples/angular/auto-refetching/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/basic-persister/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/basic/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/devtools-panel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/infinite-query-with-max-pages/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/optimistic-updates/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/pagination/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/query-options-from-a-service/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/router/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

examples/angular/rxjs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To run this example:
44

5-
- `npm install` or `yarn` or `pnpm i` or `bun i`
6-
- `npm run start` or `yarn start` or `pnpm start` or `bun start`
5+
- `pnpm install`
6+
- `pnpm start`

0 commit comments

Comments
 (0)