rute modul baru

// Use this command to create a  lazy-loaded feature module with routing, along with its stub component.

ng generate module <MODULE_NAME> --route <ROUTE> --module app.module
Hurt Hummingbird