Ionic Appflow with Angular/Capacitor app #3507
Answered
by
imhoffd
Sampath-Lokuge
asked this question in
Q&A
-
Hi, I need to build an app for all the platforms. i.e. web/ios/android My Client has an Angular template and he needs to use that. I know where I can add a Capacitor to it and build a Native build + Web app. But Can I use Ionic Appflow with the Angular/Capacitor app? Please give me the right direction for that. i.e. Doc or URL reference |
Beta Was this translation helpful? Give feedback.
Answered by
imhoffd
Sep 4, 2020
Replies: 1 comment 1 reply
-
@Sampath-Lokuge Appflow will auto-detect Capacitor as long as your project is integrated with the Ionic CLI (run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sampath-Lokuge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sampath-Lokuge Appflow will auto-detect Capacitor as long as your project is integrated with the Ionic CLI (run
ionic init
if you have to).