angular/packages
Alan Agius 4c38160853 fix(compiler-cli): correct extraction of generics from type aliases (#58548)
**Before:**
```ts
type HttpEvent = | HttpSentEvent
  | HttpHeaderResponse
  | HttpResponse<T>
  | HttpProgressEvent
  | HttpUserEvent<T>
```

**After:**
```ts
type HttpEvent<T> = | HttpSentEvent
  | HttpHeaderResponse
  | HttpResponse<T>
  | HttpProgressEvent
  | HttpUserEvent<T>
```

PR Close #58548
2024-11-08 17:15:08 +00:00
..
animations refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
bazel build: Add LICENSE file to the generated packages (#58033) 2024-10-01 16:34:27 +00:00
benchpress refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
common docs: move JSDoc below constructor (#57187) 2024-10-10 12:37:36 +00:00
compiler Revert fix(compiler): transform pseudo selectors correctly for the encapsulated view. (#58417) 2024-10-30 09:26:22 -07:00
compiler-cli fix(compiler-cli): correct extraction of generics from type aliases (#58548) 2024-11-08 17:15:08 +00:00
core fix(core): avoid slow stringification when checking for duplicates in dev mode (#58521) 2024-11-06 13:02:35 +01:00
docs/di docs: remove outdated/unsupported webworker doc (#49856) 2023-04-17 14:01:41 +00:00
elements refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
examples refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
forms docs: add info on AbstractControl.source type. (#58094) 2024-10-07 08:21:56 -07:00
language-service docs(language-service): fix link URLs (#58143) 2024-10-16 14:48:13 +00:00
localize refactor(core): remove globalApi tag (#58375) 2024-10-28 12:33:53 -07:00
misc/angular-in-memory-web-api refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
platform-browser docs: removed typos of withHttpTransferCacheOptions description (#58244) 2024-10-18 10:14:10 +00:00
platform-browser-dynamic refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
platform-server fix(platform-server): destroy PlatformRef when error happens during the bootstrap() phase (#58112) (#58135) 2024-10-09 13:50:02 +00:00
private/testing refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
router docs(router): document segment consumption during route evaluation (#58069) 2024-10-24 12:41:39 -07:00
service-worker refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
upgrade fix(upgrade): support input signal bindings (#57020) 2024-09-26 14:14:15 -07:00
zone.js refactor(zone.js): Change the type of _taskCounts to an IndexSignature that can have keys (#51739) 2024-11-01 15:44:07 +00:00
BUILD.bazel refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241) 2024-08-05 17:06:29 +00:00
circular-deps-test.conf.js refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
empty.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
goog.d.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
license-banner.txt build: update licence date. (#55129) 2024-04-08 11:31:12 -07:00
README.md docs: fix links to docs (#57391) 2024-08-19 09:20:16 -07:00
system.d.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00
tsconfig-build.json build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
tsconfig-legacy-saucelabs.json feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
tsconfig-test.json build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
tsconfig-tsec-base.json refactor(core): throw an error when hydration marker is missing from DOM (#51170) 2023-08-04 11:31:49 -04:00
tsconfig.json refactor(router): Update integration tests to cover navigation and history API (#53799) 2024-01-30 15:04:02 +00:00
tsec-exemption.json fix(core): hardening attribute and property binding rules for <iframe> elements (#47964) 2022-11-09 00:47:56 -08:00
types.d.ts refactor: update license text to point to angular.dev (#57902) 2024-09-24 15:28:46 +02:00

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

Usage information and reference details can be found in Angular documentation.

License: MIT