source: trip-planner-front/node_modules/@angular/material/stepper/step-content.d.ts@ 6fe77af

Last change on this file since 6fe77af was 6fe77af, checked in by Ema <ema_spirova@…>, 2 years ago

add location feature

  • Property mode set to 100644
File size: 711 bytes
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import { TemplateRef } from '@angular/core';
9/**
10 * Content for a `mat-step` that will be rendered lazily.
11 */
12import * as ɵngcc0 from '@angular/core';
13export declare class MatStepContent {
14 _template: TemplateRef<any>;
15 constructor(_template: TemplateRef<any>);
16 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepContent, never>;
17 static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepContent, "ng-template[matStepContent]", never, {}, {}, never>;
18}
19
20//# sourceMappingURL=step-content.d.ts.map
Note: See TracBrowser for help on using the repository browser.