I am currently walking through the Angular 5 course on Sitepoint and I’ve come to a point where the module I’ve created isn’t being recognized through the home-page import. Has anyone else tried this course and ran into the following error-
ERROR in src/app/home-page/home-page.module.ts(11,5): error TS2304: Cannot find name ‘UtilityComponentModule’.
Per the video I have everything set up correctly and shouldn’t be getting this error.
Any feedback would be appreciated!