mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 13:53:03 -05:00
fix: run prettier on all file to avoid prettier issue inside PR
This commit is contained in:
@@ -58,8 +58,8 @@ export class AppComponent {
|
||||
.afterClosed()
|
||||
.subscribe((result) =>
|
||||
this.result.next(
|
||||
result ? 'Name has been submitted' : 'Name is invalid !!'
|
||||
)
|
||||
result ? 'Name has been submitted' : 'Name is invalid !!',
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user