Giter Club home page Giter Club logo

convertigo / c8osdk-angular Goto Github PK

View Code? Open in Web Editor NEW
4.0 5.0 2.0 11.56 MB

This is the Convertigo SDK for Angular. Developers can use this SDK to access all back end service provided by Convertigo mBaaS such as orchestrations, connectors data synchronization push notifications and remote logging

Home Page: http://www.convertigo.com

License: Apache License 2.0

JavaScript 100.00%
angular ionic3 convertigo angular6 sdk typescript angular5 angular7 angular8 convertigo-platform

c8osdk-angular's Introduction

Convertigo Low Code & No Code mobile & Web Platform

Convertigo is an open source Low code & No Code platform for mobile & web application development and back-end as a service.

CircleCI

Convertigo Low Code Studio

Convertigo Community edition is an open source fullstack Low Code & No Code platform. The platform is used to build and run complex Cross-platform Enterprise Mobile and web apps in a few days. Convertigo platform is composed of several components:

  1. Convertigo Server: The back-end server MBaaS part. Handles back-end connectors, micro-services execution, offline data device synchronization and serves Mobile and PWA Web apps. Convertigo server can be downloaded from GitHub as a tomcat WAR file or run directly as containers from DockerHub
  2. Convertigo Studio: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program MBaaS micro-services workflows and use the "Mobile Builder" to build Mobile apps UIs in Low code mode. Can be directly downloaded from GitHub
  3. Convertigo SDKs: Can be used with third party Mobile development tools such as Xcode (iOS) Android Studio (Android). SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and NPM for Angular, ReactNative and Vue.js)
  4. Convertigo Forms: The No Code App Builder to build form based apps as PWAs or Web applications with a Web Based NoCode studio intented for non technical developpers (Citizen Developpers)

Convertigo Community edition brought to you by Convertigo SA (Paris & San Francisco). The platform is currently used by more than 150K developers worldwide, building enterprise class web and mobile apps.

convertigo-image

www.convertigo.com

License

Convertigo Community Edition is AGPL based.

Changelog

See CHANGELOG.md

c8osdk-angular's People

Contributors

charlesgrimont avatar opicciotto avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

c8osdk-angular's Issues

finalizeInit must return an unique promise

Into C8o.service.ts:

  • Each time that method finalizeInit is called, the promise is re-executed.
  • if "promiseFinInit" is not null we must not recreate a new promise and return directly its value

Different apps, same uuid

Hi, we are trying to share the same context between 2 different apps, but it seems that for each app convertigo generates a different uuid so the context is not shared.
Could we have a way to tell the SDK a custom uuid (one that we share with keychain across all apps) so convertigo identifies both applications as the same and that they share de context?

Thank You.

Compilation error with ngc

Hello Convertigo team,

When building an Ionic project with ngc (eg. ionic-app-script build --prod) I've got an error that seems related to c8osdk-angular.

Here's the error:

$ ionic-app-scripts build --prod [17:49:58] ionic-app-scripts 1.3.4 [17:49:58] build prod started ... [17:49:58] clean started ... [17:49:58] clean finished in 2 ms [17:49:58] copy started ... [17:49:58] ngc started ... [17:50:09] ionic-app-script task: "build" [17:50:09] Error: Error encountered resolving symbol values statically. Calling function '?makeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Injectable in /mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/c8osdkangular/node_modules/@angular/core/core.d.ts, resolving symbol ?e in /mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/c8osdkangular/node_modules/@angular/core/core.d.ts, resolving symbol ?e in /mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/c8osdkangular/node_modules/@angular/core/core.d.ts Error: Error encountered resolving symbol values statically. Calling function '?makeDecorator', function calls are not supported. Consider replacing the function or lambda with a re ference to an exported function, resolving symbol Injectable in /mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/c8osdkangular/node_modules/@angular/core/core. d.ts, resolving symbol ?e in /mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/c8osdkangular/node_modules/@angular/core/core.d.ts, resolving symbol ?e in /mnt/c /Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/c8osdkangular/node_modules/@angular/core/core.d.ts at syntaxError (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:1513:34) at simplifyInContext (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:23375:23) at StaticReflector.simplify (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:23387:13) at StaticReflector.annotations (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:22836:41) at NgModuleResolver.resolve (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:13364:70) at CompileMetadataResolver.getNgModuleMetadata (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:13949:60) at addNgModule (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:22555:58) at /mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:22566:14 at Array.forEach (native) at _createNgModules (/mnt/c/Users/chanut/repos/sncf-digiprev/digiprev_frontend/node_modules/@angular/compiler/bundles/compiler.umd.js:22565:26) error Command failed with exit code 1.

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.