-
In a class backed component a template tag has access to implicit `this`
```glimmer-js
class FooBar extends Component {
foo = 'bar';
{{this.foo}} //
-
I like to propose a new rule: `no-this-in-route-templates`. It would forbid using `this` context explicitly in route templates.
## Motivation
The rule enforces route templates to be treated as t…
-
The release of ember-template-compiler [1.9.0-alpha](https://github.com/toranb/ember-template-compiler/releases/tag/v1.9.0-alpha) has broken this package. There's already a [conversation](https://gith…
-
In production, we should use compiled ember templates rather than having them be compiled in the browser. This will make our app load faster as the templates wouldn't have to compile themselves on pag…
-
Hi @jamesarosen - I don't know how to do this (yet) but should we add `.template-lintrc.js` here?
What's the plan to add this to Tango and other repos?
-
- [ ] lint in the browser https://github.com/ember-template-lint/ember-template-lint/issues/2120
- [ ] contextual errors from the VM (line them up in the editor, rather than render them in a corner o…
-
https://github.com/rwjblue/ember-template-lint
-
Is there a way of rendering Ember components inside a cell? Something like the way aggrid does it with Angular through angularCompileRows?
Either that or calling an Ember action from within a cell?
…
-
Hi,
I have an working application that I want to convert to typescript.
Looking at https://github.com/electron/forge there is a typescript template that indeed runs when being a stand alone elec…
-
I have a V2 addon that uses `ember-simple-auth`. When I try to use the addon in an Embroider app, it fails to start with the following error:
```
webpack 5.94.0 compiled with 1 error in 2406 ms
B…