mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Runtime error codes in the Core, Common and Forms packages were not included into the `public-api` group reviews. This commit creates the necessary golden files to keep track of further changes in the runtime codes. This is a followup from https://github.com/angular/angular/pull/44398#issuecomment-1006910976. PR Close #44677
407 B
407 B
API Report File for "angular-srcs"
Do not edit this file. It is a report generated by API Extractor.
// @public
export const enum RuntimeErrorCode {
// (undocumented)
MISSING_CONTROL = 1001,
// (undocumented)
MISSING_CONTROL_VALUE = 1002,
// (undocumented)
NO_CONTROLS = 1000
}
// (No @packageDocumentation comment for this package)