Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
ada:howto:sicoferp:factory:new-migracion-sicoferp:front:arquitectura [2024/06/21 15:28] 192.168.177.98 |
— (actual) | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
- | ====== Arquitectura Front ====== | ||
- | |||
- | |||
- | **//ARQUITECTURA CLIENTE-SERVIDOR DISTRIBUIDO CERTIFICADO PARA MICROFRONTENDS// | ||
- | ** | ||
- | |||
- | {{:ada:howto:sicoferp:factory:new-migracion-sicoferp:front:imagen1.png?600|}} | ||
- | |||
- | {{:ada:howto:sicoferp:factory:new-migracion-sicoferp:front:imagen2.png?600|}} | ||
- | |||
- | |||
- | {{:ada:howto:sicoferp:factory:new-migracion-sicoferp:front:imagen3.png?400|}} | ||
- | |||
- | |||
- | **ARQUETIPO MFSICOF | ||
- | ** | ||
- | |||
- | |||
- | |- src/ | ||
- | |- app/ | ||
- | |- layout/ | ||
- | |- api/ | ||
- | |- config/ | ||
- | |- service/ | ||
- | |- shared/ | ||
- | |- api/ | ||
- | |- components/ | ||
- | |- service/ | ||
- | |- directives/ | ||
- | |- models/ | ||
- | |- onecomponents/ | ||
- | |- footer/ | ||
- | |- nav-bar/ | ||
- | |- app-component.css | ||
- | |- app-component.html | ||
- | |- app-component.ts | ||
- | |- app-config.ts | ||
- | |- app-routes.ts | ||
- | |- assets/ | ||
- | |- environments/ | ||
- | |- environment.dev.ts | ||
- | |- environment.prod.ts | ||
- | |- environment.qa.ts | ||
- | |- environment.ts | ||
- | |- favicon.ico | ||
- | |- index.html | ||
- | |- main.ts | ||
- | |- styles.scss | ||
- | |- test.ts | ||
- | |||