- 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/cdk/stepper/step-label.d.ts
r76712b2 r6fe77af 7 7 */ 8 8 import { TemplateRef } from '@angular/core'; 9 import * as ɵngcc0 from '@angular/core'; 9 10 export declare class CdkStepLabel { 10 11 template: TemplateRef<any>; 11 12 constructor(/** @docs-private */ template: TemplateRef<any>); 13 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkStepLabel, never>; 14 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<CdkStepLabel, "[cdkStepLabel]", never, {}, {}, never>; 12 15 } 16 17 //# sourceMappingURL=step-label.d.ts.map
Note:
See TracChangeset
for help on using the changeset viewer.