mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Moved DocumentList to the ng2-alfresco package
This commit is contained in:
@@ -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
|
||||
]);
|
||||
|
Reference in New Issue
Block a user