Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: expose missing export for TemplatedItemsComponent
  • Loading branch information
tbozhikov committed Oct 22, 2019
commit d7c6f907449122a2e3fdefaf6e860918d9209fe8
3 changes: 2 additions & 1 deletion nativescript-angular/directives/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ListViewComponent } from "./list-view-comp";
import { TemplateKeyDirective, SetupItemViewArgs } from "./templated-items-comp";
import { TemplateKeyDirective, SetupItemViewArgs, TemplatedItemsComponent } from "./templated-items-comp";
import { TabViewDirective, TabViewItemDirective } from "./tab-view";
import {
ActionBarComponent,
Expand Down Expand Up @@ -27,6 +27,7 @@ export {
ListViewComponent,
TemplateKeyDirective,
SetupItemViewArgs,
TemplatedItemsComponent,
TabViewDirective,
TabViewItemDirective,
ActionBarComponent,
Expand Down