Funny Developing Mistakes I Wasted Hours on
Using Routing Module Instead Of Module
Because there were no erros in the console and whatever in the component file doesn't render.
const routes: Routes = [
{
path: 'items',
loadChildren: () => import('./comps/CompsRoutingModule.module').t...
shriharimohan.hashnode.dev1 min read