diff --git a/projects/addon-doc/components/demo/index.ts b/projects/addon-doc/components/demo/index.ts index cb44436983b56..59db0d919d2fd 100644 --- a/projects/addon-doc/components/demo/index.ts +++ b/projects/addon-doc/components/demo/index.ts @@ -1,5 +1,4 @@ import {JsonPipe, Location, NgTemplateOutlet} from '@angular/common'; -import {NgZone} from '@angular/core'; import type {AfterViewInit, ElementRef} from '@angular/core'; import { ChangeDetectionStrategy, @@ -9,6 +8,7 @@ import { DestroyRef, inject, Input, + NgZone, signal, TemplateRef, ViewChild,