Last change
on this file since 571e0df was 6fe77af, checked in by Ema <ema_spirova@…>, 3 years ago |
add location feature
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[6a3a178] | 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 | */
|
---|
| 8 | import { CdkStepperNext, CdkStepperPrevious } from '@angular/cdk/stepper';
|
---|
| 9 | /** Button that moves to the next step in a stepper workflow. */
|
---|
[6fe77af] | 10 | import * as ɵngcc0 from '@angular/core';
|
---|
[6a3a178] | 11 | export declare class MatStepperNext extends CdkStepperNext {
|
---|
[6fe77af] | 12 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperNext, never>;
|
---|
| 13 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepperNext, "button[matStepperNext]", never, { "type": "type"; }, {}, never>;
|
---|
[6a3a178] | 14 | }
|
---|
| 15 | /** Button that moves to the previous step in a stepper workflow. */
|
---|
| 16 | export declare class MatStepperPrevious extends CdkStepperPrevious {
|
---|
[6fe77af] | 17 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatStepperPrevious, never>;
|
---|
| 18 | static ɵdir: ɵngcc0.ɵɵDirectiveDeclaration<MatStepperPrevious, "button[matStepperPrevious]", never, { "type": "type"; }, {}, never>;
|
---|
[6a3a178] | 19 | }
|
---|
[6fe77af] | 20 |
|
---|
| 21 | //# sourceMappingURL=stepper-button.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.