src/app/app.component.html -
Instead of having nav ui li list with all components links,
and every time a component is added, this list is edited manually,
than scan the existing components in the src/app folder and add them automatically.
Same thing for app-routing.module.ts const routes: Routes = [ ...
src/app/app.component.html - Instead of having nav ui li list with all components links, and every time a component is added, this list is edited manually, than scan the existing components in the src/app folder and add them automatically.
Same thing for app-routing.module.ts const routes: Routes = [ ...