/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /** * Base URL for the error details page. * * Keep the files below in full sync: * - packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.ts * - packages/core/src/error_details_base_url.ts */ export declare const ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";