Add README info on component usage

Refs #90
This commit is contained in:
Will Abson
2016-06-01 16:22:25 +01:00
parent 0c03a128dd
commit d3c7bacc0a
2 changed files with 279 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ declare var componentHandler: any;
export class AlfrescoSearchControlComponent {
@Input()
searchTerm = 'Default search';
searchTerm = '';
@Output()
searchChange = new EventEmitter();