The other thing I'm noticing here is that you are using injectable.name. Since injectable is a class, this would not be supported in any version of IE, which would unfortunately be an issue.
On Wednesday, May 11, 2016 at 9:41:25 AM UTC-7, Aaron Smith wrote: > > Sorry Sander, I don't follow the technique you showed. > > Can you think of a way to do this with just a new PIpeTransform class? No > controller, because this pipe needs to be available to TS and HTML > filtering. > > On Tuesday, May 10, 2016 at 10:49:11 PM UTC-7, Sander Elias wrote: >> >> Hi Aaron, >> >> I skipped the decorators because they would add noise to my sample. You >> can put the technique I showed you here in a pipe, that then uses the >> dynamic one to do the actual work. Probably you can indeed traverse the >> existing PipeTransforms in this way. >> >> Regards >> Sander >> > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
