mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
Fix lint warnings
This commit is contained in:
parent
28d6ad2103
commit
bf4be1a4fe
3 changed files with 6 additions and 6 deletions
|
|
@ -3,6 +3,6 @@ import { Component } from '@angular/core';
|
|||
@Component({
|
||||
selector: 'ngx-material-inputs',
|
||||
templateUrl: './material-inputs.component.html',
|
||||
styleUrls: ['./material-inputs.component.scss']
|
||||
styleUrls: ['./material-inputs.component.scss'],
|
||||
})
|
||||
export class MaterialInputsComponent {}
|
||||
export class MaterialInputsComponent {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue