Skip to content

Commit

Permalink
docs(demo): add todo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed May 1, 2024
1 parent 241f7a6 commit ddfcba7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/mat-datatable-demo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,12 @@ bootstrapApplication(AppComponent, {
]
})
.catch(err => console.error(err));

// TODO 'withInterceptorsFromDi' see following comment
/**
* Includes class-based interceptors configured using a multi-provider in the current injector into
* the configured `HttpClient` instance.
*
* Prefer `withInterceptors` and functional interceptors instead, as support for DI-provided
* interceptors may be phased out in a later release.
*/

0 comments on commit ddfcba7

Please sign in to comment.