# KadiCON Admin

## Client App

Client app is structred in a way to make it feasible to use same code for Web, PWA and Ionic applications.

Web and PWA are stock Angular applications.
Mobile applications and build using Ionic

AdminShell lib contains all the shared code between mobile and web.

If a component wants to use native feature like camera, AdminShell lib uses a abstraction and both web and mobile application provide an implementation service
