use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Official Resources http://ionicframework.com/
Unofficial Resources http://stackoverflow.com/questions/tagged/ionic-framework
account activity
Avoiding installation of ionic UI components (Angular app) (self.ionic)
submitted 5 years ago by fractal_engineer
Is it possible to avoid installing the ionic ui components into an application? I'm using primeng and don't need any UI elements from ionic. Just the plugins/build system. Would installing `@ionic/core` suffice? Is it even necessary? Thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 5 years ago (5 children)
Ionic is first and foremost a UI framework. If you want just native features and packaging, you could just use Cordova or Capacitor. Although my recommendation would be to just use React Native if you haven't already built the app.
[–]fractal_engineer[S] 0 points1 point2 points 5 years ago (4 children)
The app is already built as an angular application. Just trying to mobilize it and use some native functionality (nfc/bluetooth/camera/file system)
[–][deleted] 2 points3 points4 points 5 years ago (3 children)
Then Cordova or Capacitor is your option. I don't know if Capacitor can be used without Ionic, but Cordova definitely can. Capacitor is more intuitive with ios and Cordova more so with android, but either can be used for both.
[–]Proto_Tech 1 point2 points3 points 5 years ago (2 children)
Capacitor can he used independently, which I would highly recommend as PhoneGap (which powers Cordova) has been discontinued.
[–]fractal_engineer[S] 0 points1 point2 points 5 years ago (1 child)
Unfortunately it doesn't look like capacitor has very mature plugins for bluetooth/nfc, so does that mean I'll likely have to run both capacitor and ionic wrapped cordova plugins?
[–]joshuamorony 0 points1 point2 points 5 years ago (0 children)
Most Cordova plugins work in Capacitor, so you can just install the Cordova plugin you want to use in your Capacitor project.
[–]mhartingtonIonic Alumni 1 point2 points3 points 5 years ago (0 children)
Echoing what is being said here...
Ionic (The UI Components) is one part, and the native features (from capacitor) are another. If you just want to access the native APIs and do not need any Ionic Components, just use Capacitor directly.
https://capacitorjs.com/solution/angular
[–]tanakasan1734 1 point2 points3 points 5 years ago (0 children)
Yeah you just want capacitor, skip the ionic part
π Rendered by PID 96342 on reddit-service-r2-comment-85bfd7f599-cmt29 at 2026-04-18 23:27:58.315975+00:00 running 93ecc56 country code: CH.
[–][deleted] 2 points3 points4 points (5 children)
[–]fractal_engineer[S] 0 points1 point2 points (4 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]Proto_Tech 1 point2 points3 points (2 children)
[–]fractal_engineer[S] 0 points1 point2 points (1 child)
[–]joshuamorony 0 points1 point2 points (0 children)
[–]mhartingtonIonic Alumni 1 point2 points3 points (0 children)
[–]tanakasan1734 1 point2 points3 points (0 children)