when I create sidenav tabs. but getting some errors while using it into HTML.
To check the error please find the screenshot as- Error
To check the module imports file please check the screensot - app.module.ts
'app-sidenav-list' is not a known element:
- If 'app-sidenav-list' is an Angular component, then verify that it is part of this module.
- If 'app-sidenav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
Please check if you have imported the SidenavList component in your app.module.ts.