renommage de lib, rendre buildable
This commit is contained in:
parent
1706c64713
commit
a89007a81b
9896 changed files with 478996 additions and 496 deletions
17
my-workspace/projects/sae-lib/chatbot/bot-talks/bot-talks.ts
Normal file
17
my-workspace/projects/sae-lib/chatbot/bot-talks/bot-talks.ts
Normal file
|
@ -0,0 +1,17 @@
|
|||
import {Component} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'sae-bot-talks',
|
||||
imports: [],
|
||||
templateUrl: './bot-talks.html',
|
||||
styleUrl: './bot-talks.css'
|
||||
})
|
||||
export class BotTalks {
|
||||
public message = 'I found useful document(s) which can help to answer to this question ! Check if these documents are applied to similar cases';
|
||||
public links: any = [
|
||||
{
|
||||
title: 'Refusal notice :',
|
||||
label: 'DMP-00051341: Avis de refus',
|
||||
url: 'https://www.cipherbliss.com/fake-link',
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue