matcha-components 20.182.0 → 20.183.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13614,7 +13614,7 @@ class MatchaStepperModule {
|
|
|
13614
13614
|
StepComponent,
|
|
13615
13615
|
PrevStepDirective,
|
|
13616
13616
|
NextStepDirective] }); }
|
|
13617
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: MatchaStepperModule, imports: [CommonModule] }); }
|
|
13617
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: MatchaStepperModule, providers: [MatchaStepperStateService], imports: [CommonModule] }); }
|
|
13618
13618
|
}
|
|
13619
13619
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: MatchaStepperModule, decorators: [{
|
|
13620
13620
|
type: NgModule,
|
|
@@ -13638,7 +13638,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImpor
|
|
|
13638
13638
|
PrevStepDirective,
|
|
13639
13639
|
NextStepDirective
|
|
13640
13640
|
],
|
|
13641
|
-
providers: []
|
|
13641
|
+
providers: [MatchaStepperStateService]
|
|
13642
13642
|
}]
|
|
13643
13643
|
}] });
|
|
13644
13644
|
|