// import { NgModule } from '@angular/core'; // import { BrowserModule } from '@angular/platform-browser'; // import { FormsModule } from '@angular/forms'; // import { SearchOptionsComponent } from './'; // import { NgPipesModule } from 'angular-pipes'; // @NgModule({ // declarations: [ // SearchOptionsComponent // ], // exports: [ // SearchOptionsComponent // ], // imports: [ // BrowserModule, // FormsModule, // NgPipesModule // ] // }) // export class SearchOptionsModule {}