Fix error

This commit is contained in:
mauriziovitale84 2016-06-08 17:53:31 +01:00
parent 441d65a0e1
commit d926921f69
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ng2-alfresco-search", "name": "ng2-alfresco-search",
"description": "Alfresco Angular2 Search Component", "description": "Alfresco Angular2 Search Component",
"version": "0.1.15", "version": "0.1.16",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"scripts": { "scripts": {
"typings": "typings install", "typings": "typings install",

View File

@ -59,7 +59,7 @@ export class AlfrescoSearchControlComponent implements AfterViewInit {
Validators.compose([Validators.required, Validators.minLength(3)]) Validators.compose([Validators.required, Validators.minLength(3)])
); );
translate.addComponent('node_modules/ng2-alfresco-search'); translate.addTranslationFolder('node_modules/ng2-alfresco-search');
} }
ngAfterViewInit() { ngAfterViewInit() {