Ionic Angular 5. Star rating system - ionic-framework

I am building an app on ionic. I have some numbers available for rating/reviews. I want to show/convert them as stars and present it in my UI. Is there any library available for this in Angular 5?
Thanks

I've used this lib in a app to do horizontal rating, but have stars too:
https://github.com/MurhafSousli/ngx-bar-rating

Related

How to drag elements in Ionic 4/5

I would like to create draggable (free) buttons in Ionic. In ionic 3 I used a directive to do this (link https://www.joshmorony.com/building-an-absolute-drag-directive-in-ionic-2/) but this directive don't works in ionic 5 and it does not give any errors. What do you think is the best library (supported from some tutorial) for ionic 5 to do this? Thanks in advance.
This does not have to be Ionic specific. If you are using angular you can just use an NPM component such as https://www.npmjs.com/package/angular-draggable-droppable
There is also support for this in Angular Material library
https://material.angular.io/cdk/drag-drop/overview

How can i design this page in ionic 4

how can I design that page in ionic 4? I'm still new to ionic. its a bank app I am building with ionic 4, below is the image of the page.
You should start here, https://ionicframework.com/ read through documentation.
Your app looks like a tabs based app so it would be easiest to start with a tabs ionic project.
Therefore, run ionic start myBankAppName tabs --cordova to use cordova as your native cross-platform engine or ionic start myBankAppName tabs --capacitor to use capacitor for the same purpose.
After that consult the relevant components that you need at https://ionicframework.com/docs/components.
Have fun! ;)

Desktop Application with Ionic framework

is there anyone who will help me about ionic framework.
I want to know that can we develop desktop and mobile application both with single codebase in ionic framework.
I want to know that can we develop desktop and mobile application both with single codebase in ionic framework.
Yes, this is exactly the purpose of Ionic.
Check out what is Ionic.
Yes, however you will find a few Ionic components do not provide an ideal user experience on the desktop. For example, ion-datetime should probably work as a dialog on a large screen, instead uses a mobile and touch only friendly slide-up UI with selection characteristics that make number choice with a mouse quite difficult.
Give Electron a try, on youtube search with: Ionic Framework with Electron for building Desktop Application.

Using specific tiles on ionic platform

I want to create a mobile app in android / IOS and i am thinking to use ionic.
Does ionic has the ability to present my specific tiles on a map at offline ?
Should i use ionic 3, or previous version ?
Leaflet for example provides a plugin to do so.
TileLayer.Cordova
For use with Cordova/Phonegap, adds tile caching onto local device storage, switching between offline and online mode.
I don't see a big reason to use previous version of Ionic. You could even try Ionic 4

Picture from facebook album

(Notice: this question include ionic2 and cordova tags, but if you know only angular - may be you can also help me!)
I build ionic application (version 2 of ionic and version 2 of angular).
I search a lot after option of cordova-camera-plugin for let user choose photo from his facebook-album, for disaply it to other app-users.
Is there any way to do it?
Or is there other way to do that, not by cordova-camera?