source: trip-planner-front/node_modules/@angular/material/form-field/public-api.d.ts@ fa375fe

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 564 bytes
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8export * from './form-field-module';
9export * from './error';
10export * from './form-field';
11export { MatFormFieldControl } from './form-field-control';
12export * from './form-field-errors';
13export * from './hint';
14export * from './placeholder';
15export * from './prefix';
16export * from './suffix';
17export * from './label';
18export * from './form-field-animations';
Note: See TracBrowser for help on using the repository browser.