diff --git a/demo-shell-ng2/app/img/admin.jpeg b/demo-shell-ng2/app/img/admin.jpeg deleted file mode 100644 index 0efd7dbd02..0000000000 Binary files a/demo-shell-ng2/app/img/admin.jpeg and /dev/null differ diff --git a/demo-shell-ng2/app/img/anonymous.gif b/demo-shell-ng2/app/img/anonymous.gif deleted file mode 100644 index e1b58fa57d..0000000000 Binary files a/demo-shell-ng2/app/img/anonymous.gif and /dev/null differ diff --git a/demo-shell-ng2/app/img/background.jpg b/demo-shell-ng2/app/img/background.jpg deleted file mode 100644 index 792f58a231..0000000000 Binary files a/demo-shell-ng2/app/img/background.jpg and /dev/null differ diff --git a/demo-shell-ng2/app/img/blank.gif b/demo-shell-ng2/app/img/blank.gif deleted file mode 100644 index e565824aaf..0000000000 Binary files a/demo-shell-ng2/app/img/blank.gif and /dev/null differ diff --git a/demo-shell-ng2/app/img/checklist.svg b/demo-shell-ng2/app/img/checklist.svg deleted file mode 100644 index 603b46fef5..0000000000 --- a/demo-shell-ng2/app/img/checklist.svg +++ /dev/null @@ -1,782 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/demo-shell-ng2/app/img/completed.svg b/demo-shell-ng2/app/img/completed.svg deleted file mode 100644 index 84f75fa8a2..0000000000 --- a/demo-shell-ng2/app/img/completed.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - diff --git a/demo-shell-ng2/app/img/createvisit.jpg b/demo-shell-ng2/app/img/createvisit.jpg deleted file mode 100644 index 7505e347e4..0000000000 Binary files a/demo-shell-ng2/app/img/createvisit.jpg and /dev/null differ diff --git a/demo-shell-ng2/app/img/users.png b/demo-shell-ng2/app/img/users.png deleted file mode 100644 index b1cca051a4..0000000000 Binary files a/demo-shell-ng2/app/img/users.png and /dev/null differ diff --git a/demo-shell-ng2/app/img/visit.jpg b/demo-shell-ng2/app/img/visit.jpg deleted file mode 100644 index b07d287404..0000000000 Binary files a/demo-shell-ng2/app/img/visit.jpg and /dev/null differ diff --git a/demo-shell-ng2/app/img/visitor.jpg b/demo-shell-ng2/app/img/visitor.jpg deleted file mode 100644 index 813426332c..0000000000 Binary files a/demo-shell-ng2/app/img/visitor.jpg and /dev/null differ diff --git a/demo-shell-ng2/app/services/notification.service.ts b/demo-shell-ng2/app/services/notification.service.ts deleted file mode 100644 index d93a12144b..0000000000 --- a/demo-shell-ng2/app/services/notification.service.ts +++ /dev/null @@ -1,31 +0,0 @@ -/*! - * @license - * Copyright 2016 Alfresco Software, Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import { Injectable } from '@angular/core'; -import { Subject } from 'rxjs/Subject'; - -@Injectable() -export class NotificationService { - - notificationsdSource = new Subject(); - - notifications = this.notificationsdSource.asObservable(); - - sendNotification(message: string) { - this.notificationsdSource.next(message); - } -} diff --git a/ng2-components/ng2-activiti-analytics/.npmignore b/ng2-components/ng2-activiti-analytics/.npmignore index 16ba3e61e5..c5ca623298 100644 --- a/ng2-components/ng2-activiti-analytics/.npmignore +++ b/ng2-components/ng2-activiti-analytics/.npmignore @@ -1,7 +1,6 @@ npm-debug.log .idea -assets/ coverage/ node_modules typings/ diff --git a/ng2-components/ng2-activiti-analytics/README.md b/ng2-components/ng2-activiti-analytics/README.md index 133858421e..15a5437144 100644 --- a/ng2-components/ng2-activiti-analytics/README.md +++ b/ng2-components/ng2-activiti-analytics/README.md @@ -38,46 +38,69 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng ## Install -```sh -npm install ng2-activiti-analytics ng2-charts chart.js moment md-date-time-picker material-design-icons material-design-lite --save -``` +Follow the 3 steps below: -Also make sure you include these dependencies in your `index.html` file: +1. Npm -```html + ```sh + npm install ng2-activiti-analytics --save + ``` - - +2. Html - - + Include these dependencies in your index.html page: - - + ```html - - - - + + + -``` + + -*If you need to have a large cross-browser compatibility make sure you include the polyfill necessary to Angular 2. More info at this -[page](/BROWSER-SUPPORT.md) .* + + + + -## Dependencies + + + + -The following component needs to be added to your systemjs.config.js : + + + -- ng2-charts -- ng2-translate -- alfresco-js-api -- ng2-alfresco-core -- ng2-activiti-diagrams -- ng2-activiti-analytics + + + + -Please refer to the following example to have an idea of how your systemjs.config should look [systemjs.config.js](demo/systemjs -.config.js) . + + + + + + + + + ``` + +3. SystemJs + + Add the following components to your systemjs.config.js file: + + - ng2-charts + - ng2-translate + - alfresco-js-api + - ng2-alfresco-core + - ng2-activiti-diagrams + - ng2-activiti-analytics + + Please refer to the following example file: [systemjs.config.js](demo/systemjs + .config.js) . ## Basic usage example Activiti Analytics List @@ -92,6 +115,12 @@ Example of an App that use Activiti Analytics List component : **main.ts** ```ts +import { NgModule, Component } from '@angular/core'; +import { BrowserModule } from '@angular/platform-browser'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; +import { CoreModule, AlfrescoSettingsService, AlfrescoAuthenticationService } from 'ng2-alfresco-core'; +import { AnalyticsModule } from 'ng2-activiti-analytics'; + @Component({ selector: 'activiti-analytics-demo', template: ` @@ -106,6 +135,17 @@ Example of an App that use Activiti Analytics List component : export class AnalyticsDemoComponent { + constructor(private authService: AlfrescoAuthenticationService, private settingsService: AlfrescoSettingsService) { + settingsService.bpmHost = 'http://localhost:9999'; + + this.authService.login('admin', 'admin').subscribe( + ticket => { + console.log(ticket); + }, + error => { + console.log(error); + }); + } } @NgModule({ @@ -149,13 +189,19 @@ Example of an App that use Activiti Analytics component : **main.ts** ```ts +import { NgModule, Component } from '@angular/core'; +import { BrowserModule } from '@angular/platform-browser'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; +import { CoreModule, AlfrescoSettingsService, AlfrescoAuthenticationService } from 'ng2-alfresco-core'; +import { AnalyticsModule } from 'ng2-activiti-analytics'; + @Component({ selector: 'activiti-analytics-demo', template: `
- +
` @@ -163,6 +209,17 @@ Example of an App that use Activiti Analytics component : export class AnalyticsDemoComponent { + constructor(private authService: AlfrescoAuthenticationService, private settingsService: AlfrescoSettingsService) { + settingsService.bpmHost = 'http://localhost:9999'; + + this.authService.login('admin', 'admin').subscribe( + ticket => { + console.log(ticket); + }, + error => { + console.log(error); + }); + } } @NgModule({ diff --git a/ng2-components/ng2-activiti-analytics/demo/index.html b/ng2-components/ng2-activiti-analytics/demo/index.html index 8d5e80fe31..5251a3000a 100644 --- a/ng2-components/ng2-activiti-analytics/demo/index.html +++ b/ng2-components/ng2-activiti-analytics/demo/index.html @@ -6,35 +6,48 @@ Alfresco Angular 2 Activiti Analytics - Demo + + + + + + + + + + + + - - - + + + + + + + + + + + + - - - - - - - - - + diff --git a/ng2-components/ng2-activiti-analytics/demo/package.json b/ng2-components/ng2-activiti-analytics/demo/package.json index 2b61ee35e2..4315d9da58 100644 --- a/ng2-components/ng2-activiti-analytics/demo/package.json +++ b/ng2-components/ng2-activiti-analytics/demo/package.json @@ -30,34 +30,7 @@ "activiti-diagrams" ], "dependencies": { - "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/core": "2.0.0", - "@angular/forms": "2.0.0", - "@angular/http": "2.0.0", - "@angular/platform-browser": "2.0.0", - "@angular/platform-browser-dynamic": "2.0.0", - "@angular/router": "3.0.0", - "@angular/upgrade": "2.0.0", - "@types/node": "^6.0.42", - "core-js": "^2.4.1", - "reflect-metadata": "^0.1.3", - "rxjs": "5.0.0-beta.12", - "systemjs": "0.19.27", - "zone.js": "^0.6.23", - "md-date-time-picker": "^2.2.0", - "raphael": "^2.2.6", - "material-design-icons": "2.2.3", - "material-design-lite": "1.2.1", - "ng2-translate": "2.5.0", - "alfresco-js-api": "^0.3.0", - "ng2-alfresco-core": "^0.3.0", - "ng2-activiti-diagrams": "^0.3.0", - "ng2-activiti-analytics": "^0.3.0", - "chart.js": "^2.1.4", - "moment": "2.15.1", - "md-date-time-picker": "^2.2.0", - "ng2-charts": "1.1.0" + "ng2-activiti-analytics": "^0.3.0" }, "devDependencies": { "@types/core-js": "^0.9.32", @@ -68,4 +41,4 @@ "typescript": "^2.0.3", "wsrv": "^0.1.5" } -} \ No newline at end of file +} diff --git a/ng2-components/ng2-activiti-analytics/demo/src/main.ts b/ng2-components/ng2-activiti-analytics/demo/src/main.ts index 9afbee493b..f07b5f2668 100644 --- a/ng2-components/ng2-activiti-analytics/demo/src/main.ts +++ b/ng2-components/ng2-activiti-analytics/demo/src/main.ts @@ -15,16 +15,25 @@ * limitations under the License. */ -import { NgModule, Component } from '@angular/core'; +import { NgModule, Component, OnInit } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; - -import { CoreModule } from 'ng2-alfresco-core'; +import { CoreModule, AlfrescoSettingsService, AlfrescoAuthenticationService } from 'ng2-alfresco-core'; import { AnalyticsModule } from 'ng2-activiti-analytics'; @Component({ selector: 'activiti-analytics-demo', template: ` +
+
+
+

+
+ Authentication failed to ip {{ host }} with user: admin, admin, you can still try to add a valid ticket to perform + operations. +
+
+

@@ -39,14 +48,56 @@ import { AnalyticsModule } from 'ng2-activiti-analytics';
` }) -export class AnalyticsDemoComponent { +export class AnalyticsDemoComponent implements OnInit { appId: number; + report: any; + authenticated: boolean; + + host: string = 'http://localhost:9999'; + + ticket: string; + + constructor(private authService: AlfrescoAuthenticationService, private settingsService: AlfrescoSettingsService) { + settingsService.bpmHost = this.host; + settingsService.setProviders('BPM'); + + if (this.authService.getTicketBpm()) { + this.ticket = this.authService.getTicketBpm(); + } + } + onReportClick(event: any) { this.report = event; } + + public updateTicket(): void { + localStorage.setItem('ticket-BPM', this.ticket); + } + + public updateHost(): void { + this.settingsService.bpmHost = this.host; + this.login(); + } + + public ngOnInit(): void { + this.login(); + } + + login() { + this.authService.login('admin', 'admin').subscribe( + ticket => { + console.log(ticket); + this.ticket = this.authService.getTicketBpm(); + this.authenticated = true; + }, + error => { + console.log(error); + this.authenticated = false; + }); + } } @NgModule({ @@ -55,9 +106,10 @@ export class AnalyticsDemoComponent { CoreModule.forRoot(), AnalyticsModule ], - declarations: [ AnalyticsDemoComponent ], - bootstrap: [ AnalyticsDemoComponent ] + declarations: [AnalyticsDemoComponent], + bootstrap: [AnalyticsDemoComponent] }) -export class AppModule { } +export class AppModule { +} platformBrowserDynamic().bootstrapModule(AppModule); diff --git a/ng2-components/ng2-activiti-analytics/package.json b/ng2-components/ng2-activiti-analytics/package.json index 211d73bf08..9164585443 100644 --- a/ng2-components/ng2-activiti-analytics/package.json +++ b/ng2-components/ng2-activiti-analytics/package.json @@ -41,51 +41,36 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "dependencies": { - "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/core": "2.0.0", - "@angular/forms": "2.0.0", - "@angular/http": "2.0.0", - "@angular/platform-browser": "2.0.0", - "@angular/platform-browser-dynamic": "2.0.0", - "@angular/router": "3.0.0", - "@angular/upgrade": "2.0.0", - "@types/node": "^6.0.42", - "alfresco-js-api": "^0.3.0", - "moment": "2.15.1", "chart.js": "^2.1.4", - "core-js": "^2.4.1", "md-date-time-picker": "^2.2.0", - "ng2-alfresco-core": "0.3.2", - "ng2-activiti-diagrams": "0.3.3", "ng2-charts": "1.1.0", - "ng2-translate": "2.5.0", - "reflect-metadata": "^0.1.3", - "rxjs": "5.0.0-beta.12", - "systemjs": "0.19.27", - "zone.js": "^0.6.23" + "moment": "2.15.1", + + "ng2-alfresco-core": "0.3.2", + "ng2-activiti-diagrams": "0.3.3" }, "devDependencies": { "@types/core-js": "^0.9.32", "@types/jasmine": "^2.2.33", "concurrently": "^2.2.0", - "cpx": "^1.3.1", - "jasmine-ajax": "^3.2.0", + "cpx": "1.3.1", "jasmine-core": "2.4.1", - "karma": "~0.13.22", - "karma-chrome-launcher": "~1.0.1", - "karma-coverage": "^1.0.0", - "karma-jasmine": "~1.0.2", + "karma": "0.13.22", + "karma-chrome-launcher": "1.0.1", + "karma-coverage": "1.0.0", + "karma-jasmine": "1.0.2", "karma-jasmine-ajax": "^0.1.13", - "karma-jasmine-html-reporter": "^0.2.0", - "karma-mocha-reporter": "^2.0.3", - "license-check": "^1.0.4", - "remap-istanbul": "^0.6.3", + "karma-mocha-reporter": "2.0.3", + "karma-jasmine-html-reporter": "0.2.0", + "license-check": "1.1.5", + "remap-istanbul": "0.6.3", "rimraf": "2.5.2", - "traceur": "^0.0.91", - "tslint": "^3.8.1", + "traceur": "0.0.91", + "tslint": "3.15.1", "typescript": "^2.0.3", - "wsrv": "^0.1.5" + "wsrv": "^0.1.5", + "xo": "0.14.0", + "yargs": "4.7.0" }, "keywords": [ "tag", diff --git a/ng2-components/ng2-activiti-diagrams/.npmignore b/ng2-components/ng2-activiti-diagrams/.npmignore index 16ba3e61e5..c5ca623298 100644 --- a/ng2-components/ng2-activiti-diagrams/.npmignore +++ b/ng2-components/ng2-activiti-diagrams/.npmignore @@ -1,7 +1,6 @@ npm-debug.log .idea -assets/ coverage/ node_modules typings/ diff --git a/ng2-components/ng2-activiti-diagrams/README.md b/ng2-components/ng2-activiti-diagrams/README.md index 051beeca29..651aa9b0f9 100644 --- a/ng2-components/ng2-activiti-diagrams/README.md +++ b/ng2-components/ng2-activiti-diagrams/README.md @@ -1,4 +1,35 @@ # Activiti Diagrams Component for Angular 2 +

+ + travis
+    Status + + + travis
+    Status + + + Coverage Status + + + npm downloads + + + license + + + alfresco component + + + angular 2 + + + typescript + + + node version + +

## Prerequisites @@ -7,71 +38,136 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng ## Install -```sh -npm install --save ng2-activiti-diagrams -``` +Follow the 3 steps below: +1. Npm -### Dependencies + ```sh + npm install ng2-activiti-diagrams --save + ``` -Add the following dependency to your index.html: +2. Html -```html - -``` + Include these dependencies in your index.html page: -The following component needs to be added to your `systemjs.config.js` file: + ```html -- [ng2-alfresco-core](https://www.npmjs.com/package/ng2-alfresco-core) - -#### raphael - -```sh -npm install raphael --save -``` - -Also make sure you include these dependencies in your `index.html` file: - -```html + -``` + + -#### Material Design Lite + + + + -The style of this component is based on [material design](https://getmdl.io/), so if you want to visualize it correctly you have to add the material -design dependency to your project: + + + -```sh -npm install --save material-design-icons material-design-lite -``` + + + + -Also make sure you include these dependencies in your `index.html` file: + + + -```html - - - - -``` + + + + + + ``` + +3. SystemJs + + Add the following components to your systemjs.config.js file: + + - ng2-translat + - ng2-alfresco-core + - ng2-activiti-diagrams + - alfresco-js-api + - raphael + + Please refer to the following example file: [systemjs.config.js](demo/systemjs + .config.js) . ## Basic usage example Activiti Diagrams -The component shows the diagram of the input process. + +This component shows the diagram of a process. + ```html ``` -#### Events -**onSuccess**: The event is emitted when the diagrams element are loaded +Usage example of this component : -**onError**: The event is emitted when the an error occur during the loading +**main.ts** +```ts + +import { NgModule, Component } from '@angular/core'; +import { BrowserModule } from '@angular/platform-browser'; +import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; + +import { CoreModule, AlfrescoSettingsService, AlfrescoAuthenticationService } from 'ng2-alfresco-core'; +import { DiagramsModule } from 'ng2-activiti-diagrams'; + +@Component({ + selector: 'activiti-diagrams-demo', + template: `` +}) + +export class DiagramDemoComponent { + + constructor(private authService: AlfrescoAuthenticationService, private settingsService: AlfrescoSettingsService) { + settingsService.bpmHost = 'http://localhost:9999'; + + this.authService.login('admin', 'admin').subscribe( + ticket => { + console.log(ticket); + }, + error => { + console.log(error); + }); + } +} + +@NgModule({ + imports: [ + BrowserModule, + CoreModule.forRoot(), + DiagramsModule + ], + declarations: [ DiagramDemoComponent ], + bootstrap: [ DiagramDemoComponent ] +}) +export class AppModule { } + +platformBrowserDynamic().bootstrapModule(AppModule); + +``` + +#### Events + +| Name | Description | +| --- | --- | +| `onSuccess` | The event is emitted when the diagrams element are loaded | +| `onError` | The event is emitted when the an error occur during the loading | #### Options -**metricPercentages** The array that contains the percentage of the time for each element + +| Name | Description | +| --- | --- | +| `metricPercentage` | The array that contains the percentage of the time for each element | ## Build from sources Alternatively you can build component from sources with the following commands: + ```sh npm install npm run build @@ -83,7 +179,7 @@ npm run build $ npm run build:w ``` -### Running unit tests +## Running unit tests ```sh npm test @@ -103,3 +199,17 @@ before performing unit testing. ```sh npm run coverage ``` + +## Demo + +If you want have a demo of how the component works, please check the demo folder : + +```sh +cd demo +npm install +npm start +``` + +## License + +[Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE) \ No newline at end of file diff --git a/ng2-components/ng2-activiti-diagrams/demo/index.html b/ng2-components/ng2-activiti-diagrams/demo/index.html index 96d17103f3..5947d24cd0 100644 --- a/ng2-components/ng2-activiti-diagrams/demo/index.html +++ b/ng2-components/ng2-activiti-diagrams/demo/index.html @@ -6,23 +6,35 @@ Alfresco Angular 2 Activiti Diagrams - Demo + + + + + - - + + + + + + + + + + + + + - - - - - +2. Html -``` + Include these dependencies in your index.html page: -*If you need to have a large cross-browser compatibility make sure you include the polyfill necessary to Angular 2. More info at this -[page](/BROWSER-SUPPORT.md) .* + ```html -## Dependencies + + + + -The following component needs to be added to your systemjs.config.js : + + + -- ng2-translate -- ng2-alfresco-core -- ng2-alfresco-login + + + + -Please refer to the following example to have an idea of how your systemjs.config should look this [systemjs.config.js](demo/systemjs -.config.js) . + + + + + + + + + ``` + +3. SystemJs + + Add the following components to your systemjs.config.js file: + + - ng2-translate + - ng2-alfresco-core + - ng2-alfresco-login + + Please refer to the following example file: [systemjs.config.js](demo/systemjs + .config.js) . ## Basic usage +This component allow to authenticate to Alfresco One and Alfresco Activiti. + + ```html ``` -Example of an App that use Alfresco login component : +Usage example of this component : **main.ts** ```ts @@ -133,17 +156,17 @@ platformBrowserDynamic().bootstrapModule(AppModule); | `onSuccess` | The event is emitted when the login is done | | `onError` | The event is emitted when the login fails | -Attribute | Description | ---- | --- | -`onSuccess` | The event is emitted when the login is done | -`onError` | The event is emitted when the login fails | +| Name | Description | +| --- | --- | +| `onSuccess` | The event is emitted when the login is done | +| `onError` | The event is emitted when the login fails | #### Options -Attribute | Options | Default | Description | Mandatory ---- | --- | --- | --- | --- -`providers` | *string* | ECM | Possible valid value are ECM, BPM or ALL. The default behaviour of this component will logged in only in the ECM . If you want log in in both system the correct value to use is ALL | -`disableCsrf` | *boolean* | false | To prevent the CSRF Token from been submitted. Only for Activiti call | +| Name | Options | Default | Description | Mandatory +| --- | --- | --- | --- | --- +| `providers` | *string* | ECM | Possible valid value are ECM, BPM or ALL. The default behaviour of this component will logged in only in the ECM . If you want log in in both system the correct value to use is ALL | +| `disableCsrf` | *boolean* | false | To prevent the CSRF Token from been submitted. Only for Activiti call | ## Custom logo and background diff --git a/ng2-components/ng2-alfresco-login/demo/index.html b/ng2-components/ng2-alfresco-login/demo/index.html index d9f50e1dc4..3d4bce6e84 100644 --- a/ng2-components/ng2-alfresco-login/demo/index.html +++ b/ng2-components/ng2-alfresco-login/demo/index.html @@ -24,6 +24,7 @@ + diff --git a/ng2-components/ng2-alfresco-login/demo/package.json b/ng2-components/ng2-alfresco-login/demo/package.json index 091fdfc9cd..644004358d 100644 --- a/ng2-components/ng2-alfresco-login/demo/package.json +++ b/ng2-components/ng2-alfresco-login/demo/package.json @@ -45,29 +45,6 @@ "alfresco" ], "dependencies": { - "@angular/common": "2.0.0", - "@angular/compiler": "2.0.0", - "@angular/core": "2.0.0", - "@angular/forms": "2.0.0", - "@angular/http": "2.0.0", - "@angular/platform-browser": "2.0.0", - "@angular/platform-browser-dynamic": "2.0.0", - "@angular/router": "3.0.0", - "@angular/upgrade": "2.0.0", - "@types/node": "^6.0.42", - "core-js": "^2.4.1", - "reflect-metadata": "^0.1.3", - "rxjs": "5.0.0-beta.12", - "systemjs": "0.19.27", - "zone.js": "^0.6.23", - "md-date-time-picker": "^2.2.0", - "moment": "2.15.1", - "material-design-icons": "2.2.3", - "material-design-lite": "1.2.1", - "ng2-translate": "2.5.0", - - "alfresco-js-api": "^0.3.0", - "ng2-alfresco-core": "^0.3.0", "ng2-alfresco-login": "^0.3.2" }, "devDependencies": { diff --git a/ng2-components/ng2-alfresco-login/demo/src/main.ts b/ng2-components/ng2-alfresco-login/demo/src/main.ts index 8c2604d456..c070ab3bee 100644 --- a/ng2-components/ng2-alfresco-login/demo/src/main.ts +++ b/ng2-components/ng2-alfresco-login/demo/src/main.ts @@ -29,6 +29,7 @@ import { LoginModule } from 'ng2-alfresco-login'; ECM Host:
BPM Host:
+