@angular/material
Version:
Angular Material
15 lines (14 loc) • 681 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 { 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 };