When i create a new component with the 'ng generate component' command, the import is added to app.module.ts but when I use the component selector in the application the page renders a white screen with no error.
@base64, if that component is shared then add in shared module/folder and declare in src/app/shared/shared.module.ts module, and then use it where ever do you want to.
When i create a new component with the 'ng generate component' command, the import is added to app.module.ts but when I use the component selector in the application the page renders a white screen with no error.