MCPcopy Create free account

hub / github.com/angular/angular / functions

Functions22,620 in github.com/angular/angular

↓ 30 callersMethodcreate
(index: number, value: V)
packages/core/test/render3/list_reconciliation_spec.ts:13
↓ 30 callersMethodcreateCallExpression
* Create an expression that is calling the `callee` with the given `args`. * * @param callee an expression that evaluates to a function to be ca
packages/compiler-cli/src/ngtsc/translator/src/api/ast_factory.ts:68
↓ 30 callersMethodgetScriptInfo
(fileName: string)
packages/language-service/test/legacy/mock_host.ts:247
↓ 30 callersFunctionlinkedSignal
( optionsOrComputation: | { source: () => S; computation: ComputationFn<S, D>; e
packages/core/src/render3/reactivity/linked_signal.ts:49
↓ 30 callersFunctionmakeDiagnostic
( code: ErrorCode, node: ts.Node, messageText: string | ts.DiagnosticMessageChain, relatedInformation?
packages/compiler-cli/src/ngtsc/diagnostics/src/error.ts:48
↓ 30 callersMethodscheduleTask
* Schedule an existing Task. * * Useful for rescheduling a task which was already canceled. * * @param task
packages/zone.js/lib/zone-impl.ts:287
↓ 30 callersMethodupdate
(item: T, index: number, value: V)
packages/core/test/render3/list_reconciliation_spec.ts:14
↓ 29 callersMethod_beginToken
(type: TokenType, start = this._cursor.clone())
packages/compiler/src/ml_parser/lexer.ts:515
↓ 29 callersMethod_endToken
(parts: string[], end?: CharacterCursor)
packages/compiler/src/ml_parser/lexer.ts:520
↓ 29 callersMethodadvance
Advance the cursor by one parsed character.
packages/compiler/src/ml_parser/lexer.ts:1562
↓ 29 callersMethodgetSymbol
(node: AST | TmplAstNode)
packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.ts:112
↓ 29 callersFunctionjoin
(basePath: T, ...paths: string[])
packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:70
↓ 29 callersFunctionmakeTemplateDiagnostic
( id: TypeCheckId, mapping: SourceMapping, span: ParseSourceSpan, category: ts.DiagnosticCategory, c
packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.ts:30
↓ 29 callersMethodmatch
(rootSegmentGroup: UrlSegmentGroup)
packages/router/src/recognize.ts:117
↓ 29 callersFunctionngDebugClient
()
devtools/projects/ng-devtools-backend/src/lib/ng-debug-api/ng-debug-api.ts:14
↓ 29 callersMethodqueryAll
* @returns All `DebugElement` matches for the predicate at any depth in the subtree.
packages/core/src/debug/debug_node.ts:328
↓ 29 callersMethodreverse
()
packages/animations/browser/test/render/web_animations/web_animations_player_spec.ts:194
↓ 28 callersMethodaddStatement
* Add a statement to this scope.
packages/compiler/src/typecheck/ops/scope.ts:309
↓ 28 callersMethodcreate
(options: NgCompilerOptions)
packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.ts:77
↓ 28 callersMethodensureDir
(path: AbsoluteFsPath)
packages/compiler-cli/src/ngtsc/file_system/src/types.ts:83
↓ 28 callersFunctionhumanizeSpan
(span: ParseSourceSpan | null | undefined)
packages/compiler/test/render3/r3_ast_spans_spec.ts:318
↓ 28 callersFunctionisLContainer
(value: RNode | LView | LContainer | {} | null)
packages/core/src/render3/interfaces/type_checks.ts:27
↓ 28 callersFunctionmakeProgram
( files: {name: AbsoluteFsPath; contents: string; isRoot?: boolean}[], options?: ts.CompilerOptions, hos
packages/compiler-cli/src/ngtsc/testing/src/utils.ts:19
↓ 28 callersMethodrecordAst
(ast: e.AST)
packages/compiler/test/render3/util/expression.ts:19
↓ 28 callersMethodregister
* Post-process the analysis of a decorator/class combination and record any necessary information * in the larger compilation. * * Registrati
packages/compiler-cli/src/ngtsc/transform/src/api.ts:144
↓ 28 callersFunctionsetActiveConsumer
(consumer: ReactiveNode | null)
packages/core/primitives/signals/src/graph.ts:42
↓ 28 callersMethodspan
* Retrieve a `ParseSpan` from `start` to the current position (or to `artificialEndIndex` if * provided). * * @param start Position from whic
packages/compiler/src/expression_parser/parser.ts:654
↓ 28 callersFunctionstringifyForError
(value: any)
packages/core/src/render3/util/stringify_utils.ts:33
↓ 28 callersMethodtransform
(value: any, ...args: any[])
packages/core/src/change_detection/pipe_transform.ts:33
↓ 28 callersMethodvisit
* This function is optionally defined to allow classes that implement this * interface to selectively decide if the specified `ast` should be visit
packages/compiler/src/expression_parser/ast.ts:726
↓ 27 callersMethodabort
(reason: Error)
packages/core/primitives/dom-navigation/testing/fake_navigation.ts:793
↓ 27 callersFunctionassertInInjectionContext
(debugFn: Function)
packages/core/src/di/contextual.ts:77
↓ 27 callersFunctionasyncTest
(this: unknown, testFn: Function, zone: Zone = Zone.current)
packages/zone.js/test/test-util.ts:98
↓ 27 callersFunctioncb
()
packages/elements/test/utils_spec.ts:34
↓ 27 callersMethodget
* Returns a value associated with the `key`. * * If the current zone does not have a key, the request is delegated to the parent zone. Use *
packages/zone.js/lib/zone-impl.ts:156
↓ 27 callersMethodgetDecoratorsOfDeclaration
* Examine a declaration (for example, of a class or function) and return metadata about any * decorators present on the declaration. * * @par
packages/compiler-cli/src/ngtsc/reflection/src/host.ts:556
↓ 27 callersMethodgetDirectiveMetadata
(node: Reference<ClassDeclaration>)
packages/compiler-cli/src/ngtsc/metadata/src/api.ts:355
↓ 27 callersMethodinPhase
* Run `fn` in the given `PerfPhase` and return the result. * * Enters `phase` before executing the given `fn`, then exits the phase and returns
packages/compiler-cli/src/ngtsc/perf/src/api.ts:400
↓ 27 callersFunctionisLView
(value: RNode | LView | LContainer | {} | null)
packages/core/src/render3/interfaces/type_checks.ts:19
↓ 27 callersFunctionisNamedClassDeclaration
( node: ts.Node, )
packages/compiler-cli/src/ngtsc/reflection/src/util.ts:13
↓ 27 callersFunctionmakeError
()
packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.ts:102
↓ 27 callersMethodmarkAsTouched
* Sets the touched status of the field and its descendants to `true`. * * @param options Options for marking the field as touched.
packages/forms/signals/src/api/types.ts:560
↓ 27 callersMethodset
* Directly set the signal to a new value, and notify any dependents.
packages/core/src/render3/reactivity/signal.ts:27
↓ 27 callersMethodsourceSpan
(start: number, artificialEndIndex?: number)
packages/compiler/src/expression_parser/parser.ts:675
↓ 27 callersFunctionvalidate
( path: SchemaPath<TValue, SchemaPathRules.Supported, TPathKind>, logic: NoInfer<FieldValidator<TValue, TP
packages/forms/signals/src/api/rules/validation/validate.ts:33
↓ 26 callersMethod_visit
(ast: AST)
packages/compiler/test/expression_parser/utils/unparser.ts:268
↓ 26 callersMethoddriveDiagnostics
* Run the compiler to completion, and return any `ts.Diagnostic` errors that may have occurred.
packages/compiler-cli/test/ngtsc/env.ts:286
↓ 26 callersMethodemit
* Emit an `Expression` which refers to the given `Reference` in the context of a particular * source file, if possible. * * @param ref the `R
packages/compiler-cli/src/ngtsc/imports/src/emitter.ts:201
↓ 26 callersMethodforEach
(callback: Function)
packages/service-worker/worker/testing/fetch.ts:92
↓ 26 callersMethodgetTemplateSourceMapping
* For the given type checking id, retrieve the original source mapping which describes how the * offsets in the template should be interpreted.
packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.ts:58
↓ 26 callersMethodinfo
(...args: string[])
packages/compiler-cli/src/ngtsc/logging/src/logger.ts:16
↓ 26 callersFunctionmakeRelatedInformation
( node: ts.Node, messageText: string, )
packages/compiler-cli/src/ngtsc/diagnostics/src/error.ts:79
↓ 26 callersFunctionperformanceMarkFeature
(feature: string)
packages/core/src/util/performance.ts:19
↓ 26 callersMethodrelative
* Compute the relative path between `from` and `to`. * * In file-systems that can have multiple file trees the returned path may not actually be
packages/compiler-cli/src/ngtsc/file_system/src/types.ts:48
↓ 26 callersMethodtest
(arr: string[])
packages/core/schematics/migrations/signal-migration/test/golden-test/flow_cases.ts:9
↓ 26 callersFunctionunwrapRNode
(value: RNode | LView | LContainer)
packages/core/src/render3/util/view_utils.ts:62
↓ 26 callersMethodvalidate
(ast: AST, cb: () => void)
packages/compiler/test/expression_parser/utils/validator.ts:51
↓ 26 callersMethodvisitExpression
(ast: Expression, context: any)
packages/compiler/src/output/output_ast.ts:1724
↓ 26 callersMethodwithCompilerAndPerfTracing
* Provides an instance of the `NgCompiler` and traces perf results. Perf results are logged only * if the log level is verbose or higher. This meth
packages/language-service/src/language_service.ts:877
↓ 25 callersMethodelement
()
packages/core/src/linker/view_container_ref.ts:320
↓ 25 callersFunctionrequired
( path: SchemaPath<TValue, SchemaPathRules.Supported, TPathKind>, config?: BaseValidatorConfig<TValue, TPa
packages/forms/signals/src/api/rules/validation/required.ts:33
↓ 25 callersMethodrunInInjectionContext
* Runs the given function in the `EnvironmentInjector` context of `TestBed`. * * @see {@link https://angular.dev/api/core/EnvironmentInjector#ru
packages/core/testing/src/test_bed.ts:143
↓ 25 callersMethodstopPropagation
()
packages/service-worker/worker/testing/events.ts:42
↓ 25 callersFunctiontakeUntilDestroyed
(destroyRef?: DestroyRef)
packages/core/rxjs-interop/src/take_until_destroyed.ts:25
↓ 25 callersFunctiontick
( millis: number = 0, tickOptions: {processNewMacroTasksSynchronously: boolean} = { processNewMacroTas
packages/core/testing/src/fake_async.ts:140
↓ 25 callersMethodwrapForTypeChecker
* Wraps the expression in parenthesis such that inserted * span comments become attached to the proper node.
packages/compiler/src/typecheck/ops/codegen.ts:84
↓ 24 callersFunctionbindingUpdated
(lView: LView, bindingIndex: number, value: any)
packages/core/src/render3/bindings.ts:44
↓ 24 callersFunctioncreateComponent
( template: (rf: any) => void, vars: number, consts?: (number | string)[][], )
packages/core/test/acceptance/ng_module_spec.ts:677
↓ 24 callersFunctiondestroyPlatform
()
packages/core/src/platform/platform.ts:158
↓ 24 callersMethoddriveMain
* Run the compiler to completion, and assert that no errors occurred.
packages/compiler-cli/test/ngtsc/env.ts:260
↓ 24 callersFunctiongetClass
(sf: ts.SourceFile, name: string)
packages/compiler-cli/src/ngtsc/typecheck/testing/index.ts:874
↓ 24 callersFunctionifEnvSupports
(test: any, block: Function, otherwise?: Function)
packages/zone.js/test/test-util.ts:30
↓ 24 callersFunctionimgDirectiveDetails
(ngSrc: string, includeNgSrc = true)
packages/common/src/directives/ng_optimized_image/error_helper.ts:10
↓ 24 callersFunctionisTypeScriptFile
(fileName: string)
packages/language-service/src/utils/index.ts:407
↓ 24 callersMethodmarkAsDirty
* Sets the dirty status of the field to `true`.
packages/forms/signals/src/api/types.ts:553
↓ 24 callersMethodsetProperty
(el: RElement, name: string, value: any)
packages/core/src/render3/interfaces/renderer.ts:70
↓ 24 callersFunctionvisitAll
(visitor: Visitor, nodes: Node[], context: any = null)
packages/compiler/src/ml_parser/ast.ts:243
↓ 23 callersMethodaddImport
(request: ImportRequest<TFile>)
packages/compiler-cli/src/ngtsc/translator/src/api/import_generator.ts:53
↓ 23 callersMethodadvance
()
packages/compiler/src/expression_parser/parser.ts:686
↓ 23 callersFunctionassertNumber
(actual: any, msg: string)
packages/core/src/util/assert.ts:17
↓ 23 callersMethodattachView
* Attaches a view so that it will be dirty checked. * The view will be automatically detached when it is destroyed. * This will throw if the vie
packages/core/src/application/application_ref.ts:721
↓ 23 callersMethodclick
()
packages/core/test/acceptance/view_insertion_spec.ts:629
↓ 23 callersMethodcreateProgram
(tsconfigAbsPath: string, fs: FileSystem)
packages/core/schematics/migrations/signal-migration/src/migration.ts:51
↓ 23 callersFunctioncreateValueHasWrongTypeError
( node: ts.Node, value: ResolvedValue, messageText: string, )
packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.ts:88
↓ 23 callersMethoddispatchEvent
Equivalent to `navigation.dispatchEvent()`
packages/core/primitives/dom-navigation/testing/fake_navigation.ts:449
↓ 23 callersMethoddispatchEvent
(el: Node, evt: any)
packages/platform-server/src/domino_adapter.ts:104
↓ 23 callersMethodinvoke
( targetZone: Zone, callback: Function, applyThis?: any, applyArgs?: any[], source?: strin
packages/zone.js/lib/zone-impl.ts:601
↓ 23 callersMethodisEquivalent
(stmt: Statement)
packages/compiler/src/output/output_ast.ts:1699
↓ 23 callersMethodremoveAttribute
(el: RElement, name: string, namespace?: string | null)
packages/core/src/render3/interfaces/renderer.ts:65
↓ 23 callersMethodresetConfig
* Resets the route configuration used for navigation and generating links. * * @param config The route array for the new configuration. *
packages/router/src/router.ts:388
↓ 23 callersMethodresolve
(...paths: string[])
packages/compiler-cli/src/ngtsc/file_system/src/types.ts:51
↓ 23 callersFunctionsetup
( targets: TypeCheckingTarget[], overrides: { config?: Partial<TypeCheckingConfig>; options?: ts.C
packages/compiler-cli/src/ngtsc/typecheck/testing/index.ts:517
↓ 23 callersMethodtext
(text: string)
packages/localize/tools/src/translate/translation_files/message_serialization/message_renderer.ts:13
↓ 23 callersFunctiontoTextSpan
(span: AbsoluteSourceSpan | ParseSourceSpan | ParseSpan)
packages/language-service/src/utils/index.ts:60
↓ 23 callersFunctionwaitForAsync
(fn: Function)
packages/core/testing/src/async.ts:25
↓ 22 callersMethoddelete
()
packages/compiler-cli/test/compliance/test_cases/r3_view_compiler_listener/GOLDEN_PARTIAL.js:275
↓ 22 callersMethodend
()
packages/core/src/render3/interfaces/renderer.ts:85
↓ 22 callersMethodisNumericLiteral
* Return `true` if the given expression is a numeric literal, or false otherwise.
packages/compiler-cli/linker/src/ast/ast_host.ts:32
↓ 22 callersMethodmin
* @description * Validator that requires the control's value to be greater than or equal to the provided number. * * @usageNotes * * ##
packages/forms/src/validators.ts:185
↓ 22 callersMethodmoveBy
(delta: number)
packages/compiler/src/parse_util.ts:23
← previousnext →201–300 of 22,620, ranked by callers