Skip to content

Commit 8fff654

Browse files
authored
docs(angular-query): run prettier on quickstart (#6782)
1 parent e726e69 commit 8fff654

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/framework/angular/quick-start.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ If you're looking for a fully functioning example, please have a look at our [ba
1212
### Provide the client to your App
1313

1414
```ts
15-
import {provideHttpClient} from '@angular/common/http';
16-
import {provideAngularQuery, QueryClient} from '@tanstack/angular-query-experimental'
15+
import { provideHttpClient } from '@angular/common/http'
16+
import {
17+
provideAngularQuery,
18+
QueryClient,
19+
} from '@tanstack/angular-query-experimental'
1720

1821
bootstrapApplication(AppComponent, {
1922
providers: [provideHttpClient(), provideAngularQuery(new QueryClient())],

0 commit comments

Comments
 (0)