nav in new question
This commit is contained in:
parent
2c4de2260f
commit
3ec0b09712
9 changed files with 371 additions and 15 deletions
|
@ -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 = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue