Skip to content

Commit

Permalink
docs(angular-query): run prettier on quickstart (TanStack#6782)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoud-dv authored Jan 27, 2024
1 parent e726e69 commit 8fff654
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/framework/angular/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ If you're looking for a fully functioning example, please have a look at our [ba
### Provide the client to your App

```ts
import {provideHttpClient} from '@angular/common/http';
import {provideAngularQuery, QueryClient} from '@tanstack/angular-query-experimental'
import { provideHttpClient } from '@angular/common/http'
import {
provideAngularQuery,
QueryClient,
} from '@tanstack/angular-query-experimental'

bootstrapApplication(AppComponent, {
providers: [provideHttpClient(), provideAngularQuery(new QueryClient())],
Expand Down

0 comments on commit 8fff654

Please sign in to comment.