Phpstorm isn't showing angular v6 errors

when I started using angular 6 Phpstorm doesn't show code errors although it works fine for Angular v4.

and it won't complain about unknown HTML tags  from the Angular material even if the contained module is not imported

also it doesn't complain about implemented interfaces even  the class doesn't fit the criteria

my ts settings

0
1 comment

This is https://github.com/angular/angular/issues/21420; Angular service can't be started with Node.js 9+, and service failure causes problems starting the compiler. Please downgrade Node.js to 8.x

1

Please sign in to leave a comment.