Skip to content

Commit

Permalink
Merge pull request #19553 from Windvis/doc/template-only-doc-location
Browse files Browse the repository at this point in the history
[DOC] Link the `templateOnly` docs to the correct package
  • Loading branch information
rwjblue authored May 27, 2021
2 parents 455fdb2 + 41488b8 commit 7e57cec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@ember/component/template-only.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
```
@public
@static
@method templateOnly
@param {String} moduleName the module name that the template only component represents, this will be used for debugging purposes
@for @ember/component/template-only
@category EMBER_GLIMMER_SET_COMPONENT_TEMPLATE
*/
export { templateOnlyComponent as default } from '@glimmer/runtime';

0 comments on commit 7e57cec

Please sign in to comment.