Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 303 Bytes

deprecate-import--input-from-ember.md

File metadata and controls

19 lines (15 loc) · 303 Bytes
title until since parent
Ember._Input
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _Input could be accessed via the Ember import:

import Ember from 'ember';

Ember._Input

If needed, _Input can be imported:

import { Input }  from '@ember/component';