UNPKG

@angular/material

Version:
15 lines (14 loc) 681 B
/** * @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 { MdProgressSpinner, MdProgressSpinnerBase, MdProgressSpinnerCssMatStyler, MdSpinner } from './progress-spinner'; import { MdProgressSpinnerModule } from './progress-spinner-module'; export { MdProgressSpinner as MatProgressSpinner }; export { MdProgressSpinnerBase as MatProgressSpinnerBase }; export { MdProgressSpinnerCssMatStyler as MatProgressSpinnerCssMatStyler }; export { MdProgressSpinnerModule as MatProgressSpinnerModule }; export { MdSpinner as MatSpinner };