Update search control component and tests ng2-forms 2.0.0

Refs #737
This commit is contained in:
Will Abson
2016-10-04 15:26:47 +01:00
parent 28783322fd
commit 8f823cf0e2
4 changed files with 16 additions and 19 deletions

View File

@@ -16,6 +16,7 @@
*/
import { NgModule, ModuleWithProviders } from '@angular/core';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { CoreModule } from 'ng2-alfresco-core';
import { AlfrescoSearchService } from './src/services/alfresco-search.service';
@@ -44,7 +45,9 @@ export const ALFRESCO_SEARCH_PROVIDERS: [any] = [
@NgModule({
imports: [
CoreModule
CoreModule,
FormsModule,
ReactiveFormsModule
],
declarations: [
...ALFRESCO_SEARCH_DIRECTIVES