mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix error
This commit is contained in:
parent
441d65a0e1
commit
d926921f69
@ -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",
|
||||||
|
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user