source: trip-planner-front/node_modules/@angular/material/tabs/tab-label.d.ts.map@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{"version":3,"file":"tab-label.d.ts","sources":["tab-label.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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 { InjectionToken, TemplateRef, ViewContainerRef } from '@angular/core';\nimport { CdkPortal } from '@angular/cdk/portal';\n/**\n * Injection token that can be used to reference instances of `MatTabLabel`. It serves as\n * alternative token to the actual `MatTabLabel` class which could cause unnecessary\n * retention of the class and its directive metadata.\n */\nexport declare const MAT_TAB_LABEL: InjectionToken<MatTabLabel>;\n/**\n * Used to provide a tab label to a tab without causing a circular dependency.\n * @docs-private\n */\nexport declare const MAT_TAB: InjectionToken<any>;\n/** Used to flag tab labels for use with the portal directive */\nexport declare class MatTabLabel extends CdkPortal {\n _closestTab: any;\n constructor(templateRef: TemplateRef<any>, viewContainerRef: ViewContainerRef, _closestTab: any);\n}\n"]}
Note: See TracBrowser for help on using the repository browser.