diff --git a/docs/framework/angular/devtools.md b/docs/framework/angular/devtools.md
index b2d8e3c836..394522855d 100644
--- a/docs/framework/angular/devtools.md
+++ b/docs/framework/angular/devtools.md
@@ -29,7 +29,7 @@ Floating Mode will mount the devtools as a fixed, floating element in your app a
Place the following code as high in your Angular app as you can. The closer it is to the root of the page, the better it will work!
-```ts
+```angular-ts
import { AngularQueryDevtools } from '@tanstack/angular-query-devtools-experimental'
import { Component } from '@angular/core';
diff --git a/docs/framework/angular/guides/background-fetching-indicators.md b/docs/framework/angular/guides/background-fetching-indicators.md
index cae36e009d..5ad6ee3ef4 100644
--- a/docs/framework/angular/guides/background-fetching-indicators.md
+++ b/docs/framework/angular/guides/background-fetching-indicators.md
@@ -6,7 +6,7 @@ ref: docs/framework/react/guides/background-fetching-indicators.md
[//]: # 'Example'
-```ts
+```angular-ts
@Component({
selector: 'posts',
template: `
@@ -39,7 +39,7 @@ export class TodosComponent {
[//]: # 'Example'
[//]: # 'Example2'
-```ts
+```angular-ts
import { injectIsFetching } from '@tanstack/angular-query-experimental'
@Component({
diff --git a/docs/framework/angular/guides/disabling-queries.md b/docs/framework/angular/guides/disabling-queries.md
index 39b5408586..a57ac39728 100644
--- a/docs/framework/angular/guides/disabling-queries.md
+++ b/docs/framework/angular/guides/disabling-queries.md
@@ -7,7 +7,7 @@ replace: { 'useQuery': 'injectQuery' }
[//]: # 'Example'
-```ts
+```angular-ts
@Component({
selector: 'todos',
template: `