source: trip-planner-front/node_modules/@angular/material/stepper/step-content.d.ts.map@ 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: 643 bytes
Line 
1{"version":3,"file":"step-content.d.ts","sources":["step-content.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { TemplateRef } from '@angular/core';\n/**\n * Content for a `mat-step` that will be rendered lazily.\n */\nexport declare class MatStepContent {\n _template: TemplateRef<any>;\n constructor(_template: TemplateRef<any>);\n}\n"]}
Note: See TracBrowser for help on using the repository browser.