You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
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..."
The text was updated successfully, but these errors were encountered:
**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..."
The text was updated successfully, but these errors were encountered: