dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_NgxPickrModule cluster_NgxPickrModule_declarations cluster_NgxPickrModule_exports NgxPickrDirective NgxPickrDirective NgxPickrModule NgxPickrModule NgxPickrDirective->NgxPickrModule NgxPickrDirective NgxPickrDirective NgxPickrModule->NgxPickrDirective

File

apps/ngx-pickr/src/lib/ngx-pickr.module.ts

Declarations

import {NgModule} from '@angular/core';
import {NgxPickrDirective} from './ngx-pickr.directive';
import {FormsModule} from '@angular/forms';

@NgModule({
    declarations: [
        NgxPickrDirective
    ],
    imports: [
        FormsModule
    ],
    exports: [
        NgxPickrDirective
    ]
})
export class NgxPickrModule {
}

result-matching ""

    No results matching ""