import { Component, ContentChildren, ElementRef, EventEmitter, HostListener, Input, Optional, Output, Renderer, ViewEncapsulation } from '@angular/core'; import { NG_VALUE_ACCESSOR } from '@angular/forms'; import { ActionSheet } from '../action-sheet/action-sheet'; import { Alert } from '../alert/alert'; import { Popover } from '../popover/popover'; import { App } from '../app/app'; import { Config } from '../../config/config'; import { DeepLinker } from '../../navigation/deep-linker'; import { Form } from '../../util/form'; import { BaseInput } from '../../util/base-input'; import { deepCopy, deepEqual, isCheckedProperty, isTrueProperty } from '../../util/util'; import { Item } from '../item/item'; import { Option } from '../option/option'; import { SelectPopover } from './select-popover-component'; /** * @name Select * @description * The `ion-select` component is similar to an HTML `