@ember/legacy-built-in-components

v0.4.0
Provides the legacy implementation of the `Checkbox`, `LinkComponent`, `TextArea` and `TextField` component classes as specified in RFC #671.
ember-addon

build

ember build --environment=production

lint

npm-run-all --aggregate-output --continue-on-error --parallel "lint:!(fix)"

lint:fix

npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix

lint:hbs

ember-template-lint .

lint:hbs:fix

ember-template-lint . --fix

lint:js

eslint . --cache

lint:js:fix

eslint . --fix

start

ember serve

test

npm-run-all test:*

test:ember

ember test

test:ember-compatibility

ember try:each

prepack

ember ts:precompile

postpack

ember ts:clean
npm i @ember/[email protected]

Metadata

  • MIT
  • 12.* || 14.* || >= 16
  • Unknown
  • released 11/23/2021

Downloads