Ember.js - Coming Soon in Ember Octane - Part 2: Angle Brackets & Named Arguments

The only thing I’ve found strange with Angle Bracket components so far is dynamic components using the {{component}} helper cannot be converted to angle bracket notation.

Also quick note about positional params: @ef4 had a cool point that positional params just assign named params, so if you know the target name of positional params, you can still use angle bracket components.