@angular/material
Version:
Angular Material
18 lines (17 loc) • 916 B
TypeScript
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import { MD_SELECT_SCROLL_STRATEGY, MD_SELECT_SCROLL_STRATEGY_PROVIDER, MD_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY, MdSelect, MdSelectBase, MdSelectChange, MdSelectTrigger } from './select';
import { MdSelectModule } from './select-module';
export { MD_SELECT_SCROLL_STRATEGY as MAT_SELECT_SCROLL_STRATEGY };
export { MD_SELECT_SCROLL_STRATEGY_PROVIDER as MAT_SELECT_SCROLL_STRATEGY_PROVIDER };
export { MD_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY as MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY };
export { MdSelect as MatSelect };
export { MdSelectBase as MatSelectBase };
export { MdSelectChange as MatSelectChange };
export { MdSelectModule as MatSelectModule };
export { MdSelectTrigger as MatSelectTrigger };