Changes between Version 1 and Version 2 of DeveloperGuidelines/EdenMobile/Framework
- Timestamp:
- 10/20/17 11:10:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/EdenMobile/Framework
v1 v2 14 14 - [http://www.w3schools.com/angular W3Schools AngularJS Tutorial] 15 15 16 API reference: 17 - http://devdocs.io/angularjs~1.5/ 18 16 19 NB 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. 17 20 … … 21 24 22 25 Documentation of these components can be found here: 23 - [http://ionicframework.com/docs/ componentsIonic CSS Components]24 - [http://ionicframework.com/docs/ apiJavaScript API]26 - [http://ionicframework.com/docs/v1/components/ Ionic CSS Components] 27 - [http://ionicframework.com/docs/v1/api/ JavaScript API] 25 28 26 29 ''Note:'' !EdenMobile does ''not'' use the ''Ionic CLI'' for development and builds, but the Cordova CLI.