Using Angular Just in Mobile

I have developed a project using Blaze in web front end, now my client is asking me a mobile version of the project, I would like to use Ionic but as you know it uses Angular, so how can i approach this issue of using angular with ionic and keeping the web version just like it is (no angular but blaze).
Thank you very much for helping me

When creating a meteor package, you can select which architecture to have the package available for. You can use that and wrap your views for the desired architecture.

1 Like