File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/angular/with-devtools/src/app
packages/angular-devtools/provider Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { ApplicationConfig , provideBrowserGlobalErrorListeners } from '@angular/core'
2- import { withDevtools } from '@tanstack/angular-devtools/provider'
2+ import { provideTanStackDevtools } from '@tanstack/angular-devtools/provider'
33
44export const appConfig : ApplicationConfig = {
55 providers : [
66 provideBrowserGlobalErrorListeners ( ) ,
7- withDevtools ( ( ) => ( {
7+ provideTanStackDevtools ( ( ) => ( {
88 plugins : [
99 {
1010 name : 'Custom devtools' ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export type WithDevtoolsOptions = {
5757 deps ?: Array < any >
5858}
5959
60- export function withDevtools (
60+ export function provideTanStackDevtools (
6161 withDevtoolsFn : WithDevtoolsOptionsFn ,
6262 options : WithDevtoolsOptions = { } ,
6363) : EnvironmentProviders {
You can’t perform that action at this time.
0 commit comments