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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -