Skip to content

Commit

Permalink
fix: Export injection token used by plugins (#2268)
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
  • Loading branch information
PeterStaev and NathanWalker committed Oct 12, 2020
1 parent 861a706 commit 75865f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativescript-angular/directives/index.ts
@@ -1,5 +1,5 @@
import { ListViewComponent } from './list-view-comp';
import { TemplateKeyDirective, TemplatedItemsComponent } from './templated-items-comp';
import { TemplateKeyDirective, TemplatedItemsComponent, TEMPLATED_ITEMS_COMPONENT } from './templated-items-comp';
import { TabViewDirective, TabViewItemDirective } from './tab-view';
import { ActionBarComponent, ActionBarScope, ActionItemDirective, NavigationButtonDirective } from './action-bar';
import { AndroidFilterComponent, IosFilterComponent } from './platform-filters';
Expand Down

0 comments on commit 75865f2

Please sign in to comment.