MCPcopy Create free account

hub / github.com/angular/components / functions

Functions7,844 in github.com/angular/components

↓ 464 callersMethodset
(value: T)
src/aria/private/behaviors/signal-like/signal-like.ts:24
↓ 340 callersFunctionsignal
(initialValue: T)
src/aria/private/behaviors/signal-like/signal-like.ts:48
↓ 290 callersMethodgetAttribute
Gets the value for the given attribute from the element.
src/cdk/testing/test-element.ts:148
↓ 266 callersMethodmarkForCheck
()
src/components-examples/cdk/a11y/focus-monitor-directives/focus-monitor-directives-example.ts:23
↓ 263 callersMethodpush
(marker: Marker)
src/google-maps/map-marker-clusterer/map-marker-clusterer-types.ts:29
↓ 223 callersMethodget
()
src/cdk/testing/testbed/proxy-zone-types.d.ts:21
↓ 208 callersMethodnext
Selects and focuses the next step in list.
src/cdk/stepper/stepper.ts:498
↓ 154 callersMethodclick
* Click the element at the default location for the current environment. If you need to guarantee * the element is clicked at a specific location,
src/cdk/testing/test-element.ts:87
↓ 129 callersMethodnext
Goes to the next page of the current view (e.g. next month when inside the month view).
src/material/datepicker/testing/calendar-harness.ts:69
↓ 120 callersMethodopen
Opens the datepicker.
src/material/datepicker/datepicker-base.ts:359
↓ 109 callersFunctioncomputed
(computation: () => T)
src/aria/private/behaviors/signal-like/signal-like.ts:42
↓ 103 callersMethoddestroy
* Cleans up the key manager.
src/cdk/a11y/key-manager/tree-key-manager-strategy.ts:102
↓ 103 callersMethodfocus
Focuses the text control.
src/material/chips/chip-text-control.ts:24
↓ 100 callersMethodfilter
* Filters a list of harnesses on this predicate. * @param harnesses The list of harnesses to filter. * @return A list of harnesses that satisfy
src/cdk/testing/component-harness.ts:678
↓ 97 callersFunctioncreateKeyboardEvent
( type: string, keyCode: number = 0, key: string = '', modifiers: ModifierKeys = {}, code: string =
src/cdk/testing/testbed/fake-events/event-objects.ts:131
↓ 92 callersMethodgetAllHarnesses
* Searches for all instances of the component corresponding to the given harness type under the * `HarnessLoader`'s root element, and returns a lis
src/cdk/testing/component-harness.ts:139
↓ 90 callersMethodloader
Creates a `HarnessLoader` rooted at the given fixture's root element.
src/cdk/testing/testbed/testbed-harness-environment.ts:121
↓ 86 callersMethodgetHarness
* Searches for an instance of the component corresponding to the given harness type under the * `HarnessLoader`'s root element, and returns a `Comp
src/cdk/testing/component-harness.ts:110
↓ 83 callersMethodfocus
Focus the element.
src/cdk/testing/test-element.ts:109
↓ 83 callersMethodtext
* Gets the text from the element. * @param options Options that affect what text is included.
src/cdk/testing/test-element.ts:139
↓ 77 callersFunctionparallel
(values: () => Iterable<T | PromiseLike<T>>)
src/cdk/testing/change-detection.ts:193
↓ 75 callersMethodresolve
(...segments: string[])
src/cdk/schematics/ng-update/devkit-file-system.ts:26
↓ 74 callersMethodremove
(index: number, length: number)
src/cdk/schematics/update-tool/update-recorder.ts:13
↓ 73 callersMethodelement
()
src/cdk/drag-drop/preview-ref.ts:42
↓ 72 callersMethodtoggle
* Calls the `doToggle` callback when it is deemed that the user is not moving towards * the submenu. * @param doToggle the function called when
src/cdk/menu/menu-aim.ts:41
↓ 71 callersMethodgetBoundingClientRect
()
src/cdk/drag-drop/preview-ref.ts:83
↓ 70 callersMethodblur
Blur the element.
src/cdk/testing/test-element.ts:77
↓ 66 callersMethodclear
Clear the element's input (for input and textarea elements only).
src/cdk/testing/test-element.ts:80
↓ 65 callersMethodhasClass
Checks whether the element has the given class.
src/cdk/testing/test-element.ts:151
↓ 64 callersMethodactiveItem
The active item.
src/cdk/a11y/key-manager/list-key-manager.ts:325
↓ 64 callersMethodaddOption
* Adds a predicate function that depends on an option value to be run against candidate * harnesses. If the option value is undefined, the predicat
src/cdk/testing/component-harness.ts:666
↓ 63 callersMethodselect
(...values: SelectableWithIndex<T>[])
src/cdk-experimental/selection/selection-set.ts:18
↓ 62 callersFunctiondispatchFakeEvent
(node: Node | Window, type: string, bubbles?: boolean)
src/cdk/testing/testbed/fake-events/dispatch-events.ts:31
↓ 59 callersMethodisFocused
Checks whether the element is focused.
src/cdk/testing/test-element.ts:163
↓ 56 callersMethodlisten
* Listen for future changes to item selection. * @return Function used to deregister listener
src/cdk/collections/unique-selection-dispatcher.ts:42
↓ 56 callersFunctionprovideNativeDateAdapter
( formats: MatDateFormats = MAT_NATIVE_DATE_FORMATS, )
src/material/core/datetime/index.ts:30
↓ 55 callersMethoddispatchEvent
* Dispatches an event with a particular name. * @param name Name of the event to be dispatched.
src/cdk/testing/test-element.ts:179
↓ 55 callersMethodmax
()
src/material/slider/slider.ts:225
↓ 55 callersMethodremove
()
src/google-maps/map-event-manager.ts:14
↓ 52 callersMethodlocatorForAll
* Creates an asynchronous locator function that can be used to find `ComponentHarness` instances * or elements under the root element of this `Loca
src/cdk/testing/component-harness.ts:276
↓ 51 callersFunctiondispatchKeyboardEvent
( node: Node, type: string, keyCode?: number, key?: string, modifiers?: ModifierKeys, code?: strin
src/cdk/testing/testbed/fake-events/dispatch-events.ts:40
↓ 50 callersMethodadd
(event: MatChipInputEvent)
src/material/chips/chip-grid.spec.ts:1207
↓ 50 callersMethodstringMatches
* Checks if the specified nullable string value matches the given pattern. * @param value The nullable string value to check, or a Promise resolvin
src/cdk/testing/component-harness.ts:633
↓ 49 callersMethoddisabled
()
src/material/chips/chip.ts:216
↓ 48 callersMethodlocatorFor
* Creates an asynchronous locator function that can be used to find a `ComponentHarness` instance * or element under the root element of this `Loca
src/cdk/testing/component-harness.ts:200
↓ 47 callersMethodadd
* Adds a predicate function to be run against candidate harnesses. * @param description A description of this predicate that may be used in error m
src/cdk/testing/component-harness.ts:652
↓ 47 callersMethodisSelected
(value: SelectableWithIndex<T>)
src/cdk-experimental/selection/selection-set.ts:17
↓ 45 callersFunctioncoerceBooleanProperty
(value: any)
src/cdk/coercion/boolean-property.ts:16
↓ 45 callersFunctiondispatchMouseEvent
( node: Node, type: string, clientX = 0, clientY = 0, offsetX?: number, offsetY?: number, button
src/cdk/testing/testbed/fake-events/dispatch-events.ts:55
↓ 45 callersMethodmin
()
src/material/slider/slider.ts:149
↓ 43 callersMethoddelete
()
src/google-maps/map-marker-clusterer/map-marker-clusterer-types.ts:30
↓ 43 callersMethodupdate
(updateFn: (value: T) => T)
src/aria/private/behaviors/signal-like/signal-like.ts:25
↓ 43 callersMethodvalue
Current layout direction of the element.
src/cdk/bidi/dir.ts:63
↓ 41 callersFunctiondispatchEvent
(node: Node | Window, event: T)
src/cdk/testing/testbed/fake-events/dispatch-events.ts:22
↓ 41 callersMethodreset
()
src/cdk/drag-drop/sorting/drop-list-sort-strategy.ts:33
↓ 39 callersMethodgetMonth
(date: Date)
src/material/core/datetime/native-date-adapter.ts:64
↓ 39 callersFunctioninput
(value: string)
src/aria/combobox/combobox.spec.ts:39
↓ 38 callersMethodsort
( item: DragRef, pointerX: number, pointerY: number, pointerDelta: {x: number; y: number}, )
src/cdk/drag-drop/sorting/drop-list-sort-strategy.ts:23
↓ 37 callersFunction_animationsDisabled
()
src/material/core/animation/animation.ts:43
↓ 37 callersFunctionprovideFakeDirectionality
(direction: Direction | WritableSignal<Direction>)
src/cdk/testing/private/fake-directionality.ts:32
↓ 34 callersMethoddeselect
(...values: SelectableWithIndex<T>[])
src/cdk-experimental/selection/selection-set.ts:19
↓ 34 callersMethodisExpanded
Whether the data node is expanded or collapsed. Return true if it's expanded.
src/cdk/tree/control/tree-control.ts:27
↓ 33 callersMethoderror
(message: string)
src/cdk/schematics/update-tool/logger.ts:11
↓ 33 callersMethodgetYear
(date: Date)
src/material/core/datetime/native-date-adapter.ts:60
↓ 33 callersFunctionhasModifierKey
(event: KeyboardEvent, ...modifiers: ModifierKey[])
src/cdk/keycodes/modifiers.ts:15
↓ 32 callersMethodlocatorForOptional
* Creates an asynchronous locator function that can be used to find a `ComponentHarness` instance * or element under the root element of this `Loca
src/cdk/testing/component-harness.ts:234
↓ 32 callersMethodsetValue
(value: string)
src/material/chips/chip-edit-input.ts:37
↓ 31 callersMethodfilter
()
src/components-examples/material/autocomplete/autocomplete-require-selection/autocomplete-require-selection-example.ts:28
↓ 31 callersMethodtoString
()
src/cdk/portal/portal.spec.ts:784
↓ 30 callersFunctioncoerceNumberProperty
(value: any, fallbackValue = 0)
src/cdk/coercion/number-property.ts:18
↓ 30 callersMethoddeserialize
* Returns the given value if given a valid Date or null. Deserializes valid ISO 8601 strings * (https://www.ietf.org/rfc/rfc3339.txt) into valid Da
src/material/core/datetime/native-date-adapter.ts:215
↓ 30 callersMethodload
* Loads a set of styles. * @param loader Component which will be instantiated to load the styles.
src/cdk/private/style-loader.ts:46
↓ 29 callersMethodexpanded
()
src/cdk/accordion/accordion-item.ts:65
↓ 29 callersMethodfilter
* Filter term that should be used to filter out objects from the data array. To override how * data objects match to this filter string, provide a
src/material/table/table-data-source.ts:93
↓ 29 callersMethodonKeydown
* Handles a keyboard event on the tree. * * @param event Keyboard event that represents the user interaction with the tree.
src/cdk/a11y/key-manager/tree-key-manager-strategy.ts:109
↓ 28 callersMethoddocumentRootLocatorFactory
Gets a locator factory rooted at the document root.
src/cdk/testing/component-harness.ts:165
↓ 28 callersMethodgetProperty
Gets the value of a property of an element.
src/cdk/testing/test-element.ts:157
↓ 26 callersFunctioncreateOverlayRef
(injector: Injector, config?: OverlayConfig)
src/cdk/overlay/overlay.ts:52
↓ 26 callersMethodgetDate
(date: Date)
src/material/core/datetime/native-date-adapter.ts:68
↓ 26 callersMethodgetId
* Generates a unique ID with a specific prefix. * @param prefix Prefix to add to the ID. * @param randomize Add a randomized infix string.
src/cdk/a11y/id-generator.ts:31
↓ 26 callersMethodgetLabel
()
src/cdk/a11y/key-manager/typeahead.ts:16
↓ 25 callersMethodattach
Attaches a portal to this outlet.
src/cdk/portal/portal.ts:188
↓ 24 callersMethodcompareDate
(date1: Date, date2: Date)
src/components-examples/cdk/listbox/cdk-listbox-compare-with/cdk-listbox-compare-with-example.ts:31
↓ 24 callersMethodhasAttached
Whether there is currently a portal attached to this outlet.
src/cdk/portal/portal.ts:197
↓ 24 callersMethodobserve
(elementOrRef: Element | ElementRef<Element>)
src/cdk/observers/observe-content.ts:98
↓ 24 callersMethodrequired
()
src/material/input/input.ts:203
↓ 24 callersMethodsetActiveItem
(item: any)
src/cdk/a11y/key-manager/list-key-manager.ts:212
↓ 23 callersMethod_getExpansionKey
(dataNode: T)
src/cdk/tree/tree.ts:953
↓ 23 callersMethodactive
* Whether or not the option is currently active and ready to be selected. * An active option displays styles as if it is focused, but the * focu
src/material/core/option/option.ts:152
↓ 23 callersMethodaddEventListener
(name: string, handler: (event: any) => void)
src/cdk/drag-drop/preview-ref.ts:95
↓ 23 callersFunctioncleanup
()
src/cdk/overlay/overlay.spec.ts:69
↓ 23 callersMethodgetId
Gets the id of the input.
src/material/input/testing/input-harness.ts:94
↓ 23 callersMethodgetOptions
Gets the options inside the listbox.
src/aria/listbox/testing/listbox-harness.ts:105
↓ 22 callersMethod_assertInitialized
()
src/google-maps/deprecated-map-marker-clusterer/deprecated-map-marker-clusterer.ts:522
↓ 22 callersMethodsendKeys
* Sends the given string to the input as a series of key presses. Also fires input events * and attempts to add the string to the Element's value.
src/cdk/testing/test-element.ts:126
↓ 22 callersMethodstopMonitoring
(elementOrRef: Element | ElementRef<Element>)
src/cdk/text-field/autofill.ts:130
↓ 21 callersMethoddisable
()
src/cdk/overlay/overlay.spec.ts:1132
↓ 21 callersMethodmonitor
(elementOrRef: Element | ElementRef<Element>)
src/cdk/text-field/autofill.ts:72
↓ 21 callersMethodparent
Navigates to the parent of the current active item.
src/aria/private/behaviors/tree/tree.ts:170
↓ 21 callersMethodwarn
(message: string)
src/cdk/schematics/update-tool/logger.ts:14
next →1–100 of 7,844, ranked by callers