2.2.1 • Published 3 years ago

webpack-titanium-angular v2.2.1

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
3 years ago

webpack-titanium-angular

Webpack plugin to compile Angular apps for the Titanium platform.

Getting started

First install the Titanium Angular plugin.

npm i webpack-titanium-angular --save-dev

Now you can use the plugin in your Webpack configuration.

const { TitaniumAngularCompilerPlugin } = require('webpack-titanium-angular');

module.exports = {
  plugins: [
    new TitaniumAngularCompilerPlugin({
      tsConfigPath: '/path/to/tsconfig.json',
      targetPlatform: 'ios'
    })
  ]
}

Since this plugin wraps the Angular Webpack Plugin all options from the original plugin can be used. In addition, the targetPlatform option allows you to specify a platform name (android or ios) which is used to load platform specific Angular components and/or templates.

See the titanium-angular-example project for a complete usage example.

Contributing

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 bundling apps for Titanium with Webpack, feel free to reach out on Stackoverflow or the #helpme channel on TiSlack. In case you find a bug, create a new issue or open a new JIRA ticket.

License

Apache License. Version 2.0

2.2.1

3 years ago

2.2.0

3 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.1

5 years ago

0.2.0

5 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago