guides-source
guides-source copied to clipboard
This repository contains the Ember.js Guides
Page: https://guides.emberjs.com/release/routing/asynchronous-routing/ Ref: https://discord.com/channels/480462759797063690/483601670685720591/828585464294408233
Hi, I am just starting to learn Ember and though i like the tutorial soo far i do have a few issues. 1. Explain how to debug. For some reason...
(Issue edited by @jenweber) Whenever you generate a new route, they have `{{page-title}}` in them! We should update our code examples to include this new boilerplate, and we need to...
It can be tough to know where to get started with contributing to Ember! We should create a short and sweet welcome message and some general guidance for new contributors....
Motivation is so that devs just quick skimming the this page: https://guides.emberjs.com/v3.24.0/addons-and-dependencies/ don't feel like they need to install broccoli transform addons and do `app.import` for every dependency. This is...
This section is already pretty up to date, looks like someone went over it recently with the RFC-232 changes. Some things to add: - [ ] explanation for why the...
On the **Guides > Application Concerns > [Dependency Injection](https://guides.emberjs.com/v3.5.0/applications/dependency-injection/#toc_getting-an-application-instance-from-a-factory-instance)** page for **v3.5.0** there is a broken link to `Ember.getOwner`:  --- The broken link looks like this: https://api.emberjs.com/ember/3.5/classes/@ember%2Fapplication/methods/getOwner?anchor=getOwner  ---...
## Background - [Ember Guides: Components - Built-In Components](https://guides.emberjs.com/release/components/built-in-components/) - [Learning Team meeting notes from August 6, 2020](https://github.com/emberjs/core-notes/blob/master/learning-team/2020-08/2020-08-06.md#reorganizing-built-in-components-in-ember-guides-il-10-15-min) - https://discuss.emberjs.com/t/ember-octane-and-2-way-binding-what-are-you-recommend/18092 ## Description There were 3 problems that inspired the conversation...
## Background In the Ember Guides, we use the `+` and `-` to indicate what code have been added or deleted. For example, in the [Super Rentals Tutorial](https://guides.emberjs.com/release/tutorial/part-1/orientation/#toc_editing-files-and-live-reload) (and other...
Hello, I wanted to learn more about how LinkTo component works and came across this old page https://guides.emberjs.com/v1.10.0/routing/link-to-router-flow/ However, when I click the "view v 3.20" button, I get to...