javascript - Let Angular 2+ routing ignore unmatched paths -


our application legacy application old jquery, angular 1 , angular 2+. rewriting old code in angular 2 not option.

on webpage, portions driven angular 1 routing, , have got angular 2 work on hashlocationstrategy.

however, while possible access new routes angular 2 app, throws errors on trying load angular 1 route. error angular 2 side. how 1 make ignore unmatched paths?

the error is:

cannot match routes


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -