ui-router / quickstart-ng2

DEPRECATED -- See https://github.com/ui-router/quickstart-angular
https://github.com/ui-router/quickstart-angular
MIT License
64 stars 20 forks source link

lazyLoad error. #15

Closed kolkov closed 8 years ago

kolkov commented 8 years ago

Trying to run quickstart-ng2 from that branch:

image

kolkov commented 8 years ago

We need change this line: import {CommonModule} from "../common.module"; to import {CommonModule} from "@angular/common";

kolkov commented 8 years ago

Maybe we need change name CommonModule to RootModule or CoreModule?

christopherthielen commented 8 years ago

Renamed it to SharedModule 👍