mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#33 components build
This commit is contained in:
@@ -5,8 +5,8 @@ import {Authentication} from './services/authentication';
|
||||
import {AuthRouterOutlet} from './components/AuthRouterOutlet';
|
||||
import {HomeView} from './components/home.view';
|
||||
import {Page1View} from './components/page1.view';
|
||||
import {AlfrescoService} from 'ng2-alfresco-documentslist/dist/alfresco.service';
|
||||
import {Page2View} from './components/page2.view';
|
||||
import {AlfrescoService} from 'ng2-alfresco/components';
|
||||
|
||||
@Component({
|
||||
selector: 'my-app',
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import {Component} from 'angular2/core';
|
||||
import {DocumentList} from 'ng2-alfresco/components';
|
||||
import {DocumentList} from '../../../ng2-alfresco-documentslist/src/components';
|
||||
|
||||
@Component({
|
||||
selector: 'home-view',
|
||||
|
@@ -1,5 +1,5 @@
|
||||
import {Component} from 'angular2/core';
|
||||
import {HelloWorld} from 'ng2-alfresco/components';
|
||||
import {HelloWorld} from '../../../ng2-alfresco-documentslist/src/components';
|
||||
|
||||
@Component({
|
||||
selector: 'page2-view',
|
||||
|
@@ -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/components';
|
||||
import {ALFRESCO_PROVIDERS} from '../../ng2-alfresco-documentslist/src/components';
|
||||
|
||||
bootstrap(AppComponent, [
|
||||
ROUTER_PROVIDERS,
|
||||
|
@@ -21,7 +21,7 @@
|
||||
"es6-shim": "^0.35.0",
|
||||
"font-awesome": "^4.5.0",
|
||||
"jquery": "^2.2.2",
|
||||
"ng2-alfresco": "file:../ng2-alfresco",
|
||||
"ng2-alfresco-documentslist": "file:../ng2-components/ng2-alfresco-documentslist",
|
||||
"ng2-uploader": "denisvuyka/ng2-uploader",
|
||||
"reflect-metadata": "0.1.2",
|
||||
"rxjs": "5.0.0-beta.2",
|
||||
|
Reference in New Issue
Block a user