1.

What Are Basic Models Of Emberjs?

Answer»

Routes: State of application is represented by URL and each URL has a CORRESPONDING route OBJECT that.

MODELS: Use to load data from Server.

TEMPLATES: This is html of layout.

Components: It is custom tag.

SERVICES: Services are just singleton objects to hold long-lived data such as user sessions.

Routes: State of application is represented by URL and each URL has a corresponding route object that.

Models: Use to load data from Server.

Templates: This is html of layout.

Components: It is custom tag.

Services: Services are just singleton objects to hold long-lived data such as user sessions.



Discussion

No Comment Found