Coder Social home page Coder Social logo

priority-ionic's Introduction

Priority Ionic

Priority Ionic is the Priority development library for building mobile apps.

Priority Ionic is built on top of Angular, Ionic and the Priority Web SDK, all put together to create the best development library for Priority in mobile.

Priority Ionic provides a set of powerful services along with useful components that make building Ionic apps integrating with Priority easier than ever.

Explore the docs for further explanation on how to use Priority Ionic, its API and content.

Getting Started

Install Priority Ionic package using npm:

$ npm install priority-ionic --save

Add the `PriorityIonicModule` to your app's module imports:
import { PriorityIonicModule } from 'priority-ionic';

@NgModule({
  ...
  imports: [
    PriorityIonicModule,
    IonicModule.forRoot(AppComponent)
  ],
  ...
})
export class AppModule {}

Thats it! You are ready to go.

Demo app

The Confectionery app is a demo app built with the Priority Ionic library. It is the perfect starting point for learning and building your own app.

Contributing

You're more than welcome contributing by opening an issue or submitting a pull request with your fixes or additions.

Setup:

  1. Fork and clone the repo.
  2. Install dependencies. run $ npm install
  3. Compile sources. run $ npm run build.
  4. Install locally in your project with $ npm install file:path/to/repo

priority-ionic's People

Contributors

namos129 avatar naomipol avatar

Stargazers

 avatar  avatar Neomi Bushary avatar Snir Segal avatar

Watchers

James Cloos avatar  avatar Leor Barth avatar  avatar  avatar  avatar Neomi Bushary avatar  avatar  avatar  avatar

Forkers

snirs90 ggzorr razdu

priority-ionic's Issues

When trying to get companies there are exception: errType is not defined at InvokeError_0

I am trying to add switch company functionality to my application on
ionViewDidLoad of my page I run flowing function:

getCompanies(): Promise
{
return new Promise((resolve, reject) =>
{
this.configService.getCompanies()
.then(
(companies: Company[]) =>
{
resolve(companies);
},
(reason: ServerResponse) =>
{
if (reason.code === ServerResponseCode.NotSupport)
{
this.supportCompanySelection = false;
}
alert('getCompanies reason' + reason);
reject(reason);
}
).catch((reason) => { alert('getCompanies catch' + reason); reject(reason) });
});
}

On debug I see the flowing Exception in ConfigurationService, getCompanies function:

image

Messages that do not pop up

There is a situation where the type of message is an error but its code is information and then the rest of the messages do not pop up in the update of a field.

FormList with search

Hi,
I need a form list with a search bar - the form list results need to change while typing (like a combo).
Is there component that do so or example ?

Thanks.

In search page when double click on row it's pops nav twice

I copied search page from master without any changes.
In desktop chrome when I double click on item it's pops nav twice.
Instead of previews page(detail) it's backs two pages back (list).

With single click it's works as expected. Came back to details page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.