document-list cleanup

- removed HelloWorld from the package
- renamed namespace
This commit is contained in:
Denys Vuika
2016-04-21 15:12:43 +01:00
parent c20ef9e06b
commit 2c73f4a8bd
12 changed files with 12 additions and 92 deletions

View File

@@ -3,7 +3,7 @@ import {AppComponent} from './app.component';
import {ROUTER_PROVIDERS} from 'angular2/router';
import {HTTP_PROVIDERS} from 'angular2/http';
import {Authentication} from './services/authentication';
import {ALFRESCO_PROVIDERS} from 'ng2-alfresco-documentlist/component';
import {ALFRESCO_PROVIDERS} from 'ng2-alfresco-documentlist/ng2-alfresco-documentlist';
bootstrap(AppComponent, [
ROUTER_PROVIDERS,