Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luiggi-piero/estrategias-de-precarga-1

Estrategias de precarga 1
https://github.com/luiggi-piero/estrategias-de-precarga-1

angular-13 angular-15

Last synced: 27 days ago
JSON representation

Estrategias de precarga 1

Awesome Lists containing this project

README

        

# Estrategias de precarga 1 - Angular 15
También funciona para angular 13

![image](https://github.com/Luiggi-piero/estrategias-de-precarga-1/assets/86317658/7ce63ec5-1137-4161-bc88-afbe668f48e0)

### Estrategias usadas
- [x] 1. Precargar todos los módulos de las rutas
- [x] 2. NO precargar ningún módulo -> forzar carga perezosa
- [x] 3. Estrategia personalizada: Precarga por opciones(propiedades) en rutas
- [x] 4. Estrategia personalizada: Precarga por conexión
- [x] 5. Estrategia personalizada: Precarga por demanda iniciada por evento (click y hover) controlado desde servicio PreloadingService

La siguiente imagen es la estrategia 5
![por-eventos](https://github.com/Luiggi-piero/estrategias-de-precarga-1/assets/86317658/3b3fcabd-ff0a-4576-8d5a-ea8719ce6e4d)

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.