Google News
logo
Ember.js - Interview Questions
What are the different Template components in Ember.js? Is there any similarity between them?
Various template components are potent in Ember.js and are used for specific purposes related to running the code in an error-free manner.
 
These template components are :
 
* View
* Outlet
* Render
* Partial
* Yield

They are similar in one aspect, and that is they can be called in all the programs with similar functions.
Advertisement