Created
July 8, 2019 05:19
-
-
Save alexzuza/b562cfe2fe3658876787baa3bc348d2d to your computer and use it in GitHub Desktop.
t14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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