Skip to content

Commit

Permalink
Update sites/website/src/docs/advanced/working-without-decorators.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Kreitlow <[email protected]>
  • Loading branch information
janechu and radium-v authored Aug 2, 2024
1 parent 1f7027b commit 107ba9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- decorators
---

Most of our documented examples include the use of TypeScript decorators, however as decorators are an unimplemented feature in JavaScript, see [TypeScript documentation](https://www.typescriptlang.org/docs/handbook/decorators.html) for details on our implementation, using them may not be right for your project.
Most of our documented examples include the use of TypeScript decorators. However, as decorators are an unimplemented feature in JavaScript, using them may not be right for your project. See [TypeScript documentation](https://www.typescriptlang.org/docs/handbook/decorators.html) for details on our implementation.

Without decorators you can make use of the static `definition` property on `FASTElement` to add your name, template, styles, and an attributes array.

Expand Down

0 comments on commit 107ba9d

Please sign in to comment.