matcha-components 20.120.0 → 20.122.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.
|
@@ -12040,7 +12040,10 @@ class MatchaSelectModule {
|
|
|
12040
12040
|
MatchaOptionModule,
|
|
12041
12041
|
MatchaPanelModule], exports: [MatchaSelectComponent,
|
|
12042
12042
|
MatchaSelectTriggerDirective] }); }
|
|
12043
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule,
|
|
12043
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: MatchaSelectModule, providers: [
|
|
12044
|
+
// Provider para permitir injeção da interface MatchaOptionParent
|
|
12045
|
+
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaSelectComponent }
|
|
12046
|
+
], imports: [CommonModule,
|
|
12044
12047
|
MatchaOptionModule,
|
|
12045
12048
|
MatchaPanelModule] }); }
|
|
12046
12049
|
}
|
|
@@ -12059,6 +12062,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
|
|
|
12059
12062
|
exports: [
|
|
12060
12063
|
MatchaSelectComponent,
|
|
12061
12064
|
MatchaSelectTriggerDirective
|
|
12065
|
+
],
|
|
12066
|
+
providers: [
|
|
12067
|
+
// Provider para permitir injeção da interface MatchaOptionParent
|
|
12068
|
+
{ provide: MATCHA_OPTION_PARENT, useExisting: MatchaSelectComponent }
|
|
12062
12069
|
]
|
|
12063
12070
|
}]
|
|
12064
12071
|
}] });
|