SyntaxFix
Write A Post
Hire A Developer
Questions
I was injecting service like this:
private messageShowService MessageShowService
instead of:
private messageShowService: MessageShowService
and that was the reason of error, despite nothing related with ',' was there.
','