matcha-components 20.193.0 → 20.194.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.
|
@@ -1840,10 +1840,11 @@ class MatchaSelectModule {
|
|
|
1840
1840
|
MatchaSelectTriggerDirective], imports: [CommonModule,
|
|
1841
1841
|
MatchaOptionModule,
|
|
1842
1842
|
MatchaPanelModule], exports: [MatchaSelectComponent,
|
|
1843
|
-
MatchaSelectTriggerDirective
|
|
1843
|
+
MatchaSelectTriggerDirective,
|
|
1844
|
+
MatchaOptionModule] }); }
|
|
1844
1845
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: MatchaSelectModule, imports: [CommonModule,
|
|
1845
1846
|
MatchaOptionModule,
|
|
1846
|
-
MatchaPanelModule] }); }
|
|
1847
|
+
MatchaPanelModule, MatchaOptionModule] }); }
|
|
1847
1848
|
}
|
|
1848
1849
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: MatchaSelectModule, decorators: [{
|
|
1849
1850
|
type: NgModule,
|
|
@@ -1859,7 +1860,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImpor
|
|
|
1859
1860
|
],
|
|
1860
1861
|
exports: [
|
|
1861
1862
|
MatchaSelectComponent,
|
|
1862
|
-
MatchaSelectTriggerDirective
|
|
1863
|
+
MatchaSelectTriggerDirective,
|
|
1864
|
+
MatchaOptionModule
|
|
1863
1865
|
]
|
|
1864
1866
|
}]
|
|
1865
1867
|
}] });
|