mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
chore: run prettier on files in control-value-accessor folder
This commit is contained in:
@@ -5,8 +5,9 @@ import { FeedbackFormComponent } from './feedback-form/feedback-form.component';
|
||||
standalone: true,
|
||||
imports: [FeedbackFormComponent],
|
||||
selector: 'app-root',
|
||||
template: `<app-feedback-form
|
||||
(feedBackSubmit)="apiCall($event)"></app-feedback-form>`,
|
||||
template: `
|
||||
<app-feedback-form (feedBackSubmit)="apiCall($event)"></app-feedback-form>
|
||||
`,
|
||||
})
|
||||
export class AppComponent {
|
||||
apiCall(event: Record<string, string | null>): void {
|
||||
|
||||
Reference in New Issue
Block a user