dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_SearchModule cluster_SearchModule_declarations cluster_SearchModule_imports SearchComponent SearchComponent SearchModule SearchModule SearchComponent->SearchModule SearchRoutingModule SearchRoutingModule SearchRoutingModule->SearchModule

File

src/app/search/search.module.ts

import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core";
import { NativeScriptCommonModule } from "nativescript-angular/common";

import { SearchRoutingModule } from "./search-routing.module";
import { SearchComponent } from "./search.component";

@NgModule({
    imports: [
        NativeScriptCommonModule,
        SearchRoutingModule
    ],
    declarations: [
        SearchComponent
    ],
    schemas: [
        NO_ERRORS_SCHEMA
    ]
})
export class SearchModule { }

result-matching ""

    No results matching ""