Merge pull request #13662 from vvlladd28/bug/range-chart/import

Fixed range-chart widget import
This commit is contained in:
Vladyslav Prykhodko 2025-07-01 12:48:51 +03:00 committed by GitHub
commit 097b9d7148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ import {
OnDestroy, OnDestroy,
OnInit, OnInit,
Renderer2, Renderer2,
TemplateRef,
ViewChild, ViewChild,
ViewEncapsulation ViewEncapsulation
} from '@angular/core'; } from '@angular/core';