#46 fix errors

This commit is contained in:
Mario Romano
2016-05-06 01:47:39 +01:00
parent e5b54f40b8
commit 1ea845b58e
11 changed files with 47 additions and 57 deletions

View File

@@ -15,7 +15,6 @@
* limitations under the License.
*/
import { UploadDragAreaComponent } from './src/components/upload-drag-area.component';
import { UploadService } from './src/services/upload.service';
import { FileSelectDirective } from './src/directives/file-select.directive';
import { FileDraggableDirective } from './src/directives/file-draggable.directive';
import { UploadButtonComponent } from './src/components/upload-button.component';
@@ -27,8 +26,6 @@ export * from './src/directives/file-draggable.directive';
declare var _default: {
component: (typeof UploadDragAreaComponent | typeof UploadButtonComponent)[];
directives: (typeof FileSelectDirective | typeof FileDraggableDirective)[];
providers: typeof UploadService[];
};
export default _default;
export declare const ALFRESCO_ULPOAD_COMPONENT: [any];
export declare const ALFRESCO_ULPOAD_PROVAIDERS: [any];