interface ModuleOptions {
    imports?: (readonly any[] | Type<any>)[];
}

Properties

Properties

imports?: (readonly any[] | Type<any>)[]

The imports property specifies the component's template dependencies — those directives, components, and pipes that can be used within its template.