Moved DocumentList to the ng2-alfresco package

This commit is contained in:
Denys Vuika
2016-04-18 20:51:50 +01:00
parent 4735bee08d
commit f39653bf6f
14 changed files with 115 additions and 6 deletions

View File

@@ -3,9 +3,11 @@ 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/components";
bootstrap(AppComponent, [
ROUTER_PROVIDERS,
HTTP_PROVIDERS,
Authentication
Authentication,
ALFRESCO_PROVIDERS
]);