ng-xtend API documentation
    Preparing search index...

    Class XtSpecialFieldsHelper

    Some code to discover and handle fields that requires special treatment

    Index

    Constructors

    Properties

    specialFieldsCache: Map<string, SpecialFields<any>> = ...

    Cache of discovered special fields per type name

    Methods

    • Checks whether a type name represents a date type

      Parameters

      • typeName: string | null | undefined

        The type name to check

      Returns boolean

      True if the type is 'date', 'date-time', or 'time'