Skip to content

Commit c3dcb55

Browse files
committed
chore: update imports of DOCUMENT from @angular/common to @angular/core
1 parent 29a3243 commit c3dcb55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/views/dashboard/dashboard.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { DOCUMENT, NgStyle } from '@angular/common';
2-
import { Component, DestroyRef, effect, inject, OnInit, Renderer2, signal, WritableSignal } from '@angular/core';
1+
import { NgStyle } from '@angular/common';
2+
import { Component, DestroyRef, effect, inject, OnInit, Renderer2, signal, WritableSignal, DOCUMENT } from '@angular/core';
33
import { FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
44
import { ChartOptions } from 'chart.js';
55
import {

src/app/views/theme/colors.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { AfterViewInit, Component, HostBinding, Inject, Input, OnInit, Renderer2, forwardRef } from '@angular/core';
2-
import { DOCUMENT, NgClass } from '@angular/common';
1+
import { AfterViewInit, Component, HostBinding, Inject, Input, OnInit, Renderer2, forwardRef, DOCUMENT } from '@angular/core';
2+
import { NgClass } from '@angular/common';
33

44
import { getStyle, rgbToHex } from '@coreui/utils';
55
import { TextColorDirective, CardComponent, CardHeaderComponent, CardBodyComponent, RowComponent, ColComponent } from '@coreui/angular';

0 commit comments

Comments
 (0)