update angular
This commit is contained in:
@@ -5,6 +5,7 @@ import {IconProp} from '@fortawesome/fontawesome-svg-core';
|
||||
selector: 'app-button',
|
||||
templateUrl: './button.component.html',
|
||||
styleUrls: ['./button.component.less'],
|
||||
standalone: false,
|
||||
})
|
||||
export class ButtonComponent {
|
||||
@Input() public icon: IconProp | null = null;
|
||||
|
||||
Reference in New Issue
Block a user