UNPKG

@angular/material

Version:
35 lines (34 loc) 1.23 kB
/** * @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 */ export * from './a11y/index'; export * from './animation/animation'; export * from './bidi/index'; export * from './common-behaviors/index'; export * from './compatibility/compatibility'; export * from './coordination/unique-selection-dispatcher'; export * from './datetime/index'; export * from './error/error-options'; export * from './gestures/gesture-annotations'; export * from './gestures/gesture-config'; export * from './keyboard/keycodes'; export * from './line/line'; export * from './option/index'; export * from './overlay/index'; export * from './placeholder/placeholder-options'; export * from './platform/index'; export * from './portal/portal'; export * from './portal/dom-portal-host'; export * from './portal/portal-directives'; export * from './portal/portal-injector'; export * from './ripple/index'; export * from './rxjs/index'; export * from './selection/index'; export * from './style/index'; export * from './util/object-extend'; export * from './mat-exports'; export * from './testing/month-constants';