File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,9 @@ Element](./customizing-a-components-element/).
54
54
55
55
## Defining a Component Subclass
56
56
57
- Often times, your components will just encapsulate certain snippets of
58
- Handlebars templates that you find yourself using over and over. In
59
- those cases, you do not need to write any JavaScript at all. Define
60
- the Handlebars template as described above and use the component that is
61
- created.
57
+ Often times, your components will contain reused Handlebar templates. In
58
+ those cases, you do not need to write any JavaScript at all. Handlebars
59
+ allows you to you to define templates and reuse them as components.
62
60
63
61
If you need to customize the behavior of the component you'll
64
62
need to define a subclass of [ ` Component ` ] ( https://www.emberjs.com/api/ember/release/classes/Component ) . For example, you would
You can’t perform that action at this time.
0 commit comments