Skip to content

Instantly share code, notes, and snippets.

@alexzuza
Created July 8, 2019 05:19
Show Gist options
  • Save alexzuza/b562cfe2fe3658876787baa3bc348d2d to your computer and use it in GitHub Desktop.
Save alexzuza/b562cfe2fe3658876787baa3bc348d2d to your computer and use it in GitHub Desktop.
t14
<div>{{"hello" | aPipe}}</div>
// Argument of type "hello" is not assignable to parameter of type number
{{ ('Test' | lowercase).startWith('test') }}
// error TS2551: Property 'startWith' does not exist on type 'string'. Did you mean 'startsWith'?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment