I am working on a application where we are following the upgrade for performance guide. We decided to try out this hybrid router since we are using angularjs ui router. Routing to angularjs routes works fine but routing to a new angular 2+ component produces the following error. Btw we downgrade multiple modules in the app as hinted by the error.
Unhandled JavaScript error: Error: Error while instantiating component 'UIViewNgUpgrade': 'downgradedModule' not specified.
This application contains more than one downgraded Angular module, thus you need to always specify 'downgradedModule' when downgrading components and injectables.
From what I could find I think the problem is here on line 229 where no module is specified.
Is there any easy way around this or do you plan fixing this soon?
I am working on a application where we are following the upgrade for performance guide. We decided to try out this hybrid router since we are using angularjs ui router. Routing to angularjs routes works fine but routing to a new angular 2+ component produces the following error. Btw we downgrade multiple modules in the app as hinted by the error.
Unhandled JavaScript error: Error: Error while instantiating component 'UIViewNgUpgrade': 'downgradedModule' not specified. This application contains more than one downgraded Angular module, thus you need to always specify 'downgradedModule' when downgrading components and injectables.
From what I could find I think the problem is here on line 229 where no module is specified.
Is there any easy way around this or do you plan fixing this soon?