All Projects → appcelerator → titanium-angular

appcelerator / titanium-angular

Licence: Apache-2.0 license
Use the Titanium platform with Angular

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to titanium-angular

youtube-playlist
❄️ Extract links, ids, and names from a youtube playlist
Stars: ✭ 73 (+356.25%)
Mutual labels:  npm-package
validid
A Javascript library to validate ID card numbers of China, Taiwan, Hong Kong and South Korea
Stars: ✭ 37 (+131.25%)
Mutual labels:  npm-package
youtrack-cli
Command Line Tool for interacting with youtrack
Stars: ✭ 14 (-12.5%)
Mutual labels:  npm-package
sdk-js
Viblo Javascript SDK
Stars: ✭ 17 (+6.25%)
Mutual labels:  npm-package
angular2-yandex-maps
Angular 2 components Yandex Maps.
Stars: ✭ 26 (+62.5%)
Mutual labels:  npm-package
jsdoc-api
A programmatic interface for jsdoc3 with a few extra features
Stars: ✭ 55 (+243.75%)
Mutual labels:  npm-package
fadable
Fade in elements as they move into view, at both the bottom and top of the viewport.
Stars: ✭ 16 (+0%)
Mutual labels:  npm-package
nodejs-health-checker
This is a Node package that allows you to track the health of your application providing readiness and liveness functionalities.
Stars: ✭ 34 (+112.5%)
Mutual labels:  npm-package
useCustomHooks
📦 npm package containing a set of custom hooks for your next React project.
Stars: ✭ 12 (-25%)
Mutual labels:  npm-package
EverydayFun
A simple NPM package which can return everyday quotes, jokes, riddles and interesting facts!
Stars: ✭ 35 (+118.75%)
Mutual labels:  npm-package
titanium-vue
Use Vue.js to easily create native mobile apps with Axway Appcelerator Titanium.
Stars: ✭ 45 (+181.25%)
Mutual labels:  npm-package
ts-ci
🚀 A starter for TS projects meant to be published on NPM.
Stars: ✭ 282 (+1662.5%)
Mutual labels:  npm-package
react-folder-tree
A versatile react treeview library that supports custom icons and event handlers
Stars: ✭ 56 (+250%)
Mutual labels:  npm-package
front-matter-manipulator
A utility for parsing and manipulating documents with Front Matter
Stars: ✭ 25 (+56.25%)
Mutual labels:  npm-package
hex-rgba
Convert HEX to RGBA
Stars: ✭ 12 (-25%)
Mutual labels:  npm-package
react-microsoft-login
Microsoft services authorization with React.
Stars: ✭ 65 (+306.25%)
Mutual labels:  npm-package
v-svg-icons
Svg icons for VueJS.
Stars: ✭ 36 (+125%)
Mutual labels:  npm-package
React-Pincode
A NPM module which auto fills City, District and State fields when a valid Zip Code in entered!
Stars: ✭ 26 (+62.5%)
Mutual labels:  npm-package
mongo-gui
A web-based MongoDB graphical user interface
Stars: ✭ 111 (+593.75%)
Mutual labels:  npm-package
aws-api-read-stream
Turn an AWS api call into a readable stream
Stars: ✭ 24 (+50%)
Mutual labels:  npm-package

Titanium Angular

Use Angular 9 to easily create native mobile apps with Axway Appcelerator Titanium.

⚠️ This platform is currently in an early beta stage. Expect things to be broken or APIs to change as this project matures. DO NOT USE IN PRODUCTION!

Requirements

  • iOS or Android SDK installed
  • Latest Titanium SDK master (install via appc ti sdk install -b master)

Getting started

You can checkout how Titanium Angular works by taking a look at the bundled example application. To get started, first prepare all bundled packages by installing their dependencies with npm run bootstrap. After that, go to the example project in ti-angular-example. You can now build and run the app with appc run -p [android|ios].

You can find more details in the Titanium Angular Guide.

Development Guide

Clone the repo and run the following commands to start developing.

# Install deps
npm i

# Compile and watch for changes
npm run dev

Contributions

Open source contributions are greatly appreciated! If you have a bugfix, improvement or new feature, please create an issue first and submit a pull request against master.

Getting Help

If you have questions about the Angular platform on Titanium, feel free to reach out on Stackoverflow or the #titanium-angular channel on TiSlack. In case you find a bug, create a new issue or open a new JIRA ticket.

License

Apache 2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].