@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface Forms<T>

    This is for when you have a list of ReactiveForm and you want to manage them for API with ManyToOne relation.

    interface Forms<T extends ReactiveFormData> {
        children?: Forms<T>[];
        form: ReactiveForm<T>;
        id?: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    children?: Forms<T>[]
    id?: number

    If it has a value, that means it exists in databases.