You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Octane, ember g component gets you just the test and template. Flags are needed to generate a glimmer-based or classic component, and we should cover them in this guide. The CLI guides are not versioned, so we need to make sure that we explain both Octane and non-Octane behavior.
This work should target master and will be merged in at 3.14 release.
The text was updated successfully, but these errors were encountered:
In the CLI guides, we have a section on generating components, https://cli.emberjs.com/release/basic-use/cli-commands/
In Octane,
ember g component
gets you just the test and template. Flags are needed to generate a glimmer-based or classic component, and we should cover them in this guide. The CLI guides are not versioned, so we need to make sure that we explain both Octane and non-Octane behavior.This work should target master and will be merged in at 3.14 release.
The text was updated successfully, but these errors were encountered: