-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(component): remove $ prefix from LetViewContext property names (#…
…3670) BREAKING CHANGES: The `$` prefix is removed from `LetViewContext` property names. BEFORE: ```html <ng-container *ngrxLet="obs$; $error as e; $complete as c"> ... </ng-container> ``` AFTER: ```html <ng-container *ngrxLet="obs$; error as e; complete as c"> ... </ng-container> ```
- Loading branch information
1 parent
5cfd671
commit b3b21e6
Showing
4 changed files
with
53 additions
and
32 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
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