SyntaxFix
Write A Post
Hire A Developer
Questions
I'm doing angular 2 and typescript and I didn't realize I had a space in my arrow notation
I had .map(key = > instead of .map(key =>
.map(key = >
.map(key =>
Definitely keep your eyes open for stupid syntax errors