mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Simple native (ng2) document list component
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {bootstrap} from 'angular2/platform/browser';
|
||||
import {AppComponent} from './app.component';
|
||||
import {ROUTER_PROVIDERS} from "angular2/router";
|
||||
import {HTTP_PROVIDERS} from 'angular2/http';
|
||||
import {Authentication} from "./services/authentication";
|
||||
|
||||
bootstrap(AppComponent, [
|
||||
ROUTER_PROVIDERS,
|
||||
HTTP_PROVIDERS,
|
||||
Authentication
|
||||
]);
|
||||
|
Reference in New Issue
Block a user