Improve 'ng2-alfresco-search' imports

This commit is contained in:
Denys Vuika
2016-06-15 14:19:40 +01:00
parent a41d2c88fc
commit 8ca6c8d03a
6 changed files with 16 additions and 15 deletions

View File

@@ -6,6 +6,6 @@ coverage/
dist/
src/**/*.js
src/**/*.js.map
ng2-alfresco-search.js
ng2-alfresco-search.js.map
index.js
index.js.map
!systemjs.config.js

View File

@@ -31,7 +31,7 @@ import {
ALFRESCO_SEARCH_PROVIDERS,
ALFRESCO_SEARCH_DIRECTIVES,
AlfrescoService
} from 'ng2-alfresco-search/dist/ng2-alfresco-search';
} from 'ng2-alfresco-search';
@Component({
selector: 'alfresco-search-demo',