Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 55e5286

Browse files
committed
[refactor] export directive
1 parent 10a82b6 commit 55e5286

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/agm-direction.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { NgModule, ModuleWithProviders } from '@angular/core';
22
import { AgmDirection } from '../directive/agm-direction.directive';
33

4-
// export * from '../directive/agm-direction.directive';
4+
export * from '../directive/agm-direction.directive';
55

66
@NgModule({
77
imports: [],

0 commit comments

Comments
 (0)