Skip to content
Snippets Groups Projects

fix: pipe error "Method expression is not of Function type" in IDE when use it in html

Merged Florent Poittevin requested to merge fpo/2120_fix_pipe_error_in_IDE_on_html into master
Files
48
@@ -19,7 +19,7 @@
>
</solidify-icon>
<span [matBadgeHidden]="(tab.numberNew | isNullOrUndefined) || (tab.numberNew() | solidifyAsync) === 0"
[matBadge]="(tab.numberNew | isNullOrUndefined) || (tab.numberNew() | solidifyAsync)"
[matBadge]="+(tab.numberNew | isNullOrUndefined) || (tab.numberNew() | solidifyAsync)"
class="label"
matBadgeColor="primary"
matBadgeOverlap="false"
Loading