-
Notifications
You must be signed in to change notification settings - Fork 25.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an easy way to configure new pipes #2901
Comments
Works for me. |
I think |
This change allows creation of a new Pipes object with new pipes appended to pipes of an inherited Pipes. Closes angular#2901
This change allows creation of a new Pipes object with new pipes appended to pipes of an inherited Pipes. Closes angular#2901
This change allows creation of a new Pipes object with new pipes appended to pipes of an inherited Pipes. Closes angular#2901
This change allows creation of a new Pipes object with new pipes appended to pipes of an inherited Pipes. Closes angular#2901
This change allows creation of a new Pipes object with new pipes appended to pipes of an inherited Pipes. Closes angular#2901
This change allows creation of a new Pipes binding with new pipes appended to pipes of an inherited Pipes instance. Closes angular#2901
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Currently pipes are global and are not easily configurable. We need to make them scoped to a component and provide a way to easily configure them.
Proposal:
The text was updated successfully, but these errors were encountered: