도서 정보
도서 상세설명
1: Ember CLI Basics
Introduction
Installing Ember CLI
Creating your first project
Exploring pods and the folder layout
Asset compilation
Dependency management
Upgrading your project
Deployment
2: The Ember.Object Model
Introduction
Working with classes and instances
Working with computed properties
Working with Ember observers in Ember.js
Working with bindings
Using mixins
Using enumerables with arrays
3: Ember Templates
Introduction
Defining an application template
Working with conditionals in templates
Displaying a list of items
Binding with element attributes and classes
Working with HTML links inside templates
Handling HTML actions
Using template input helpers
Using development helpers
4: Ember Router
Introduction
Defining an application route
Setting up a route model
Handling dynamic segments inside routes
Defining routes with templates
Using redirection with routes
Working with asynchronous routing
Loading and error handling
Using query parameters
5: Ember Controllers
Introduction
Storing application properties
Handling actions in controllers
Working with transitions
Managing dependencies between controllers
6: Ember Components
Introduction
Using components in an application
Using events in components
Implementing actions in components
Passing properties to a component
Using yield with components
7: Ember Models and Ember Data
Introduction
Understanding the functionalities of Ember Data
Creating, reading, updating, and deleting records with Ember Data
Using fixtures
Customizing the adapter and serializer
Working with relationships
8: Logging, Debugging, and Testing
Introduction
Using Ember.Logger
Using Ember Inspector
Verifying deprecations and using advanced features of Ember Inspector
Using acceptance testing
Using unit tests
Testing components
Testing routes
Testing models
Testing controllers
9: Real-Life Tasks with Ember.js
Introduction
Using services with a component
Managing basic authentication
Using OAuth2 with Ember Simple Auth
Using Liquid Fire to create transitions
Working with HTML5 drag and drop
Learning Bootstrap with Ember.js
10: Awesome Tasks with Ember
Introduction
Using Ember validations
Using D3.js with Ember.js
Using Ember with Sockets
Using Ember with Firebase
Using server side rendering
11: Real-Time Web Applications
Introduction
Using dependency injection
Working with application initializers
Building a chat application
Creating and working with add-ons
Learning the Ember run loop
Appendix A: Index