1
1
# ember-angle-bracket-invocation-polyfill
2
2
3
- This addon provides a polyfill for angle bracket invocation syntax as described in
4
- [ RFC 311] ( https://github.com/emberjs/rfcs/pull/311 ) . It's the same components you
5
- know and love, no longer surrounded by mustaches. \o/
3
+ This addon provides a polyfill for angle bracket invocation syntax as described
4
+ in [ RFC 311] ( https://github.com/emberjs/rfcs/pull/311 ) and [ RFC
5
+ 457] ( https://emberjs.github.io/rfcs/0457-nested-lookups.html ) . It's the same
6
+ components you know and love, no longer surrounded by mustaches. \o/
6
7
7
8
[ ![ Build Status] ( https://travis-ci.org/rwjblue/ember-angle-bracket-invocation-polyfill.svg?branch=master )] ( https://travis-ci.org/rwjblue/ember-angle-bracket-invocation-polyfill )
8
9
@@ -16,7 +17,9 @@ You will additionally need to ensure ember-cli-htmlbars-inline-precompile is at
16
17
17
18
## Usage
18
19
19
- The best usage guide is [ the RFC itself] ( https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md ) ,
20
+ The best usage guide are the RFCs themselves
21
+ ([ emberjs/rfcs #311 ] ( https://emberjs.github.io/rfcs/0311-angle-bracket-invocation.html )
22
+ [ emberjs/rfcs #457 ] ( https://emberjs.github.io/rfcs/0457-nested-lookups.html ) ),
20
23
but here are a few examples of "before"/"after" to whet your appetite:
21
24
22
25
** Before** :
@@ -116,8 +119,14 @@ but here are a few examples of "before"/"after" to whet your appetite:
116
119
<Title />
117
120
```
118
121
119
- - Completely innert when running Ember 3.4 or higher
120
- - Supports Ember 2.12, 2.16, 2.18, 3.1, 3.2, 3.3
122
+ - Supports invoking components nested in subfolders:
123
+
124
+ ```
125
+ <Foo::Bar />
126
+ ```
127
+
128
+ - Completely innert when running Ember 3.10 or higher
129
+ - Supports Ember 2.12, 2.16, 2.18, 3.1, 3.2, 3.3, 3.4, 3.8, 3.9
121
130
- Test all the features listed above 😘
122
131
123
132
## Limitations
0 commit comments