Greentube / localize-router

An implementation of routes localisation for Angular
MIT License
193 stars 92 forks source link

Angular 8 + IVy support #161

Open yjaaidi opened 5 years ago

yjaaidi commented 5 years ago

I'm submitting a ... (check one with "x")

[X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if similar feature request does not exist
[ ] support request => Suggested place for help and support is [stackoverflow](https://stackoverflow.com/), search for similar question before posting

Description

localize-router is not compatible with Angular 8 + IVy enabled and ends up with similar errors:

node_modules/localize-router/src/localize-router.module.d.ts(32,22): error TS-996003: Appears in the NgModule.exports of SharedModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class

Maybe upgrading localize-router to at least Angular 7 should help. I still didn't take time to investigate but I probably will. Just wanted to open this issue here so we can discuss and regroup everything here.

🌍 Your Environment

Angular Version:


8.0.0-rc.1 (with IVy enabled)

Localize Router Version:


2.0.0-RC.2

Anything else relevant?

glebmachine commented 5 years ago

@greentube is this project abandoned?