Demo App : Book Collection on Ember Octane
Book Collection is a demo application using the preview version of The Octane Edition of Ember Javascript as of April 2019 This is the code on Github
Ian Irving's Code and Culture from Toronto
Book Collection is a demo application using the preview version of The Octane Edition of Ember Javascript as of April 2019 This is the code on Github
How to limiting the number of elements displayed in a Ember Component, in a way that is unobtrusive and efficient? This is what I learnt, using javascript array .slice and init() in the component class … Continue reading Limiting the number of elements displayed in a Ember Component
Following up in the last episode of adventures in JSONAPI where I figured out how to get the awesome Jsonapi Resources gem to ‘make’ a singleton resource api – profile, in this case – the next question was to figure Continue reading Working with a Singleton Resource for JSONAPI in Ember with Ember-Data jsonapi adapter