nav in new question

This commit is contained in:
Tykayn 2025-09-15 18:08:52 +02:00 committed by tykayn
parent 2c4de2260f
commit 3ec0b09712
9 changed files with 371 additions and 15 deletions

View file

@ -12,5 +12,6 @@ import {Copy} from '../../buttons/copy/copy';
export class BotTalks {
@Input() public message: string = 'Hello!';
@Input() public documents: Array<any> = [];
@Input() public appState: any = {};
}