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 -

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -