refactor: add semicolon
This commit is contained in:
@@ -8,5 +8,5 @@ import { Component, output } from '@angular/core';
|
|||||||
styleUrl: './checkbox.component.css'
|
styleUrl: './checkbox.component.css'
|
||||||
})
|
})
|
||||||
export class CheckboxComponent {
|
export class CheckboxComponent {
|
||||||
checked = output<boolean>()
|
checked = output<boolean>();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user