- Timestamp:
- 02/06/22 18:15:51 (3 years ago)
- Branches:
- master
- Children:
- 571e0df
- Parents:
- 76712b2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/stepper/stepper-intl.d.ts
r76712b2 r6fe77af 9 9 import { Subject } from 'rxjs'; 10 10 /** Stepper data that is required for internationalization. */ 11 import * as ɵngcc0 from '@angular/core'; 11 12 export declare class MatStepperIntl { 12 13 /** … … 21 22 /** Label that is used to indicate step as editable to screen readers. */ 22 23 editableLabel: string; 24 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperIntl, never>; 23 25 } 24 26 /** @docs-private */ … … 30 32 useFactory: typeof MAT_STEPPER_INTL_PROVIDER_FACTORY; 31 33 }; 34 35 //# sourceMappingURL=stepper-intl.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.