Skip to content

Caballerog/tour-heroes-lazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 which is built using reveal.js.

Topics

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.