Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ functions
Functions
22,620 in github.com/angular/angular
⨍
Functions
22,620
◇
Types & classes
18,391
↓ 30 callers
Method
create
(index: number, value: V)
packages/core/test/render3/list_reconciliation_spec.ts:13
↓ 30 callers
Method
createCallExpression
* 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 callers
Method
getScriptInfo
(fileName: string)
packages/language-service/test/legacy/mock_host.ts:247
↓ 30 callers
Function
linkedSignal
( optionsOrComputation: | { source: () => S; computation: ComputationFn<S, D>; e
packages/core/src/render3/reactivity/linked_signal.ts:49
↓ 30 callers
Function
makeDiagnostic
( code: ErrorCode, node: ts.Node, messageText: string | ts.DiagnosticMessageChain, relatedInformation?
packages/compiler-cli/src/ngtsc/diagnostics/src/error.ts:48
↓ 30 callers
Method
scheduleTask
* Schedule an existing Task. * * Useful for rescheduling a task which was already canceled. * * @param task
packages/zone.js/lib/zone-impl.ts:287
↓ 30 callers
Method
update
(item: T, index: number, value: V)
packages/core/test/render3/list_reconciliation_spec.ts:14
↓ 29 callers
Method
_beginToken
(type: TokenType, start = this._cursor.clone())
packages/compiler/src/ml_parser/lexer.ts:515
↓ 29 callers
Method
_endToken
(parts: string[], end?: CharacterCursor)
packages/compiler/src/ml_parser/lexer.ts:520
↓ 29 callers
Method
advance
Advance the cursor by one parsed character.
packages/compiler/src/ml_parser/lexer.ts:1562
↓ 29 callers
Method
getSymbol
(node: AST | TmplAstNode)
packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.ts:112
↓ 29 callers
Function
join
(basePath: T, ...paths: string[])
packages/compiler-cli/src/ngtsc/file_system/src/helpers.ts:70
↓ 29 callers
Function
makeTemplateDiagnostic
( id: TypeCheckId, mapping: SourceMapping, span: ParseSourceSpan, category: ts.DiagnosticCategory, c
packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.ts:30
↓ 29 callers
Method
match
(rootSegmentGroup: UrlSegmentGroup)
packages/router/src/recognize.ts:117
↓ 29 callers
Function
ngDebugClient
()
devtools/projects/ng-devtools-backend/src/lib/ng-debug-api/ng-debug-api.ts:14
↓ 29 callers
Method
queryAll
* @returns All `DebugElement` matches for the predicate at any depth in the subtree.
packages/core/src/debug/debug_node.ts:328
↓ 29 callers
Method
reverse
()
packages/animations/browser/test/render/web_animations/web_animations_player_spec.ts:194
↓ 28 callers
Method
addStatement
* Add a statement to this scope.
packages/compiler/src/typecheck/ops/scope.ts:309
↓ 28 callers
Method
create
(options: NgCompilerOptions)
packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.ts:77
↓ 28 callers
Method
ensureDir
(path: AbsoluteFsPath)
packages/compiler-cli/src/ngtsc/file_system/src/types.ts:83
↓ 28 callers
Function
humanizeSpan
(span: ParseSourceSpan | null | undefined)
packages/compiler/test/render3/r3_ast_spans_spec.ts:318
↓ 28 callers
Function
isLContainer
(value: RNode | LView | LContainer | {} | null)
packages/core/src/render3/interfaces/type_checks.ts:27
↓ 28 callers
Function
makeProgram
( files: {name: AbsoluteFsPath; contents: string; isRoot?: boolean}[], options?: ts.CompilerOptions, hos
packages/compiler-cli/src/ngtsc/testing/src/utils.ts:19
↓ 28 callers
Method
recordAst
(ast: e.AST)
packages/compiler/test/render3/util/expression.ts:19
↓ 28 callers
Method
register
* 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 callers
Function
setActiveConsumer
(consumer: ReactiveNode | null)
packages/core/primitives/signals/src/graph.ts:42
↓ 28 callers
Method
span
* 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 callers
Function
stringifyForError
(value: any)
packages/core/src/render3/util/stringify_utils.ts:33
↓ 28 callers
Method
transform
(value: any, ...args: any[])
packages/core/src/change_detection/pipe_transform.ts:33
↓ 28 callers
Method
visit
* 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 callers
Method
abort
(reason: Error)
packages/core/primitives/dom-navigation/testing/fake_navigation.ts:793
↓ 27 callers
Function
assertInInjectionContext
(debugFn: Function)
packages/core/src/di/contextual.ts:77
↓ 27 callers
Function
asyncTest
(this: unknown, testFn: Function, zone: Zone = Zone.current)
packages/zone.js/test/test-util.ts:98
↓ 27 callers
Function
cb
()
packages/elements/test/utils_spec.ts:34
↓ 27 callers
Method
get
* 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 callers
Method
getDecoratorsOfDeclaration
* 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 callers
Method
getDirectiveMetadata
(node: Reference<ClassDeclaration>)
packages/compiler-cli/src/ngtsc/metadata/src/api.ts:355
↓ 27 callers
Method
inPhase
* 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 callers
Function
isLView
(value: RNode | LView | LContainer | {} | null)
packages/core/src/render3/interfaces/type_checks.ts:19
↓ 27 callers
Function
isNamedClassDeclaration
( node: ts.Node, )
packages/compiler-cli/src/ngtsc/reflection/src/util.ts:13
↓ 27 callers
Function
makeError
()
packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.ts:102
↓ 27 callers
Method
markAsTouched
* 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 callers
Method
set
* Directly set the signal to a new value, and notify any dependents.
packages/core/src/render3/reactivity/signal.ts:27
↓ 27 callers
Method
sourceSpan
(start: number, artificialEndIndex?: number)
packages/compiler/src/expression_parser/parser.ts:675
↓ 27 callers
Function
validate
( path: SchemaPath<TValue, SchemaPathRules.Supported, TPathKind>, logic: NoInfer<FieldValidator<TValue, TP
packages/forms/signals/src/api/rules/validation/validate.ts:33
↓ 26 callers
Method
_visit
(ast: AST)
packages/compiler/test/expression_parser/utils/unparser.ts:268
↓ 26 callers
Method
driveDiagnostics
* Run the compiler to completion, and return any `ts.Diagnostic` errors that may have occurred.
packages/compiler-cli/test/ngtsc/env.ts:286
↓ 26 callers
Method
emit
* 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 callers
Method
forEach
(callback: Function)
packages/service-worker/worker/testing/fetch.ts:92
↓ 26 callers
Method
getTemplateSourceMapping
* 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 callers
Method
info
(...args: string[])
packages/compiler-cli/src/ngtsc/logging/src/logger.ts:16
↓ 26 callers
Function
makeRelatedInformation
( node: ts.Node, messageText: string, )
packages/compiler-cli/src/ngtsc/diagnostics/src/error.ts:79
↓ 26 callers
Function
performanceMarkFeature
(feature: string)
packages/core/src/util/performance.ts:19
↓ 26 callers
Method
relative
* 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 callers
Method
test
(arr: string[])
packages/core/schematics/migrations/signal-migration/test/golden-test/flow_cases.ts:9
↓ 26 callers
Function
unwrapRNode
(value: RNode | LView | LContainer)
packages/core/src/render3/util/view_utils.ts:62
↓ 26 callers
Method
validate
(ast: AST, cb: () => void)
packages/compiler/test/expression_parser/utils/validator.ts:51
↓ 26 callers
Method
visitExpression
(ast: Expression, context: any)
packages/compiler/src/output/output_ast.ts:1724
↓ 26 callers
Method
withCompilerAndPerfTracing
* 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 callers
Method
element
()
packages/core/src/linker/view_container_ref.ts:320
↓ 25 callers
Function
required
( path: SchemaPath<TValue, SchemaPathRules.Supported, TPathKind>, config?: BaseValidatorConfig<TValue, TPa
packages/forms/signals/src/api/rules/validation/required.ts:33
↓ 25 callers
Method
runInInjectionContext
* 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 callers
Method
stopPropagation
()
packages/service-worker/worker/testing/events.ts:42
↓ 25 callers
Function
takeUntilDestroyed
(destroyRef?: DestroyRef)
packages/core/rxjs-interop/src/take_until_destroyed.ts:25
↓ 25 callers
Function
tick
( millis: number = 0, tickOptions: {processNewMacroTasksSynchronously: boolean} = { processNewMacroTas
packages/core/testing/src/fake_async.ts:140
↓ 25 callers
Method
wrapForTypeChecker
* 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 callers
Function
bindingUpdated
(lView: LView, bindingIndex: number, value: any)
packages/core/src/render3/bindings.ts:44
↓ 24 callers
Function
createComponent
( template: (rf: any) => void, vars: number, consts?: (number | string)[][], )
packages/core/test/acceptance/ng_module_spec.ts:677
↓ 24 callers
Function
destroyPlatform
()
packages/core/src/platform/platform.ts:158
↓ 24 callers
Method
driveMain
* Run the compiler to completion, and assert that no errors occurred.
packages/compiler-cli/test/ngtsc/env.ts:260
↓ 24 callers
Function
getClass
(sf: ts.SourceFile, name: string)
packages/compiler-cli/src/ngtsc/typecheck/testing/index.ts:874
↓ 24 callers
Function
ifEnvSupports
(test: any, block: Function, otherwise?: Function)
packages/zone.js/test/test-util.ts:30
↓ 24 callers
Function
imgDirectiveDetails
(ngSrc: string, includeNgSrc = true)
packages/common/src/directives/ng_optimized_image/error_helper.ts:10
↓ 24 callers
Function
isTypeScriptFile
(fileName: string)
packages/language-service/src/utils/index.ts:407
↓ 24 callers
Method
markAsDirty
* Sets the dirty status of the field to `true`.
packages/forms/signals/src/api/types.ts:553
↓ 24 callers
Method
setProperty
(el: RElement, name: string, value: any)
packages/core/src/render3/interfaces/renderer.ts:70
↓ 24 callers
Function
visitAll
(visitor: Visitor, nodes: Node[], context: any = null)
packages/compiler/src/ml_parser/ast.ts:243
↓ 23 callers
Method
addImport
(request: ImportRequest<TFile>)
packages/compiler-cli/src/ngtsc/translator/src/api/import_generator.ts:53
↓ 23 callers
Method
advance
()
packages/compiler/src/expression_parser/parser.ts:686
↓ 23 callers
Function
assertNumber
(actual: any, msg: string)
packages/core/src/util/assert.ts:17
↓ 23 callers
Method
attachView
* 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 callers
Method
click
()
packages/core/test/acceptance/view_insertion_spec.ts:629
↓ 23 callers
Method
createProgram
(tsconfigAbsPath: string, fs: FileSystem)
packages/core/schematics/migrations/signal-migration/src/migration.ts:51
↓ 23 callers
Function
createValueHasWrongTypeError
( node: ts.Node, value: ResolvedValue, messageText: string, )
packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.ts:88
↓ 23 callers
Method
dispatchEvent
Equivalent to `navigation.dispatchEvent()`
packages/core/primitives/dom-navigation/testing/fake_navigation.ts:449
↓ 23 callers
Method
dispatchEvent
(el: Node, evt: any)
packages/platform-server/src/domino_adapter.ts:104
↓ 23 callers
Method
invoke
( targetZone: Zone, callback: Function, applyThis?: any, applyArgs?: any[], source?: strin
packages/zone.js/lib/zone-impl.ts:601
↓ 23 callers
Method
isEquivalent
(stmt: Statement)
packages/compiler/src/output/output_ast.ts:1699
↓ 23 callers
Method
removeAttribute
(el: RElement, name: string, namespace?: string | null)
packages/core/src/render3/interfaces/renderer.ts:65
↓ 23 callers
Method
resetConfig
* 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 callers
Method
resolve
(...paths: string[])
packages/compiler-cli/src/ngtsc/file_system/src/types.ts:51
↓ 23 callers
Function
setup
( targets: TypeCheckingTarget[], overrides: { config?: Partial<TypeCheckingConfig>; options?: ts.C
packages/compiler-cli/src/ngtsc/typecheck/testing/index.ts:517
↓ 23 callers
Method
text
(text: string)
packages/localize/tools/src/translate/translation_files/message_serialization/message_renderer.ts:13
↓ 23 callers
Function
toTextSpan
(span: AbsoluteSourceSpan | ParseSourceSpan | ParseSpan)
packages/language-service/src/utils/index.ts:60
↓ 23 callers
Function
waitForAsync
(fn: Function)
packages/core/testing/src/async.ts:25
↓ 22 callers
Method
delete
()
packages/compiler-cli/test/compliance/test_cases/r3_view_compiler_listener/GOLDEN_PARTIAL.js:275
↓ 22 callers
Method
end
()
packages/core/src/render3/interfaces/renderer.ts:85
↓ 22 callers
Method
isNumericLiteral
* Return `true` if the given expression is a numeric literal, or false otherwise.
packages/compiler-cli/linker/src/ast/ast_host.ts:32
↓ 22 callers
Method
min
* @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 callers
Method
moveBy
(delta: number)
packages/compiler/src/parse_util.ts:23
← previous
next →
201–300 of 22,620, ranked by callers