Changes between Version 1 and Version 2 of DeveloperGuidelines/EdenMobile/Framework


Ignore:
Timestamp:
10/20/17 11:10:11 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/Framework

    v1 v2  
    1414 - [http://www.w3schools.com/angular W3Schools AngularJS Tutorial]
    1515
     16API reference:
     17 - http://devdocs.io/angularjs~1.5/
     18
    1619NB We use Angular 1.x as Angular 2.x use Typescript for all examples still...TS cannot be debugged live on the device (required for offline DB support) & transpiling the TS examples produces very bloated code.
    1720
     
    2124
    2225Documentation of these components can be found here:
    23  - [http://ionicframework.com/docs/components Ionic CSS Components]
    24  - [http://ionicframework.com/docs/api JavaScript API]
     26 - [http://ionicframework.com/docs/v1/components/ Ionic CSS Components]
     27 - [http://ionicframework.com/docs/v1/api/ JavaScript API]
    2528
    2629''Note:'' !EdenMobile does ''not'' use the ''Ionic CLI'' for development and builds, but the Cordova CLI.