angular-material-extensions / faq

Angular Library built with material design in order to provide a reusable faq (frequently asked questions) component for every project. Ask, Answer and List
https://angular-material-extensions.github.io/faq
MIT License
29 stars 4 forks source link

Multiline text #56

Open hioymaci opened 3 years ago

hioymaci commented 3 years ago

Bug Report or Feature Request (mark with an x)

- [] bug report
- [x] feature request

OS and Version?

Windows 10 Version 20h2 (OS Build 19042.630)

Versions

Angular CLI: 7.1.4 Node: 10.14.2 OS: win32 x64 Angular: 7.0.1

Desired functionality

It can be added htmlText support to added multiline, bold text etc.

<mat-faq [faqList]="list" title="faq" [type]="rawHtml" >

AnthonyNahas commented 3 years ago

I would appreciate a PR