Closed Et3rnal closed 6 years ago
It looks like I made an error in the documentation. :
should be used to separate arguments and not ,
which is why the parser complains.
Great that was easy. I was worried Angular 6 break it 💃
You forget to fix the first one ? {{'The Flash Reverse' | with: 'The' : null, true}}
**I'm submitting a bug
Current behavior Through the error "Parser Error: Unexpected token ',' at column 32 in [ {{ 'Sarmad et3rnal' | with: null,null,true }} ] in ng:///TheMagicsModule
Expected behavior Just return the text
Minimal reproduction of the problem with instructions I'm on Angular 6, I have installed this in hope to use the "with" pipe. I have tested other pipes in the string module and they are working just fine except for wrap: '{{': '}}' Which is throwing a different error "Unexpected token Lexer Error: Unterminated quote..."