Login
Remember
Register
Ask a Question
Components in Ember.JS
0
votes
asked
Mar 11, 2020
in
JavaScript
by
GeorgeBell
Components in Ember.JS
#ember
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 11, 2020
by
GeorgeBell
The component controls the user interface behavior which includes two parts:
a template which is written in JavaScript
a source file which is written in JavaScript that provides behavior of the components.
...