Guest User

Untitled

a guest
Feb 11th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import { NgModule } from '@angular/core';
  2. import { SwipeTabDirective } from './swipe-tab.directive';
  3.  
  4. @NgModule({
  5. declarations: [
  6. SwipeTabDirective
  7. ],
  8. exports: [
  9. SwipeTabDirective
  10. ]
  11. })
  12. export class DirectivesModule { }
Add Comment
Please, Sign In to add comment