refactor(docs-infra): removed unused imports (#62441)

Cleans up instances of unused imports in a few shared docs components.

PR Close #62441
This commit is contained in:
Shuaib Hasan Akib
2025-07-03 01:45:14 +06:00
committed by Jessica Janiuk
parent a4f6720ebe
commit a7ce3cc80f
3 changed files with 3 additions and 6 deletions
@@ -84,7 +84,7 @@ export class SearchDialog {
this.searchQuery.set(value);
});
// Thinkig about refactoring this to a single afterRenderEffect ?
// Thinking about refactoring this to a single afterRenderEffect ?
// Answer: It won't have the same behavior
effect(() => {
this.items();
@@ -6,7 +6,7 @@
* found in the LICENSE file at https://angular.dev/license
*/
import {CommonModule, DOCUMENT, isPlatformBrowser, Location} from '@angular/common';
import {DOCUMENT, isPlatformBrowser, Location} from '@angular/common';
import {
ApplicationRef,
ChangeDetectionStrategy,
@@ -18,9 +18,7 @@ import {
EnvironmentInjector,
inject,
Injector,
Input,
PLATFORM_ID,
SimpleChanges,
Type,
ViewContainerRef,
ViewEncapsulation,
@@ -7,10 +7,9 @@
*/
import {DOCUMENT} from '@angular/common';
import {inject, signal, Injectable, PLATFORM_ID, DestroyRef} from '@angular/core';
import {inject, signal, Injectable, DestroyRef} from '@angular/core';
import {TableOfContentsItem, TableOfContentsLevel} from '../interfaces/index';
import {on} from 'events';
/**
* Name of an attribute that is set on an element that should be