We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
presno2112
No branches or pull requests
Los comentarios andan muy innecesarios
https://github.com/tecnologico-de-monterrey-oficial/C.MTY.TC3005B.2411-BinaryCode/blob/main/src/app/paginas/vista-proyectos/vista-proyectos-routing.module.ts
The text was updated successfully, but these errors were encountered: