update angular
This commit is contained in:
@@ -11,7 +11,7 @@ describe('ButtonComponent', () => {
|
||||
void TestBed.configureTestingModule({
|
||||
declarations: [ButtonComponent],
|
||||
}).compileComponents();
|
||||
})
|
||||
}),
|
||||
);
|
||||
|
||||
beforeEach(() => {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -9,4 +9,5 @@ import {MatButtonModule} from '@angular/material/button';
|
||||
exports: [ButtonComponent],
|
||||
imports: [CommonModule, FontAwesomeModule, MatButtonModule],
|
||||
})
|
||||
export class ButtonModule {}
|
||||
export class ButtonModule {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user