8000 fix: provider ComplexSelectSelectionComponent · atinc/ngx-tethys@d9f713a · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d9f713a

Browse files
committed
fix: provider ComplexSelectSelectionComponent
1 parent b994b48 commit d9f713a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

demo/src/app/components/index.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ import { DemoPropertyOperationGroupComponent, DemoPropertyOperationBasicComponen
7979
import { DemoTreeModule } from './+tree';
8080
import { DemoNavIconNavComponent } from './+nav/icon-nav/icon-nav.component';
8181
import { DemoLayoutModule } from './+layout';
82+
import { ComplexSelectSectionComponent } from './+select/complex-select/complex-select-section.component';
8283

8384
export const COMPONENTS = [
8485
DemoTypographyComponent,
@@ -164,7 +165,9 @@ export const COMPONENTS = [
164165

165166
DemoMarkdownSectionComponent,
166167
DemoFlexibleTextComponent,
167-
DemoFlexibleTextBasicComponent
168+
DemoFlexibleTextBasicComponent,
169+
170+
ComplexSelectSectionComponent
168171
];
169172

170173
export const ENTRY_COMPONENTS = [
@@ -195,7 +198,9 @@ export const ENTRY_COMPONENTS = [
195198
...PROGRESS_COMPONENTS,
196199
...TOOLTIP_COMPONENTS,
197200
...ICON_COMPONENTS,
198-
DemoFlexibleTextBasicComponent
201+
DemoFlexibleTextBasicComponent,
202+
203+
ComplexSelectSectionComponent
199204
];
200205

201206
export const DEMO_MODULES = [DialogDemoModule, DemoButtonModule, DemoNotifyModule, DemoTreeModule, DemoLayoutModule];

0 commit comments

Comments
 (0)
0