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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -