Skip to content

Commit

Permalink
Update ai-chat.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight authored Jul 30, 2024
1 parent 3af06f2 commit 15ee7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ai-chat/ai-chat.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {MatDialog, MatDialogModule} from '@angular/material/dialog';
imports: [MatButtonModule, MatDialogModule],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class AiChat {
export class AiChatComponent {
readonly dialog = inject(MatDialog);

openDialog() {
Expand Down

0 comments on commit 15ee7bf

Please sign in to comment.