Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Solidify-Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Solidify
Solidify-Frontend
Merge requests
!63
fix: pipe error "Method expression is not of Function type" in IDE when use it in html
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: pipe error "Method expression is not of Function type" in IDE when use it in html
fpo/2120_fix_pipe_error_in_IDE_on_html
into
master
Overview
0
Commits
1
Pipelines
0
Changes
48
Merged
Florent Poittevin
requested to merge
fpo/2120_fix_pipe_error_in_IDE_on_html
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
48
Expand
https://issues.unige.ch/browse/DLCM-2120
0
0
Merge request reports
Compare
master
version 3
343837fd
3 years ago
version 2
63346f50
3 years ago
version 1
63346f50
3 years ago
master (base)
and
latest version
latest version
08611759
1 commit,
3 years ago
version 3
343837fd
1 commit,
3 years ago
version 2
63346f50
1 commit,
3 years ago
version 1
63346f50
1 commit,
3 years ago
48 files
+
146
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
48
Search (e.g. *.vue) (Ctrl+P)
projects/solidify-frontend/src/lib/components/containers/tabs/tabs.container.html
+
1
−
1
Options
@@ -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