Angle Bracket Invocation in Ember.js
As long as components have been a thing in Ember.js the standard syntax for invoking them in a handlebar template has been using double curly braces, e.g.
{{my-component}}
As long as components have been a thing in Ember.js the standard syntax for invoking them in a handlebar template has been using double curly braces, e.g.
{{my-component}}