@angular/material
Version:
Angular Material
24 lines (23 loc) • 872 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 { MdFormField } from './form-field';
import { MdError } from './error';
import { MdHint } from './hint';
import { MdFormFieldModule } from './form-field-module';
import { MdPrefix } from './prefix';
import { MdSuffix } from './suffix';
import { MdPlaceholder } from './placeholder';
import { MdFormFieldControl } from './form-field-control';
export { MdFormFieldModule as MatFormFieldModule };
export { MdError as MatError };
export { MdFormField as MatFormField };
export { MdFormFieldControl as MatFormFieldControl };
export { MdHint as MatHint };
export { MdPlaceholder as MatPlaceholder };
export { MdPrefix as MatPrefix };
export { MdSuffix as MatSuffix };