mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-11 08:02:34 +01:00
project structure update for more accurate import
This commit is contained in:
parent
36288562e6
commit
945cdb7e4f
43 changed files with 47 additions and 42 deletions
|
|
@ -1 +1 @@
|
|||
export * from './scrollPosition.directive';
|
||||
export * from './scrollPosition';
|
||||
|
|
|
|||
1
src/app/theme/directives/scrollPosition/index.ts
Normal file
1
src/app/theme/directives/scrollPosition/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './scrollPosition.directive.ts';
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import {Directive, Input, Output, EventEmitter, HostListener, ElementRef} from 'angular2/core';
|
||||
import {Directive, Input, Output, EventEmitter, HostListener} from 'angular2/core';
|
||||
|
||||
@Directive({
|
||||
selector: '[scrollPosition]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue