Member Junction
    Preparing search index...

    Result of an angular.json configuration operation.

    interface AngularConfigResult {
        Changes?: string[];
        ErrorMessage?: string;
        Success: boolean;
    }
    Index

    Properties

    Changes?: string[]

    Summary of changes made (empty if no changes)

    ErrorMessage?: string

    Error message if the operation failed

    Success: boolean

    Whether the operation succeeded