Hi I have this folders in my project But When I run I get this error
Any idea please?
regards
Thanks to @Hisham Afzal Ahamed for the solution (stopping and re-starting the Angular compiler).
CTRL-C, CTRL-C (or CTRL-C then Y)ng serve (or whatever else you're using e.g. a custom npm script)Basically the Angular CLI sometimes doesn’t ‘see’ files that have been pulled in (e.g. when doing a merge while your compiler is running). Very useful to know. As a general time saver, If you’re pulling files into your solution or doing something similar, or you get an Angular compiler error that makes no sense, or you've made significant changes somehow, it’s always worth stopping then restarting the compiler to do a fresh build - it can save so many headaches!