Hi Milos,
Thank you for contacting Syncfusion Support.
The script file
ej.mobile.all.min.js is a collection of Essential Studio JavaScript Mobile components. In that,
AppView acts as a base container and master page for the Mobile application. We have handled the history navigation internally for Single Page Applications, which interfere for Angular routing. Hence for Angular routing, we need to prevent the initialization of AppView. Refer to the following code example.
[html]
<script>
App.preventAppviewInit = true
</script>
|
The above mentioned script have to be referred next to ej.mobile.all.min.js script reference.
We have created the simple sample for the requirement. Refer to the sample in the below attachment.
Sample
Note: If you are developing for web application alone, then ej.web.all.min.js is enough. No need to refer ej.mobile.all.min.js and the code example shown above.
Regards,
Dhinesh R