P: Por favor. ayudar a descubrir cómo aprovechar la salida nombrada en mi caso.
He probado varios enfoques, pero no funcionó para mí:
Código de navegación:
this.router.navigate( [ { outlets: { primary: ['dashboard/accounting/operations'], 'right-sidebar': ['operations'] ?? what path should be here ?? } } ]);En el enrutamiento de su módulo, las segundas operaciones deben renombrarse a operaciones_crud.
this.router.navigate([{outlets: {primary: ['dashboard/accounting/operations'], 'right-sidebar': ['operations_crud'] } }]);