Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comentarios #64

Open
samsbg opened this issue May 14, 2024 · 0 comments
Open

Comentarios #64

samsbg opened this issue May 14, 2024 · 0 comments
Assignees

Comments

@samsbg
Copy link
Collaborator

samsbg commented May 14, 2024

Los comentarios andan muy innecesarios

import { ProyectosComponent } from './components/proyectos/proyectos.component'; // Importar el componente
import { UnidadesComponent } from '../vista-unidades/unidades/unidades.component'; //Importar el componente

const routes: Routes = [
    { path: '', component: ProyectosComponent },
    { path: ':id/unidades', component: UnidadesComponent }, // Agregamos el parámetro de id
];

https://github.com/tecnologico-de-monterrey-oficial/C.MTY.TC3005B.2411-BinaryCode/blob/main/src/app/paginas/vista-proyectos/vista-proyectos-routing.module.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants