Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caballerog/tour-heroes-lazy
- Owner: Caballerog
- License: mit
- Created: 2017-12-15T10:47:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T12:10:38.000Z (about 7 years ago)
- Last Synced: 2025-01-07T04:13:54.544Z (11 days ago)
- Topics: angular, angular5, lazy-loading, scalable-applications, tour-of-heroes
- Language: TypeScript
- Homepage: https://caballerog.github.io/tour-heroes-lazy/
- Size: 14.8 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeroesTour - Angular 5 + Lazy Loading (Tutorial)
HeroesTour built with Angular cli using lazy loadingThis 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.