-
-
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.
fix(component): remove class-level generic from PushPipe (#3127)
Closes #3114 BREAKING CHANGES: PushPipe no longer has a class-level generic type parameter. BEFORE: Use of PushPipe outside of component templates required a generic AFTER: Use of PushPipe outside of component templates no longer requires a generic
- Loading branch information
1 parent
5ed3c3d
commit 548c72c
Showing
2 changed files
with
8 additions
and
10 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