Skip to content

Commit 7a2422e

Browse files
authored
Merge pull request #1554 from IgnaceMaes/reference-glint-in-docs
docs: Reference Glint in docs
2 parents 5ff0c07 + deb76ef commit 7a2422e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/ember/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
New to Ember or the Octane edition specifically? You may want to read [the Ember Guides’ material on `Component`s](https://guides.emberjs.com/release/components/) first!
55
{% endhint %}
66

7-
Glimmer Components are defined in one of three ways: with templates only, with a template and a backing class, or with only a backing class \(i.e. a `yield`-only component\). When using a backing class, you get a first-class experience using TypeScript! Unfortunately, we don’t yet support type-checking for templates, but we hope to build that out eventually. Don’t let that stop you, though: types in your component classes make for a great experience, so let’s dig in and see how it works in practice.
7+
Glimmer Components are defined in one of three ways: with templates only, with a template and a backing class, or with only a backing class \(i.e. a `yield`-only component\). When using a backing class, you get a first-class experience using TypeScript! For type-checking Glimmer templates as well, see [Glint](https://typed-ember.gitbook.io/glint/).
88

99
## A simple component
1010

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ To get started, check out the instructions in [Getting Started: Installation](./
1313
* If you're totally new to using TypeScript with Ember, start with [TypeScript and Ember](./ts/README.md).
1414
* Once you have a good handle on the basics, you can dive into the guides to working with the APIs specific to [Ember](./ember/README.md) and [Ember Data](./ember-data/README.md).
1515
* If you're working with legacy (pre-Octane) Ember and TypeScript together, you should read [the Legacy Guide](./legacy/README.md).
16+
* Looking for type-checking in Glimmer templates? Check out [Glint](https://typed-ember.gitbook.io/glint/).
1617

1718
## Why TypeScript?
1819

0 commit comments

Comments
 (0)