@enjoys/context-engine 1.2.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/codeActions/angular.json +126 -0
- package/data/codeActions/css.json +111 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeActions/tailwindcss.json +76 -0
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/css.json +68 -0
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +103 -0
- package/data/color/angular.json +21 -0
- package/data/color/css.json +124 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/color/tailwindcss.json +53 -0
- package/data/commands/angular.json +312 -0
- package/data/commands/css.json +41 -0
- package/data/commands/manifest.json +734 -727
- package/data/commands/nestjs.json +273 -0
- package/data/commands/nextjs.json +123 -0
- package/data/commands/react.json +210 -0
- package/data/commands/shadcn.json +410 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/tailwindcss.json +53 -0
- package/data/completion/angular.json +1490 -0
- package/data/completion/css.json +1176 -0
- package/data/completion/javascript.json +27 -0
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/react.json +1319 -0
- package/data/completion/redis-cli.json +1 -1
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/tailwindcss.json +284 -0
- package/data/completion/typescript.json +27 -0
- package/data/declaration/angular.json +46 -0
- package/data/declaration/css.json +59 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +137 -0
- package/data/definition/angular.json +670 -0
- package/data/definition/css.json +115 -0
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/react.json +397 -0
- package/data/definition/redis-cli.json +1 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/tailwindcss.json +115 -0
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +125 -0
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +160 -0
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/css.json +101 -0
- package/data/documentRangeFormatting/nestjs.json +17 -0
- package/data/documentRangeFormatting/nextjs.json +17 -0
- package/data/documentRangeFormatting/react.json +78 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentRangeFormatting/tailwindcss.json +55 -0
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/css.json +96 -0
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +166 -26
- package/data/documentSymbol/tailwindcss.json +110 -0
- package/data/foldingRange/angular.json +99 -0
- package/data/foldingRange/css.json +66 -0
- package/data/foldingRange/nestjs.json +26 -0
- package/data/foldingRange/nextjs.json +26 -0
- package/data/foldingRange/react.json +120 -0
- package/data/foldingRange/shadcn.json +93 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/foldingRange/tailwindcss.json +60 -0
- package/data/formatting/angular.json +21 -0
- package/data/formatting/css.json +73 -0
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/react.json +71 -0
- package/data/formatting/shadcn.json +61 -0
- package/data/formatting/shell.json +103 -19
- package/data/formatting/tailwindcss.json +48 -0
- package/data/hover/angular.json +455 -0
- package/data/hover/css.json +300 -0
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/react.json +173 -0
- package/data/hover/redis-cli.json +1 -1
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/tailwindcss.json +968 -0
- package/data/implementation/angular.json +22 -0
- package/data/implementation/css.json +65 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/implementation/tailwindcss.json +59 -0
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/css.json +87 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlayHints/tailwindcss.json +111 -0
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/css.json +125 -0
- package/data/inlineCompletions/javascript.json +12 -0
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +185 -35
- package/data/inlineCompletions/tailwindcss.json +411 -0
- package/data/inlineCompletions/typescript.json +12 -0
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/css.json +40 -0
- package/data/linkedEditingRange/nestjs.json +10 -0
- package/data/linkedEditingRange/nextjs.json +11 -0
- package/data/linkedEditingRange/react.json +75 -0
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/tailwindcss.json +30 -0
- package/data/links/angular.json +95 -0
- package/data/links/css.json +55 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +65 -0
- package/data/manifest.json +399 -150
- package/data/onTypeFormatting/angular.json +14 -0
- package/data/onTypeFormatting/css.json +82 -0
- package/data/onTypeFormatting/nestjs.json +16 -0
- package/data/onTypeFormatting/nextjs.json +17 -0
- package/data/onTypeFormatting/react.json +127 -0
- package/data/onTypeFormatting/shadcn.json +54 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/onTypeFormatting/tailwindcss.json +63 -0
- package/data/rangeSemanticTokens/angular.json +140 -0
- package/data/rangeSemanticTokens/css.json +125 -0
- package/data/rangeSemanticTokens/nestjs.json +27 -0
- package/data/rangeSemanticTokens/nextjs.json +28 -0
- package/data/rangeSemanticTokens/react.json +216 -0
- package/data/rangeSemanticTokens/shadcn.json +140 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +186 -0
- package/data/references/angular.json +26 -0
- package/data/references/css.json +65 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +125 -0
- package/data/rename/angular.json +131 -0
- package/data/rename/css.json +91 -0
- package/data/rename/nestjs.json +32 -0
- package/data/rename/nextjs.json +31 -0
- package/data/rename/react.json +88 -0
- package/data/rename/shadcn.json +79 -0
- package/data/rename/shell.json +101 -31
- package/data/rename/tailwindcss.json +58 -0
- package/data/selectionRange/angular.json +95 -0
- package/data/selectionRange/css.json +55 -0
- package/data/selectionRange/nestjs.json +21 -0
- package/data/selectionRange/nextjs.json +22 -0
- package/data/selectionRange/react.json +87 -0
- package/data/selectionRange/shadcn.json +89 -0
- package/data/selectionRange/shell.json +65 -35
- package/data/selectionRange/tailwindcss.json +35 -0
- package/data/semanticTokens/angular.json +198 -0
- package/data/semanticTokens/css.json +107 -0
- package/data/semanticTokens/nestjs.json +35 -0
- package/data/semanticTokens/nextjs.json +38 -0
- package/data/semanticTokens/react.json +215 -0
- package/data/semanticTokens/shadcn.json +180 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/semanticTokens/tailwindcss.json +161 -0
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/css.json +137 -0
- package/data/signatureHelp/nestjs.json +128 -0
- package/data/signatureHelp/nextjs.json +127 -0
- package/data/signatureHelp/react.json +281 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/signatureHelp/tailwindcss.json +64 -0
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/css.json +53 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/data/typeDefinition/tailwindcss.json +47 -0
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
|
@@ -0,0 +1,670 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "angular",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"Component": {
|
|
5
|
+
"signature": "@Component(metadata: ComponentMetadata)",
|
|
6
|
+
"description": "Decorator that marks a class as an Angular component and supplies configuration metadata including template, styles, selector, and change detection strategy.",
|
|
7
|
+
"type": "decorator",
|
|
8
|
+
"module": "@angular/core",
|
|
9
|
+
"url": "https://angular.dev/api/core/Component"
|
|
10
|
+
},
|
|
11
|
+
"NgModule": {
|
|
12
|
+
"signature": "@NgModule(metadata: NgModuleMetadata)",
|
|
13
|
+
"description": "Decorator that marks a class as an NgModule with declarations, imports, providers, exports, and bootstrap arrays.",
|
|
14
|
+
"type": "decorator",
|
|
15
|
+
"module": "@angular/core",
|
|
16
|
+
"url": "https://angular.dev/api/core/NgModule"
|
|
17
|
+
},
|
|
18
|
+
"Injectable": {
|
|
19
|
+
"signature": "@Injectable(options?: { providedIn: Type<any> | 'root' | 'platform' | 'any' | null })",
|
|
20
|
+
"description": "Decorator that marks a class as available to be provided and injected as a dependency.",
|
|
21
|
+
"type": "decorator",
|
|
22
|
+
"module": "@angular/core",
|
|
23
|
+
"url": "https://angular.dev/api/core/Injectable"
|
|
24
|
+
},
|
|
25
|
+
"Directive": {
|
|
26
|
+
"signature": "@Directive(metadata: DirectiveMetadata)",
|
|
27
|
+
"description": "Decorator that marks a class as an Angular directive with a selector and optional standalone flag.",
|
|
28
|
+
"type": "decorator",
|
|
29
|
+
"module": "@angular/core",
|
|
30
|
+
"url": "https://angular.dev/api/core/Directive"
|
|
31
|
+
},
|
|
32
|
+
"Pipe": {
|
|
33
|
+
"signature": "@Pipe(metadata: { name: string; standalone?: boolean; pure?: boolean })",
|
|
34
|
+
"description": "Decorator that marks a class as a pipe and supplies a name for template use.",
|
|
35
|
+
"type": "decorator",
|
|
36
|
+
"module": "@angular/core",
|
|
37
|
+
"url": "https://angular.dev/api/core/Pipe"
|
|
38
|
+
},
|
|
39
|
+
"Input": {
|
|
40
|
+
"signature": "@Input(bindingPropertyName?: string)",
|
|
41
|
+
"description": "Decorator that marks a class field as an input property bound to a DOM property in the template.",
|
|
42
|
+
"type": "decorator",
|
|
43
|
+
"module": "@angular/core",
|
|
44
|
+
"url": "https://angular.dev/api/core/Input"
|
|
45
|
+
},
|
|
46
|
+
"Output": {
|
|
47
|
+
"signature": "@Output(bindingPropertyName?: string)",
|
|
48
|
+
"description": "Decorator that marks a class field as an output property that emits events to the parent component.",
|
|
49
|
+
"type": "decorator",
|
|
50
|
+
"module": "@angular/core",
|
|
51
|
+
"url": "https://angular.dev/api/core/Output"
|
|
52
|
+
},
|
|
53
|
+
"ViewChild": {
|
|
54
|
+
"signature": "@ViewChild(selector: Type<any> | string, opts?: { read?: any; static?: boolean })",
|
|
55
|
+
"description": "Configures a view query that looks for the first element or directive matching the selector in the view DOM.",
|
|
56
|
+
"type": "decorator",
|
|
57
|
+
"module": "@angular/core",
|
|
58
|
+
"url": "https://angular.dev/api/core/ViewChild"
|
|
59
|
+
},
|
|
60
|
+
"ViewChildren": {
|
|
61
|
+
"signature": "@ViewChildren(selector: Type<any> | string, opts?: { read?: any })",
|
|
62
|
+
"description": "Configures a view query that looks for all elements or directives matching the selector.",
|
|
63
|
+
"type": "decorator",
|
|
64
|
+
"module": "@angular/core",
|
|
65
|
+
"url": "https://angular.dev/api/core/ViewChildren"
|
|
66
|
+
},
|
|
67
|
+
"ContentChild": {
|
|
68
|
+
"signature": "@ContentChild(selector: Type<any> | string, opts?: { read?: any; static?: boolean })",
|
|
69
|
+
"description": "Configures a content query for the first element or directive matching the selector in the content DOM.",
|
|
70
|
+
"type": "decorator",
|
|
71
|
+
"module": "@angular/core",
|
|
72
|
+
"url": "https://angular.dev/api/core/ContentChild"
|
|
73
|
+
},
|
|
74
|
+
"ContentChildren": {
|
|
75
|
+
"signature": "@ContentChildren(selector: Type<any> | string, opts?: { read?: any; descendants?: boolean })",
|
|
76
|
+
"description": "Configures a content query for all elements or directives matching the selector in the content DOM.",
|
|
77
|
+
"type": "decorator",
|
|
78
|
+
"module": "@angular/core",
|
|
79
|
+
"url": "https://angular.dev/api/core/ContentChildren"
|
|
80
|
+
},
|
|
81
|
+
"HostBinding": {
|
|
82
|
+
"signature": "@HostBinding(hostPropertyName?: string)",
|
|
83
|
+
"description": "Marks a DOM property or element attribute as a host-binding property.",
|
|
84
|
+
"type": "decorator",
|
|
85
|
+
"module": "@angular/core",
|
|
86
|
+
"url": "https://angular.dev/api/core/HostBinding"
|
|
87
|
+
},
|
|
88
|
+
"HostListener": {
|
|
89
|
+
"signature": "@HostListener(eventName: string, args?: string[])",
|
|
90
|
+
"description": "Declares a host event listener. Angular invokes the decorated method when the host element emits the event.",
|
|
91
|
+
"type": "decorator",
|
|
92
|
+
"module": "@angular/core",
|
|
93
|
+
"url": "https://angular.dev/api/core/HostListener"
|
|
94
|
+
},
|
|
95
|
+
"Inject": {
|
|
96
|
+
"signature": "@Inject(token: any)",
|
|
97
|
+
"description": "Specifies a custom provider of a dependency via an injection token.",
|
|
98
|
+
"type": "decorator",
|
|
99
|
+
"module": "@angular/core",
|
|
100
|
+
"url": "https://angular.dev/api/core/Inject"
|
|
101
|
+
},
|
|
102
|
+
"Optional": {
|
|
103
|
+
"signature": "@Optional()",
|
|
104
|
+
"description": "Marks a dependency as optional. The injector provides null if the dependency is not found.",
|
|
105
|
+
"type": "decorator",
|
|
106
|
+
"module": "@angular/core",
|
|
107
|
+
"url": "https://angular.dev/api/core/Optional"
|
|
108
|
+
},
|
|
109
|
+
"Self": {
|
|
110
|
+
"signature": "@Self()",
|
|
111
|
+
"description": "Instructs the DI framework to resolve a dependency only from the local injector.",
|
|
112
|
+
"type": "decorator",
|
|
113
|
+
"module": "@angular/core",
|
|
114
|
+
"url": "https://angular.dev/api/core/Self"
|
|
115
|
+
},
|
|
116
|
+
"SkipSelf": {
|
|
117
|
+
"signature": "@SkipSelf()",
|
|
118
|
+
"description": "Instructs the DI framework to resolve a dependency starting from the parent injector.",
|
|
119
|
+
"type": "decorator",
|
|
120
|
+
"module": "@angular/core",
|
|
121
|
+
"url": "https://angular.dev/api/core/SkipSelf"
|
|
122
|
+
},
|
|
123
|
+
"Host": {
|
|
124
|
+
"signature": "@Host()",
|
|
125
|
+
"description": "Instructs the DI framework to resolve a dependency by checking the host element's injector.",
|
|
126
|
+
"type": "decorator",
|
|
127
|
+
"module": "@angular/core",
|
|
128
|
+
"url": "https://angular.dev/api/core/Host"
|
|
129
|
+
},
|
|
130
|
+
"OnInit": {
|
|
131
|
+
"signature": "interface OnInit { ngOnInit(): void }",
|
|
132
|
+
"description": "Lifecycle hook called once after the first ngOnChanges. Used for component initialization logic.",
|
|
133
|
+
"type": "interface",
|
|
134
|
+
"module": "@angular/core",
|
|
135
|
+
"url": "https://angular.dev/api/core/OnInit"
|
|
136
|
+
},
|
|
137
|
+
"OnDestroy": {
|
|
138
|
+
"signature": "interface OnDestroy { ngOnDestroy(): void }",
|
|
139
|
+
"description": "Lifecycle hook called once when the directive/component is destroyed. Used for cleanup.",
|
|
140
|
+
"type": "interface",
|
|
141
|
+
"module": "@angular/core",
|
|
142
|
+
"url": "https://angular.dev/api/core/OnDestroy"
|
|
143
|
+
},
|
|
144
|
+
"OnChanges": {
|
|
145
|
+
"signature": "interface OnChanges { ngOnChanges(changes: SimpleChanges): void }",
|
|
146
|
+
"description": "Lifecycle hook called when any data-bound input property changes.",
|
|
147
|
+
"type": "interface",
|
|
148
|
+
"module": "@angular/core",
|
|
149
|
+
"url": "https://angular.dev/api/core/OnChanges"
|
|
150
|
+
},
|
|
151
|
+
"AfterViewInit": {
|
|
152
|
+
"signature": "interface AfterViewInit { ngAfterViewInit(): void }",
|
|
153
|
+
"description": "Lifecycle hook called after the component's view and child views have been fully initialized.",
|
|
154
|
+
"type": "interface",
|
|
155
|
+
"module": "@angular/core",
|
|
156
|
+
"url": "https://angular.dev/api/core/AfterViewInit"
|
|
157
|
+
},
|
|
158
|
+
"AfterContentInit": {
|
|
159
|
+
"signature": "interface AfterContentInit { ngAfterContentInit(): void }",
|
|
160
|
+
"description": "Lifecycle hook called after content has been projected into the component.",
|
|
161
|
+
"type": "interface",
|
|
162
|
+
"module": "@angular/core",
|
|
163
|
+
"url": "https://angular.dev/api/core/AfterContentInit"
|
|
164
|
+
},
|
|
165
|
+
"DoCheck": {
|
|
166
|
+
"signature": "interface DoCheck { ngDoCheck(): void }",
|
|
167
|
+
"description": "Lifecycle hook called during every change detection run. Detect changes Angular cannot.",
|
|
168
|
+
"type": "interface",
|
|
169
|
+
"module": "@angular/core",
|
|
170
|
+
"url": "https://angular.dev/api/core/DoCheck"
|
|
171
|
+
},
|
|
172
|
+
"AfterViewChecked": {
|
|
173
|
+
"signature": "interface AfterViewChecked { ngAfterViewChecked(): void }",
|
|
174
|
+
"description": "Lifecycle hook called after every check of the component's view.",
|
|
175
|
+
"type": "interface",
|
|
176
|
+
"module": "@angular/core",
|
|
177
|
+
"url": "https://angular.dev/api/core/AfterViewChecked"
|
|
178
|
+
},
|
|
179
|
+
"AfterContentChecked": {
|
|
180
|
+
"signature": "interface AfterContentChecked { ngAfterContentChecked(): void }",
|
|
181
|
+
"description": "Lifecycle hook called after every check of projected content.",
|
|
182
|
+
"type": "interface",
|
|
183
|
+
"module": "@angular/core",
|
|
184
|
+
"url": "https://angular.dev/api/core/AfterContentChecked"
|
|
185
|
+
},
|
|
186
|
+
"signal": {
|
|
187
|
+
"signature": "function signal<T>(initialValue: T, options?: CreateSignalOptions<T>): WritableSignal<T>",
|
|
188
|
+
"description": "Creates a writable signal with an initial value. Signals are reactive primitives that notify consumers when they change.",
|
|
189
|
+
"type": "function",
|
|
190
|
+
"module": "@angular/core",
|
|
191
|
+
"url": "https://angular.dev/api/core/signal"
|
|
192
|
+
},
|
|
193
|
+
"computed": {
|
|
194
|
+
"signature": "function computed<T>(computation: () => T, options?: CreateComputedOptions<T>): Signal<T>",
|
|
195
|
+
"description": "Creates a memoized signal derived from other signals. Re-evaluates only when dependencies change.",
|
|
196
|
+
"type": "function",
|
|
197
|
+
"module": "@angular/core",
|
|
198
|
+
"url": "https://angular.dev/api/core/computed"
|
|
199
|
+
},
|
|
200
|
+
"effect": {
|
|
201
|
+
"signature": "function effect(effectFn: () => void, options?: CreateEffectOptions): EffectRef",
|
|
202
|
+
"description": "Creates an effect that runs a side-effectful function whenever signals it reads change.",
|
|
203
|
+
"type": "function",
|
|
204
|
+
"module": "@angular/core",
|
|
205
|
+
"url": "https://angular.dev/api/core/effect"
|
|
206
|
+
},
|
|
207
|
+
"input": {
|
|
208
|
+
"signature": "function input<T>(initialValue?: T, opts?: InputOptions<T>): InputSignal<T>",
|
|
209
|
+
"description": "Signal-based alternative to @Input. Declares a signal input property on a directive or component.",
|
|
210
|
+
"type": "function",
|
|
211
|
+
"module": "@angular/core",
|
|
212
|
+
"url": "https://angular.dev/api/core/input"
|
|
213
|
+
},
|
|
214
|
+
"output": {
|
|
215
|
+
"signature": "function output<T>(opts?: OutputOptions): OutputEmitterRef<T>",
|
|
216
|
+
"description": "Signal-based alternative to @Output. Declares an output that emits values to parent components.",
|
|
217
|
+
"type": "function",
|
|
218
|
+
"module": "@angular/core",
|
|
219
|
+
"url": "https://angular.dev/api/core/output"
|
|
220
|
+
},
|
|
221
|
+
"model": {
|
|
222
|
+
"signature": "function model<T>(initialValue?: T, opts?: ModelOptions): ModelSignal<T>",
|
|
223
|
+
"description": "Creates a model signal for two-way data binding. Combines input and output in a single API.",
|
|
224
|
+
"type": "function",
|
|
225
|
+
"module": "@angular/core",
|
|
226
|
+
"url": "https://angular.dev/api/core/model"
|
|
227
|
+
},
|
|
228
|
+
"viewChild": {
|
|
229
|
+
"signature": "function viewChild<T>(locator: string | Type<T>, opts?: { read?: any }): Signal<T | undefined>",
|
|
230
|
+
"description": "Signal-based view child query. Returns a signal that updates when the queried element changes.",
|
|
231
|
+
"type": "function",
|
|
232
|
+
"module": "@angular/core",
|
|
233
|
+
"url": "https://angular.dev/api/core/viewChild"
|
|
234
|
+
},
|
|
235
|
+
"viewChildren": {
|
|
236
|
+
"signature": "function viewChildren<T>(locator: string | Type<T>, opts?: { read?: any }): Signal<ReadonlyArray<T>>",
|
|
237
|
+
"description": "Signal-based view children query. Returns a signal with a list of all matching elements.",
|
|
238
|
+
"type": "function",
|
|
239
|
+
"module": "@angular/core",
|
|
240
|
+
"url": "https://angular.dev/api/core/viewChildren"
|
|
241
|
+
},
|
|
242
|
+
"contentChild": {
|
|
243
|
+
"signature": "function contentChild<T>(locator: string | Type<T>, opts?: { read?: any }): Signal<T | undefined>",
|
|
244
|
+
"description": "Signal-based content child query. Queries projected content for a single matching element.",
|
|
245
|
+
"type": "function",
|
|
246
|
+
"module": "@angular/core",
|
|
247
|
+
"url": "https://angular.dev/api/core/contentChild"
|
|
248
|
+
},
|
|
249
|
+
"contentChildren": {
|
|
250
|
+
"signature": "function contentChildren<T>(locator: string | Type<T>, opts?: { read?: any }): Signal<ReadonlyArray<T>>",
|
|
251
|
+
"description": "Signal-based content children query. Queries all matching projected content elements.",
|
|
252
|
+
"type": "function",
|
|
253
|
+
"module": "@angular/core",
|
|
254
|
+
"url": "https://angular.dev/api/core/contentChildren"
|
|
255
|
+
},
|
|
256
|
+
"linkedSignal": {
|
|
257
|
+
"signature": "function linkedSignal<T>(computation: () => T): WritableSignal<T>",
|
|
258
|
+
"description": "Creates a writable signal that resets to a computed value whenever a source signal changes.",
|
|
259
|
+
"type": "function",
|
|
260
|
+
"module": "@angular/core",
|
|
261
|
+
"url": "https://angular.dev/api/core/linkedSignal"
|
|
262
|
+
},
|
|
263
|
+
"resource": {
|
|
264
|
+
"signature": "function resource<T, R>(options: ResourceOptions<T, R>): ResourceRef<R>",
|
|
265
|
+
"description": "Creates a resource that loads data asynchronously based on a reactive request signal.",
|
|
266
|
+
"type": "function",
|
|
267
|
+
"module": "@angular/core",
|
|
268
|
+
"url": "https://angular.dev/api/core/resource"
|
|
269
|
+
},
|
|
270
|
+
"toSignal": {
|
|
271
|
+
"signature": "function toSignal<T>(source: Observable<T>, options?: ToSignalOptions<T>): Signal<T>",
|
|
272
|
+
"description": "Converts an Observable to a signal. Emitted values update the signal.",
|
|
273
|
+
"type": "function",
|
|
274
|
+
"module": "@angular/core/rxjs-interop",
|
|
275
|
+
"url": "https://angular.dev/api/core/rxjs-interop/toSignal"
|
|
276
|
+
},
|
|
277
|
+
"toObservable": {
|
|
278
|
+
"signature": "function toObservable<T>(source: Signal<T>): Observable<T>",
|
|
279
|
+
"description": "Converts a signal to an Observable that emits whenever the signal value changes.",
|
|
280
|
+
"type": "function",
|
|
281
|
+
"module": "@angular/core/rxjs-interop",
|
|
282
|
+
"url": "https://angular.dev/api/core/rxjs-interop/toObservable"
|
|
283
|
+
},
|
|
284
|
+
"EventEmitter": {
|
|
285
|
+
"signature": "class EventEmitter<T = any> extends Subject<T>",
|
|
286
|
+
"description": "Use in directives and components to emit custom events synchronously or asynchronously.",
|
|
287
|
+
"type": "class",
|
|
288
|
+
"module": "@angular/core",
|
|
289
|
+
"url": "https://angular.dev/api/core/EventEmitter"
|
|
290
|
+
},
|
|
291
|
+
"ChangeDetectionStrategy": {
|
|
292
|
+
"signature": "enum ChangeDetectionStrategy { OnPush, Default }",
|
|
293
|
+
"description": "Defines the strategy the change detector uses. OnPush checks only when inputs change or events fire.",
|
|
294
|
+
"type": "enum",
|
|
295
|
+
"module": "@angular/core",
|
|
296
|
+
"url": "https://angular.dev/api/core/ChangeDetectionStrategy"
|
|
297
|
+
},
|
|
298
|
+
"ViewEncapsulation": {
|
|
299
|
+
"signature": "enum ViewEncapsulation { Emulated, None, ShadowDom }",
|
|
300
|
+
"description": "Defines the template and style encapsulation options for a component.",
|
|
301
|
+
"type": "enum",
|
|
302
|
+
"module": "@angular/core",
|
|
303
|
+
"url": "https://angular.dev/api/core/ViewEncapsulation"
|
|
304
|
+
},
|
|
305
|
+
"ChangeDetectorRef": {
|
|
306
|
+
"signature": "abstract class ChangeDetectorRef",
|
|
307
|
+
"description": "Base class providing change detection functionality: detectChanges, markForCheck, detach, reattach.",
|
|
308
|
+
"type": "class",
|
|
309
|
+
"module": "@angular/core",
|
|
310
|
+
"url": "https://angular.dev/api/core/ChangeDetectorRef"
|
|
311
|
+
},
|
|
312
|
+
"ElementRef": {
|
|
313
|
+
"signature": "class ElementRef<T = any> { nativeElement: T }",
|
|
314
|
+
"description": "Wrapper around a native element inside a View. Use with caution as direct DOM access bypasses Angular's templating.",
|
|
315
|
+
"type": "class",
|
|
316
|
+
"module": "@angular/core",
|
|
317
|
+
"url": "https://angular.dev/api/core/ElementRef"
|
|
318
|
+
},
|
|
319
|
+
"TemplateRef": {
|
|
320
|
+
"signature": "abstract class TemplateRef<C>",
|
|
321
|
+
"description": "Represents an embedded template that can be used to instantiate embedded views.",
|
|
322
|
+
"type": "class",
|
|
323
|
+
"module": "@angular/core",
|
|
324
|
+
"url": "https://angular.dev/api/core/TemplateRef"
|
|
325
|
+
},
|
|
326
|
+
"ViewContainerRef": {
|
|
327
|
+
"signature": "abstract class ViewContainerRef",
|
|
328
|
+
"description": "Represents a container where one or more views can be attached. Provides methods to create, insert, and remove views.",
|
|
329
|
+
"type": "class",
|
|
330
|
+
"module": "@angular/core",
|
|
331
|
+
"url": "https://angular.dev/api/core/ViewContainerRef"
|
|
332
|
+
},
|
|
333
|
+
"Renderer2": {
|
|
334
|
+
"signature": "abstract class Renderer2",
|
|
335
|
+
"description": "Abstraction for DOM rendering. Provides a platform-agnostic API for DOM manipulation.",
|
|
336
|
+
"type": "class",
|
|
337
|
+
"module": "@angular/core",
|
|
338
|
+
"url": "https://angular.dev/api/core/Renderer2"
|
|
339
|
+
},
|
|
340
|
+
"NgZone": {
|
|
341
|
+
"signature": "class NgZone",
|
|
342
|
+
"description": "Injectable service for executing work inside or outside of the Angular zone for change detection optimization.",
|
|
343
|
+
"type": "class",
|
|
344
|
+
"module": "@angular/core",
|
|
345
|
+
"url": "https://angular.dev/api/core/NgZone"
|
|
346
|
+
},
|
|
347
|
+
"Injector": {
|
|
348
|
+
"signature": "abstract class Injector",
|
|
349
|
+
"description": "Concrete injectors implement this interface. Retrieves instances of dependencies by token.",
|
|
350
|
+
"type": "class",
|
|
351
|
+
"module": "@angular/core",
|
|
352
|
+
"url": "https://angular.dev/api/core/Injector"
|
|
353
|
+
},
|
|
354
|
+
"DestroyRef": {
|
|
355
|
+
"signature": "abstract class DestroyRef",
|
|
356
|
+
"description": "Allows registering cleanup callbacks invoked when the associated context is destroyed.",
|
|
357
|
+
"type": "class",
|
|
358
|
+
"module": "@angular/core",
|
|
359
|
+
"url": "https://angular.dev/api/core/DestroyRef"
|
|
360
|
+
},
|
|
361
|
+
"inject": {
|
|
362
|
+
"signature": "function inject<T>(token: ProviderToken<T>, options?: InjectOptions): T",
|
|
363
|
+
"description": "Injects a token from the currently active injector. Must be used in an injection context.",
|
|
364
|
+
"type": "function",
|
|
365
|
+
"module": "@angular/core",
|
|
366
|
+
"url": "https://angular.dev/api/core/inject"
|
|
367
|
+
},
|
|
368
|
+
"FormControl": {
|
|
369
|
+
"signature": "class FormControl<T = any> extends AbstractControl",
|
|
370
|
+
"description": "Tracks the value and validation status of an individual form control.",
|
|
371
|
+
"type": "class",
|
|
372
|
+
"module": "@angular/forms",
|
|
373
|
+
"url": "https://angular.dev/api/forms/FormControl"
|
|
374
|
+
},
|
|
375
|
+
"FormGroup": {
|
|
376
|
+
"signature": "class FormGroup extends AbstractControl",
|
|
377
|
+
"description": "Tracks the value and validity state of a group of FormControl instances.",
|
|
378
|
+
"type": "class",
|
|
379
|
+
"module": "@angular/forms",
|
|
380
|
+
"url": "https://angular.dev/api/forms/FormGroup"
|
|
381
|
+
},
|
|
382
|
+
"FormBuilder": {
|
|
383
|
+
"signature": "class FormBuilder",
|
|
384
|
+
"description": "Creates AbstractControl instances from configuration. Reduces boilerplate for creating reactive forms.",
|
|
385
|
+
"type": "class",
|
|
386
|
+
"module": "@angular/forms",
|
|
387
|
+
"url": "https://angular.dev/api/forms/FormBuilder"
|
|
388
|
+
},
|
|
389
|
+
"FormArray": {
|
|
390
|
+
"signature": "class FormArray extends AbstractControl",
|
|
391
|
+
"description": "Tracks the value and validity of an array of form control instances.",
|
|
392
|
+
"type": "class",
|
|
393
|
+
"module": "@angular/forms",
|
|
394
|
+
"url": "https://angular.dev/api/forms/FormArray"
|
|
395
|
+
},
|
|
396
|
+
"Validators": {
|
|
397
|
+
"signature": "class Validators",
|
|
398
|
+
"description": "Provides built-in validators: required, minLength, maxLength, pattern, email, min, max, etc.",
|
|
399
|
+
"type": "class",
|
|
400
|
+
"module": "@angular/forms",
|
|
401
|
+
"url": "https://angular.dev/api/forms/Validators"
|
|
402
|
+
},
|
|
403
|
+
"ReactiveFormsModule": {
|
|
404
|
+
"signature": "class ReactiveFormsModule",
|
|
405
|
+
"description": "Provides directives and services for reactive forms: formControl, formGroup, formArrayName.",
|
|
406
|
+
"type": "module",
|
|
407
|
+
"module": "@angular/forms",
|
|
408
|
+
"url": "https://angular.dev/api/forms/ReactiveFormsModule"
|
|
409
|
+
},
|
|
410
|
+
"FormsModule": {
|
|
411
|
+
"signature": "class FormsModule",
|
|
412
|
+
"description": "Provides NgModel and related directives for template-driven forms.",
|
|
413
|
+
"type": "module",
|
|
414
|
+
"module": "@angular/forms",
|
|
415
|
+
"url": "https://angular.dev/api/forms/FormsModule"
|
|
416
|
+
},
|
|
417
|
+
"Router": {
|
|
418
|
+
"signature": "class Router",
|
|
419
|
+
"description": "Provides navigation among views and URL manipulation capabilities.",
|
|
420
|
+
"type": "class",
|
|
421
|
+
"module": "@angular/router",
|
|
422
|
+
"url": "https://angular.dev/api/router/Router"
|
|
423
|
+
},
|
|
424
|
+
"ActivatedRoute": {
|
|
425
|
+
"signature": "class ActivatedRoute",
|
|
426
|
+
"description": "Provides access to information about a route associated with a component loaded in an outlet.",
|
|
427
|
+
"type": "class",
|
|
428
|
+
"module": "@angular/router",
|
|
429
|
+
"url": "https://angular.dev/api/router/ActivatedRoute"
|
|
430
|
+
},
|
|
431
|
+
"RouterModule": {
|
|
432
|
+
"signature": "class RouterModule",
|
|
433
|
+
"description": "Adds router directives and providers. Use forRoot for root and forChild for feature modules.",
|
|
434
|
+
"type": "module",
|
|
435
|
+
"module": "@angular/router",
|
|
436
|
+
"url": "https://angular.dev/api/router/RouterModule"
|
|
437
|
+
},
|
|
438
|
+
"RouterOutlet": {
|
|
439
|
+
"signature": "@Directive({ selector: 'router-outlet' })",
|
|
440
|
+
"description": "Placeholder directive that Angular dynamically fills based on the current router state.",
|
|
441
|
+
"type": "directive",
|
|
442
|
+
"module": "@angular/router",
|
|
443
|
+
"url": "https://angular.dev/api/router/RouterOutlet"
|
|
444
|
+
},
|
|
445
|
+
"RouterLink": {
|
|
446
|
+
"signature": "@Directive({ selector: '[routerLink]' })",
|
|
447
|
+
"description": "Directive that turns user clicks into router navigations.",
|
|
448
|
+
"type": "directive",
|
|
449
|
+
"module": "@angular/router",
|
|
450
|
+
"url": "https://angular.dev/api/router/RouterLink"
|
|
451
|
+
},
|
|
452
|
+
"RouterLinkActive": {
|
|
453
|
+
"signature": "@Directive({ selector: '[routerLinkActive]' })",
|
|
454
|
+
"description": "Tracks whether the linked route is currently active and sets CSS classes accordingly.",
|
|
455
|
+
"type": "directive",
|
|
456
|
+
"module": "@angular/router",
|
|
457
|
+
"url": "https://angular.dev/api/router/RouterLinkActive"
|
|
458
|
+
},
|
|
459
|
+
"provideRouter": {
|
|
460
|
+
"signature": "function provideRouter(routes: Routes, ...features: RouterFeatures[]): EnvironmentProviders",
|
|
461
|
+
"description": "Sets up providers for the router in standalone application configuration.",
|
|
462
|
+
"type": "function",
|
|
463
|
+
"module": "@angular/router",
|
|
464
|
+
"url": "https://angular.dev/api/router/provideRouter"
|
|
465
|
+
},
|
|
466
|
+
"withComponentInputBinding": {
|
|
467
|
+
"signature": "function withComponentInputBinding(): RouterFeature",
|
|
468
|
+
"description": "Enables binding route parameters directly to component inputs.",
|
|
469
|
+
"type": "function",
|
|
470
|
+
"module": "@angular/router",
|
|
471
|
+
"url": "https://angular.dev/api/router/withComponentInputBinding"
|
|
472
|
+
},
|
|
473
|
+
"HttpClient": {
|
|
474
|
+
"signature": "class HttpClient",
|
|
475
|
+
"description": "Injectable service for performing HTTP requests. Supports typed responses and interceptors.",
|
|
476
|
+
"type": "class",
|
|
477
|
+
"module": "@angular/common/http",
|
|
478
|
+
"url": "https://angular.dev/api/common/http/HttpClient"
|
|
479
|
+
},
|
|
480
|
+
"HttpHeaders": {
|
|
481
|
+
"signature": "class HttpHeaders",
|
|
482
|
+
"description": "Immutable set of HTTP headers for configuring HTTP requests.",
|
|
483
|
+
"type": "class",
|
|
484
|
+
"module": "@angular/common/http",
|
|
485
|
+
"url": "https://angular.dev/api/common/http/HttpHeaders"
|
|
486
|
+
},
|
|
487
|
+
"HttpParams": {
|
|
488
|
+
"signature": "class HttpParams",
|
|
489
|
+
"description": "Immutable HTTP request/response body representing serialized URL parameters.",
|
|
490
|
+
"type": "class",
|
|
491
|
+
"module": "@angular/common/http",
|
|
492
|
+
"url": "https://angular.dev/api/common/http/HttpParams"
|
|
493
|
+
},
|
|
494
|
+
"HttpInterceptor": {
|
|
495
|
+
"signature": "interface HttpInterceptor { intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> }",
|
|
496
|
+
"description": "Interface for class-based interceptors that modify outgoing requests and incoming responses.",
|
|
497
|
+
"type": "interface",
|
|
498
|
+
"module": "@angular/common/http",
|
|
499
|
+
"url": "https://angular.dev/api/common/http/HttpInterceptor"
|
|
500
|
+
},
|
|
501
|
+
"provideHttpClient": {
|
|
502
|
+
"signature": "function provideHttpClient(...features: HttpFeature[]): EnvironmentProviders",
|
|
503
|
+
"description": "Sets up providers for HttpClient in standalone application configuration.",
|
|
504
|
+
"type": "function",
|
|
505
|
+
"module": "@angular/common/http",
|
|
506
|
+
"url": "https://angular.dev/api/common/http/provideHttpClient"
|
|
507
|
+
},
|
|
508
|
+
"withInterceptors": {
|
|
509
|
+
"signature": "function withInterceptors(interceptors: HttpInterceptorFn[]): HttpFeature",
|
|
510
|
+
"description": "Configures functional HTTP interceptors for the application.",
|
|
511
|
+
"type": "function",
|
|
512
|
+
"module": "@angular/common/http",
|
|
513
|
+
"url": "https://angular.dev/api/common/http/withInterceptors"
|
|
514
|
+
},
|
|
515
|
+
"withFetch": {
|
|
516
|
+
"signature": "function withFetch(): HttpFeature",
|
|
517
|
+
"description": "Configures HttpClient to use the Fetch API instead of XMLHttpRequest.",
|
|
518
|
+
"type": "function",
|
|
519
|
+
"module": "@angular/common/http",
|
|
520
|
+
"url": "https://angular.dev/api/common/http/withFetch"
|
|
521
|
+
},
|
|
522
|
+
"NgIf": {
|
|
523
|
+
"signature": "@Directive({ selector: '[ngIf]' })",
|
|
524
|
+
"description": "Structural directive that conditionally includes a template based on an expression value.",
|
|
525
|
+
"type": "directive",
|
|
526
|
+
"module": "@angular/common",
|
|
527
|
+
"url": "https://angular.dev/api/common/NgIf"
|
|
528
|
+
},
|
|
529
|
+
"NgFor": {
|
|
530
|
+
"signature": "@Directive({ selector: '[ngFor][ngForOf]' })",
|
|
531
|
+
"description": "Structural directive that renders a template for each item in a collection.",
|
|
532
|
+
"type": "directive",
|
|
533
|
+
"module": "@angular/common",
|
|
534
|
+
"url": "https://angular.dev/api/common/NgForOf"
|
|
535
|
+
},
|
|
536
|
+
"NgSwitch": {
|
|
537
|
+
"signature": "@Directive({ selector: '[ngSwitch]' })",
|
|
538
|
+
"description": "Structural directive that switches templates based on a match expression.",
|
|
539
|
+
"type": "directive",
|
|
540
|
+
"module": "@angular/common",
|
|
541
|
+
"url": "https://angular.dev/api/common/NgSwitch"
|
|
542
|
+
},
|
|
543
|
+
"NgClass": {
|
|
544
|
+
"signature": "@Directive({ selector: '[ngClass]' })",
|
|
545
|
+
"description": "Adds and removes CSS classes on an HTML element based on an expression.",
|
|
546
|
+
"type": "directive",
|
|
547
|
+
"module": "@angular/common",
|
|
548
|
+
"url": "https://angular.dev/api/common/NgClass"
|
|
549
|
+
},
|
|
550
|
+
"NgStyle": {
|
|
551
|
+
"signature": "@Directive({ selector: '[ngStyle]' })",
|
|
552
|
+
"description": "Updates inline styles of the host HTML element based on an expression.",
|
|
553
|
+
"type": "directive",
|
|
554
|
+
"module": "@angular/common",
|
|
555
|
+
"url": "https://angular.dev/api/common/NgStyle"
|
|
556
|
+
},
|
|
557
|
+
"AsyncPipe": {
|
|
558
|
+
"signature": "@Pipe({ name: 'async' })",
|
|
559
|
+
"description": "Subscribes to an Observable or Promise and returns the latest emitted value. Unsubscribes on destroy.",
|
|
560
|
+
"type": "pipe",
|
|
561
|
+
"module": "@angular/common",
|
|
562
|
+
"url": "https://angular.dev/api/common/AsyncPipe"
|
|
563
|
+
},
|
|
564
|
+
"DatePipe": {
|
|
565
|
+
"signature": "@Pipe({ name: 'date' })",
|
|
566
|
+
"description": "Formats a date value according to locale rules and a format string.",
|
|
567
|
+
"type": "pipe",
|
|
568
|
+
"module": "@angular/common",
|
|
569
|
+
"url": "https://angular.dev/api/common/DatePipe"
|
|
570
|
+
},
|
|
571
|
+
"CurrencyPipe": {
|
|
572
|
+
"signature": "@Pipe({ name: 'currency' })",
|
|
573
|
+
"description": "Transforms a number to a currency string according to locale rules.",
|
|
574
|
+
"type": "pipe",
|
|
575
|
+
"module": "@angular/common",
|
|
576
|
+
"url": "https://angular.dev/api/common/CurrencyPipe"
|
|
577
|
+
},
|
|
578
|
+
"DecimalPipe": {
|
|
579
|
+
"signature": "@Pipe({ name: 'number' })",
|
|
580
|
+
"description": "Transforms a number to a decimal string according to locale rules.",
|
|
581
|
+
"type": "pipe",
|
|
582
|
+
"module": "@angular/common",
|
|
583
|
+
"url": "https://angular.dev/api/common/DecimalPipe"
|
|
584
|
+
},
|
|
585
|
+
"PercentPipe": {
|
|
586
|
+
"signature": "@Pipe({ name: 'percent' })",
|
|
587
|
+
"description": "Transforms a number to a percentage string according to locale rules.",
|
|
588
|
+
"type": "pipe",
|
|
589
|
+
"module": "@angular/common",
|
|
590
|
+
"url": "https://angular.dev/api/common/PercentPipe"
|
|
591
|
+
},
|
|
592
|
+
"JsonPipe": {
|
|
593
|
+
"signature": "@Pipe({ name: 'json' })",
|
|
594
|
+
"description": "Converts a value into its JSON-format representation. Useful for debugging.",
|
|
595
|
+
"type": "pipe",
|
|
596
|
+
"module": "@angular/common",
|
|
597
|
+
"url": "https://angular.dev/api/common/JsonPipe"
|
|
598
|
+
},
|
|
599
|
+
"SlicePipe": {
|
|
600
|
+
"signature": "@Pipe({ name: 'slice' })",
|
|
601
|
+
"description": "Creates a new Array or String containing a subset of elements.",
|
|
602
|
+
"type": "pipe",
|
|
603
|
+
"module": "@angular/common",
|
|
604
|
+
"url": "https://angular.dev/api/common/SlicePipe"
|
|
605
|
+
},
|
|
606
|
+
"UpperCasePipe": {
|
|
607
|
+
"signature": "@Pipe({ name: 'uppercase' })",
|
|
608
|
+
"description": "Transforms text to all upper case.",
|
|
609
|
+
"type": "pipe",
|
|
610
|
+
"module": "@angular/common",
|
|
611
|
+
"url": "https://angular.dev/api/common/UpperCasePipe"
|
|
612
|
+
},
|
|
613
|
+
"LowerCasePipe": {
|
|
614
|
+
"signature": "@Pipe({ name: 'lowercase' })",
|
|
615
|
+
"description": "Transforms text to all lower case.",
|
|
616
|
+
"type": "pipe",
|
|
617
|
+
"module": "@angular/common",
|
|
618
|
+
"url": "https://angular.dev/api/common/LowerCasePipe"
|
|
619
|
+
},
|
|
620
|
+
"TitleCasePipe": {
|
|
621
|
+
"signature": "@Pipe({ name: 'titlecase' })",
|
|
622
|
+
"description": "Transforms text to title case (first letter of each word capitalized).",
|
|
623
|
+
"type": "pipe",
|
|
624
|
+
"module": "@angular/common",
|
|
625
|
+
"url": "https://angular.dev/api/common/TitleCasePipe"
|
|
626
|
+
},
|
|
627
|
+
"KeyValuePipe": {
|
|
628
|
+
"signature": "@Pipe({ name: 'keyvalue' })",
|
|
629
|
+
"description": "Transforms Object or Map into an array of key-value pairs for iteration.",
|
|
630
|
+
"type": "pipe",
|
|
631
|
+
"module": "@angular/common",
|
|
632
|
+
"url": "https://angular.dev/api/common/KeyValuePipe"
|
|
633
|
+
},
|
|
634
|
+
"bootstrapApplication": {
|
|
635
|
+
"signature": "function bootstrapApplication(rootComponent: Type<unknown>, options?: ApplicationConfig): Promise<ApplicationRef>",
|
|
636
|
+
"description": "Bootstraps an instance of a standalone Angular component as the root of the application.",
|
|
637
|
+
"type": "function",
|
|
638
|
+
"module": "@angular/platform-browser",
|
|
639
|
+
"url": "https://angular.dev/api/platform-browser/bootstrapApplication"
|
|
640
|
+
},
|
|
641
|
+
"ApplicationConfig": {
|
|
642
|
+
"signature": "interface ApplicationConfig { providers: Array<Provider | EnvironmentProviders> }",
|
|
643
|
+
"description": "Configuration options available during the application bootstrap operation.",
|
|
644
|
+
"type": "interface",
|
|
645
|
+
"module": "@angular/core",
|
|
646
|
+
"url": "https://angular.dev/api/core/ApplicationConfig"
|
|
647
|
+
},
|
|
648
|
+
"importProvidersFrom": {
|
|
649
|
+
"signature": "function importProvidersFrom(...sources: ImportProvidersSource[]): EnvironmentProviders",
|
|
650
|
+
"description": "Collects providers from NgModules for use in standalone application configuration.",
|
|
651
|
+
"type": "function",
|
|
652
|
+
"module": "@angular/core",
|
|
653
|
+
"url": "https://angular.dev/api/core/importProvidersFrom"
|
|
654
|
+
},
|
|
655
|
+
"provideZoneChangeDetection": {
|
|
656
|
+
"signature": "function provideZoneChangeDetection(options?: { eventCoalescing?: boolean }): EnvironmentProviders",
|
|
657
|
+
"description": "Provides NgZone-based change detection for the application.",
|
|
658
|
+
"type": "function",
|
|
659
|
+
"module": "@angular/core",
|
|
660
|
+
"url": "https://angular.dev/api/core/provideZoneChangeDetection"
|
|
661
|
+
},
|
|
662
|
+
"takeUntilDestroyed": {
|
|
663
|
+
"signature": "function takeUntilDestroyed(destroyRef?: DestroyRef): MonoTypeOperatorFunction<T>",
|
|
664
|
+
"description": "RxJS operator that completes an Observable when the associated component or service is destroyed.",
|
|
665
|
+
"type": "function",
|
|
666
|
+
"module": "@angular/core/rxjs-interop",
|
|
667
|
+
"url": "https://angular.dev/api/core/rxjs-interop/takeUntilDestroyed"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
}
|