Polyfill for Ember.js angle bracket component invocation syntax, enabling modern component usage in older Ember versions.
This Ember addon provides a polyfill for the angle bracket invocation syntax introduced in Ember RFCs 311 and 457. It allows developers to use the modern component invocation style with @ prefixed arguments and cleaner template syntax in Ember applications running versions 2.12 through 3.9.
<ComponentName /> instead of curly braces@ prefix like @title={{value}}@ prefix for component root elementsas |params| syntax and has-block detection<some.thing> or <Foo::Bar />The addon follows Ember's philosophy of progressive enhancement, allowing teams to adopt modern component syntax incrementally while maintaining compatibility with existing codebases running older Ember versions.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.