Upgrade ng2-alfresco-search

This commit is contained in:
Denys Vuika
2016-09-21 12:46:57 +01:00
parent 3fcc84cd02
commit 90646ce910
13 changed files with 81 additions and 54 deletions

View File

@@ -18,6 +18,8 @@
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { SearchModule } from 'ng2-alfresco-search';
import { AppComponent } from './app.component';
import { routing } from './app.routes';
@@ -38,7 +40,8 @@ import { WEBSCRIPTCOMPONENT } from 'ng2-alfresco-webscript';
@NgModule({
imports: [
BrowserModule,
routing
routing,
SearchModule.forRoot()
],
declarations: [
AppComponent,