Skip to content

Caballerog/tour-heroes-lazy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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.