rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Trouble doing custom css #139

Closed Arnaudboubou closed 4 years ago

Arnaudboubou commented 4 years ago

Hi @rpaschoal , thank you for this chat component, but i have some trouble to custom the css. I have put the link in index.html like this <link *ngIf="customTheme" rel="stylesheet" [href]='sanitizer.bypassSecurityTrustResourceUrl(customTheme)'>. And add this in ng-chat tag [customTheme]="'./ng-chat-custom.css'". How do i have to write the css in this file? Thank you!