@Murali wrote:
In the new Octane version, How do we refer to the current router from the child component.
**Router** export default class SomeRouter extends Route { model() { return data; } @action refreshRoute() { this.refresh(); } } **SomerRouter.hbs** <ChildComponent > **ChildComponent** export default class ChildComponent extends Component { @action revert() { //How do I invoke the "refreshRoute" on the SomeRouter from here. } }
Posts: 1
Participants: 1