mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 19:41:26 +00:00
remove warning
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { Component, input } from '@angular/core';
|
||||
import { NgClass, NgStyle } from '@angular/common';
|
||||
import { NgStyle } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'app-custom-title',
|
||||
imports: [NgStyle, NgClass],
|
||||
imports: [NgStyle],
|
||||
templateUrl: './custom-title.html',
|
||||
styleUrl: './custom-title.css',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user