-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: account pages with enabled quoting feature should be at least on…
…e time stable (#1265) * quotingEntities$ facade method has now an option to enable/disable automatic refresh * automaticRefresh is enabled: It will be subscribed to timer() operator only, when application is at least one time stable.
- Loading branch information
Showing
6 changed files
with
89 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/app/extensions/quoting/pages/quote-list/quote-list-page.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<h1>{{ 'quote.list.heading' | translate }}</h1> | ||
|
||
<ish-quote-list *ngIf="quotes$ | async as quotes" [quotes]="quotes"></ish-quote-list> | ||
<ish-quote-list *ngIf="quotes" [quotes]="quotes"></ish-quote-list> | ||
|
||
<ish-loading *ngIf="loading$ | async"></ish-loading> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters