Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caballerog/tour-heroes-lazy

Tour of Heroes using lazy loading in Angular 5
https://github.com/caballerog/tour-heroes-lazy

angular angular5 lazy-loading scalable-applications tour-of-heroes

Last synced: 10 days ago
JSON representation

Tour of Heroes using lazy loading in Angular 5

Awesome Lists containing this project

README

        

# HeroesTour - Angular 5 + Lazy Loading (Tutorial)
HeroesTour built with Angular cli using lazy loading

This repo is a demo for the AngularMalaga meetup at Málaga.

## Assumptions
- angular cli (project generated with version 1.5.0)
- yarn (dependency management)
- angular 5.0+ (new service worker)

## Presentation
You can get the [presentation from this link](https://caballerog.github.io/tour-heroes-lazy) which is built using reveal.js.

## Topics
- [Tour-of-heroes (Angular)](./00-tour-heroes).
- [LazyLoading](./01-tour-heroes).

## Useful Commands
- In the folder 00-tour-heroes run the following command:
- `ng serve` - Run in frontend development mode on port 4200.
- In the folder 01-tour-heroes run the following command:
- `ng serve` - Run in frontend development mode on port 4200 using lazy loading
## To Do List
- Data Flow.
- Statement Management.