Skip to content

Commit a0c1e68

Browse files
committed
fix(chat): Added ng-content to support underlying slots
1 parent f0da68c commit a0c1e68

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/igniteui-angular/src/lib/chat/chat.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@
1010
(igcInputFocus)="inputFocus.emit()"
1111
(igcInputBlur)="inputBlur.emit()"
1212
(igcInputChange)="inputChange.emit($event.detail)"
13-
></igc-chat>
13+
>
14+
<ng-content></ng-content>
15+
</igc-chat>

0 commit comments

Comments
 (0)