guides-source icon indicating copy to clipboard operation
guides-source copied to clipboard

This repository contains the Ember.js Guides

Results 185 guides-source issues
Sort by recently updated
recently updated
newest added

In the [Quick Start Guide](https://guides.emberjs.com/release/getting-started/quick-start/), under **Create a New Application** section, the output example can be updated to reflect the current version and be consistent with other guides. Currently, in...

In the guides, it is suggested to use `this.router.on` as a way to prevent a route transition: https://guides.emberjs.com/release/routing/preventing-and-retrying-transitions/#toc_preventing-transitions-via-routewillchange However, this listener is never torn down, and will fire for all...

this is one of the most important topics in testing, and we don't say anything haha What is settled? when do you want to be settled? renderSettled? some techniques for...

Things like - Custom QUnit checkboxes!! - Assigning getSettledState / getPendingWaiterState to `window` (so you can see what's holding up your test _live_!) - why / how is a property...

I added some examples of yielding a contextual component with generic types to the "Invokables" typescript guides. As part of this, I broke the "Advanced Signature Techniques" section into two...