Skip to content

Commit

Permalink
[refactor] export directive
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Sep 5, 2018
1 parent 10a82b6 commit 55e5286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/agm-direction.module.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NgModule, ModuleWithProviders } from '@angular/core';
import { AgmDirection } from '../directive/agm-direction.directive';

// export * from '../directive/agm-direction.directive';
export * from '../directive/agm-direction.directive';

@NgModule({
imports: [],
Expand Down

0 comments on commit 55e5286

Please sign in to comment.