#878 demo and doc search component

This commit is contained in:
Mario Romano
2016-11-09 01:58:02 +00:00
parent cf0b0c5974
commit 7579253a50
5 changed files with 171 additions and 316 deletions

View File

@@ -28,7 +28,6 @@ import {
AlfrescoTranslationService
} from 'ng2-alfresco-core';
@Component({
selector: 'alfresco-app-demo',
template: `<label for="ticket"><b>Insert a valid access ticket / ticket:</b></label><br>
@@ -54,7 +53,7 @@ class SearchDemo implements OnInit {
public searchTerm: string = 'test';
public ecmHost: string = 'http://devproducts-platform.alfresco.me';
public ecmHost: string = 'http://localhost:8080';
ticket: string;