Skip to content

Latest commit

History

History
23 lines (18 loc) 路 668 Bytes

extended_template_diagnostic_name.md

File metadata and controls

23 lines (18 loc) 路 668 Bytes

API Report File for "angular-srcs"

Do not edit this file. It is a report generated by API Extractor.

// @public
export enum ExtendedTemplateDiagnosticName {
    // (undocumented)
    INVALID_BANANA_IN_BOX = "invalidBananaInBox",
    // (undocumented)
    MISSING_CONTROL_FLOW_DIRECTIVE = "missingControlFlowDirective",
    // (undocumented)
    NULLISH_COALESCING_NOT_NULLABLE = "nullishCoalescingNotNullable",
    // (undocumented)
    TEXT_ATTRIBUTE_NOT_BINDING = "textAttributeNotBinding",
    // (undocumented)
    MISSING_NGFOROF_LET = "missingNgForOfLet"
}

// (No @packageDocumentation comment for this package)