Can ionic be routed using angular?

at present, the project is the Wechat official account page. Customers must ask url to open the specified page. Can angular route be used in ionic?

DeepLinker is used but there is a problem

when he opens it, he will not display the bottom tab bar;
and the address bar is xxxxx.com/-sharp/ user Center / user is there any good way to solve this problem?

Dec.30,2021

ionic4 uses angular routing, and versions prior to 4 use routes encapsulated by ionic itself.

in theory, it seems possible to install your own angular routing module, but it has never been tried.

URL must open the specified page, or consider URL with parameters.

  • Ionic3 create route error?

    I added router, to app.module, and then I configured the path. When I went to import to insert RouterModule, there would be an error the big god came to save me ...

    Mar.20,2021
Menu