Ember addon. Fire action when LinkTo transitions to other route. OK for SEO solution.
You can pass an action as @invokeAction attribute of LinkTo component:
You can pass closure action as invokeAction attribute of {{link-to}} component:
To pass parameters to action you can use:
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
This addon supports Embroider.
Most recent versions work with >= 3.0 versions of Ember. For more info check test scenarios in travis.yml.
For >= 2.0.0 AND < 3 compatibility use tested version: 1.0.0.
For 1.13.13 compatibility use tested version: 0.0.37.
ember install ember-link-action
See the Contributing guide for details.
This project is licensed under the MIT License.