ngrx-uml
Version:
NGRX to Plant UML diagram
16 lines (15 loc) • 679 B
TypeScript
import ts from 'typescript';
import { ConvertContext } from '../../../core/converters';
import { NamedConvertedItem } from '../../../core/converters/models';
import { NodeConverter } from '../../../core/converters/node.converter';
export declare class NgModuleConverter extends NodeConverter {
convert(context: ConvertContext, node: ts.ClassDeclaration): NamedConvertedItem | undefined;
private getModuleDecorator;
private isNgModuleDecorator;
private extractStoreModuleCall;
private extractImportsProperty;
private getImportsProperty;
private getReducersFromDecoratorArgument;
private getNgModuleMetadata;
private getReducersFromDecorator;
}