Skip to content

Commit 75865f2

Browse files
fix: Export injection token used by plugins (#2268)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
1 parent 861a706 commit 75865f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nativescript-angular/directives/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ListViewComponent } from './list-view-comp';
2-
import { TemplateKeyDirective, TemplatedItemsComponent } from './templated-items-comp';
2+
import { TemplateKeyDirective, TemplatedItemsComponent, TEMPLATED_ITEMS_COMPONENT } from './templated-items-comp';
33
import { TabViewDirective, TabViewItemDirective } from './tab-view';
44
import { ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective } from './action-bar';
55
import { AndroidFilterComponent, IosFilterComponent } from './platform-filters';

0 commit comments

Comments
 (0)