Looking for a way to convert your existing Angular application to a mobile app without having to rewrite everything from scratch? Well, you came to the right place. In this article, we will be using Capacitor to achieve that.
Prerequisites
Before we start, make sure to set up your environment by installing below dependencies:
- Nodejs : https://nodejs.org/en/
- Angular CLI: https://angular.io/cli
- Mobile development setup: https://capacitorjs.com/docs/getting-started/environment-setup
What is Capacitor?

Capacitor is a cross-platform native runtime to build modern web apps that can run natively on iOS or Android with ease. It offers cool features like PWA support, Capacitor CLI, and awesome plugins.