_id
stringlengths
21
254
text
stringlengths
1
93.7k
metadata
dict
angular-cli/goldens/public-api/angular_devkit/schematics/tools/index.api.md_0_164
## API Report File for "@angular-devkit/schematics_tools" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts
{ "end_byte": 164, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/tools/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/tools/index.api.md_165_9450
import { BaseException } from '@angular-devkit/core'; import { JsonObject } from '@angular-devkit/core'; import { JsonValue } from '@angular-devkit/core'; import { logging } from '@angular-devkit/core'; import { Observable } from 'rxjs'; import { Path } from '@angular-devkit/core'; import { PathFragment } from '@angula...
{ "end_byte": 9450, "start_byte": 165, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/tools/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/tools/index.api.md_9458_10358
: T, context?: FileSystemSchematicContext) => Observable<R> | PromiseLike<R> | R; // @public (undocumented) export class SchematicMissingDescriptionException extends BaseException { constructor(name: string); } // @public (undocumented) export class SchematicMissingFactoryException extends BaseException { con...
{ "end_byte": 10358, "start_byte": 9458, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/tools/index.api.md" }
angular-cli/goldens/public-api/angular_devkit/schematics/testing/index.api.md_0_1560
## API Report File for "@angular-devkit/schematics_testing" > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts import { JsonValue } from '@angular-devkit/core'; import { logging } from '@angular-devkit/core'; import { Observable } from 'rxjs'; import { Path } from...
{ "end_byte": 1560, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/goldens/public-api/angular_devkit/schematics/testing/index.api.md" }
angular-cli/modules/testing/builder/BUILD.bazel_0_1005
load("@npm//@bazel/jasmine:index.bzl", "jasmine_node_test") load("//tools:defaults.bzl", "ts_library") package(default_visibility = ["//visibility:public"]) ts_library( name = "builder", testonly = True, srcs = glob( include = [ "src/**/*.ts", ], exclude = [ ...
{ "end_byte": 1005, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/BUILD.bazel" }
angular-cli/modules/testing/builder/projects/hello-world-app/README.md_0_1037
# HelloWorldApp This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.0-beta.1. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding Run `...
{ "end_byte": 1037, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/README.md" }
angular-cli/modules/testing/builder/projects/hello-world-app/karma.conf.js_0_1549
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuratio...
{ "end_byte": 1549, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/karma.conf.js" }
angular-cli/modules/testing/builder/projects/hello-world-app/protractor.conf.js_0_1191
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ // Protractor configuration file, see link for more information // https://github.com/angular/protractor/blob/master...
{ "end_byte": 1191, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/protractor.conf.js" }
angular-cli/modules/testing/builder/projects/hello-world-app/e2e/app.e2e-spec.ts_0_509
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { AppPage } from './app.po'; describe('hello-world-app App', () => { let page: AppPage; beforeEach(() =...
{ "end_byte": 509, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/e2e/app.e2e-spec.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/e2e/app.po.ts_0_494
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { browser, by, element } from 'protractor'; export class AppPage { navigateTo(): Promise<unknown> { re...
{ "end_byte": 494, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/e2e/app.po.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/index.html_0_300
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>HelloWorldApp</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <app-root></app-root> </body> </html>
{ "end_byte": 300, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/index.html" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/main.ts_0_418
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { AppModule } from './app/app.mo...
{ "end_byte": 418, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/main.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/styles.css_0_80
/* You can add global styles to this file, and also import other style files */
{ "end_byte": 80, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/styles.css" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/main.server.ts_0_323
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { AppServerModule } from './app/app.module.server'; export default AppServerModule; export { AppServerModule ...
{ "end_byte": 323, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/main.server.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/typings.d.ts_0_308
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* SystemJS module definition */ declare var module: NodeModule; interface NodeModule { id: string; }
{ "end_byte": 308, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/typings.d.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/polyfills.ts_0_3044
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra po...
{ "end_byte": 3044, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/polyfills.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/locale/messages.xlf_0_765
<?xml version="1.0" encoding="UTF-8" ?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file source-language="en" datatype="plaintext" original="ng2.template"> <body> <trans-unit id="8261100fbc1830397116d0a032e7c8f54af93c68" datatype="html"> <source>i18n test</source> <c...
{ "end_byte": 765, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/locale/messages.xlf" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/app/app.component.html_0_1179
<!--The content below is only a placeholder and can be replaced.--> <div style="text-align:center"> <h1> Welcome to {{ title }}! </h1> <img width="300" alt="Angular Logo" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNE...
{ "end_byte": 1179, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/app/app.component.html" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/app/app.component.spec.ts_0_1104
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { TestBed } from '@angular/core/testing'; import { AppComponent } from './app.component'; describe('AppCompon...
{ "end_byte": 1104, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/app/app.component.spec.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/app/app.module.ts_0_520
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppC...
{ "end_byte": 520, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/app/app.module.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/app/app.component.ts_0_433
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { Component } from '@angular/core'; @Component({ selector: 'app-root', standalone: false, templateUrl:...
{ "end_byte": 433, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/app/app.component.ts" }
angular-cli/modules/testing/builder/projects/hello-world-app/src/app/app.module.server.ts_0_522
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { NgModule } from '@angular/core'; import { ServerModule } from '@angular/platform-server'; import { AppModu...
{ "end_byte": 522, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/projects/hello-world-app/src/app/app.module.server.ts" }
angular-cli/modules/testing/builder/src/builder-harness.ts_0_1906
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable import/no-extraneous-dependencies */ import { BuilderContext, BuilderHandlerFn, BuilderInfo...
{ "end_byte": 1906, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/builder-harness.ts" }
angular-cli/modules/testing/builder/src/builder-harness.ts_1908_11331
export class BuilderHarness<T> { private readonly builderInfo: BuilderInfo; private schemaRegistry = new json.schema.CoreSchemaRegistry(); private projectName = 'test'; private projectMetadata: Record<string, unknown> = DEFAULT_PROJECT_METADATA; private targetName?: string; private options = new Map<string ...
{ "end_byte": 11331, "start_byte": 1908, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/builder-harness.ts" }
angular-cli/modules/testing/builder/src/builder-harness.ts_11333_15232
interface ContextHost extends WorkspaceHost { findBuilderByTarget( project: string, target: string, ): Promise<{ info: BuilderInfo; handler: BuilderHandlerFn<json.JsonObject> }>; validate(options: json.JsonObject, builderName: string): Promise<json.JsonObject>; } class HarnessBuilderContext implements Bu...
{ "end_byte": 15232, "start_byte": 11333, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/builder-harness.ts" }
angular-cli/modules/testing/builder/src/jasmine-helpers.ts_0_5162
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BuilderHandlerFn } from '@angular-devkit/architect'; import { json } from '@angular-devkit/core'; import { ...
{ "end_byte": 5162, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/jasmine-helpers.ts" }
angular-cli/modules/testing/builder/src/dev_prod_mode.ts_0_1769
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ import { BuilderHarness } from './builder-harness'; export const GOOD_TARGET = './src/good.js'; export const BAD_TA...
{ "end_byte": 1769, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/dev_prod_mode.ts" }
angular-cli/modules/testing/builder/src/test-utils.ts_0_4950
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable import/no-extraneous-dependencies */ import { Architect, BuilderOutput, ScheduleOptions, Target }...
{ "end_byte": 4950, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/test-utils.ts" }
angular-cli/modules/testing/builder/src/builder-harness_spec.ts_0_4824
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ /* eslint-disable import/no-extraneous-dependencies */ import { TestProjectHost } from '@angular-devkit/architect/t...
{ "end_byte": 4824, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/builder-harness_spec.ts" }
angular-cli/modules/testing/builder/src/file-watching.ts_0_1574
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ type BuilderWatcherCallback = ( events: Array<{ path: string; type: 'created' | 'modified' | 'deleted'; time?: num...
{ "end_byte": 1574, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/file-watching.ts" }
angular-cli/modules/testing/builder/src/index.ts_0_475
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export { BuilderHarness, type BuilderHarnessExecutionOptions, type BuilderHarnessExecutionResult, } from './bu...
{ "end_byte": 475, "start_byte": 0, "url": "https://github.com/angular/angular-cli/blob/main/modules/testing/builder/src/index.ts" }
angular/CODE_OF_CONDUCT.md_0_3649
# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering a safe and welcoming environment, we as the Angular team pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, ...
{ "end_byte": 3649, "start_byte": 0, "url": "https://github.com/angular/angular/blob/main/CODE_OF_CONDUCT.md" }
angular/karma-js.conf.js_0_6151
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ const browserProvidersConf = require('./browser-providers.conf'); const {hostname} = require('os'); const seed = pr...
{ "end_byte": 6151, "start_byte": 0, "url": "https://github.com/angular/angular/blob/main/karma-js.conf.js" }
angular/LICENSE_0_1105
The MIT License Copyright (c) 2010-2024 Google LLC. https://angular.dev/license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use...
{ "end_byte": 1105, "start_byte": 0, "url": "https://github.com/angular/angular/blob/main/LICENSE" }
angular/CHANGELOG.md_0_5646
<a name="19.0.0-next.11"></a> # 19.0.0-next.11 (2024-10-23) ### common | Commit | Type | Description | | -- | -- | -- | | [24c6373820](https://github.com/angular/angular/commit/24c6373820231faf9d012a2e4d7ea945d3e8513b) | feat | add optional rounded transform support in cloudinary image loader ([#55364](https://github.c...
{ "end_byte": 5646, "start_byte": 0, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_5646_8144
# 19.0.0-next.10 (2024-10-16) ## Breaking Changes ### core - Angular directives, components and pipes are now standalone by default. Specify `standalone: false` for declarations that are currently declared in `@NgModule`s. `ng update` for v19 will take care of this automatically. ### compiler | Commit | Type | Descript...
{ "end_byte": 8144, "start_byte": 5646, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_8144_13704
# 19.0.0-next.9 (2024-10-10) ## Breaking Changes ### compiler - `this.foo` property reads no longer refer to template context variables. If you intended to read the template variable, do not use `this.`. ### core - The deprecated `factories` property in `KeyValueDiffers` has been removed. ### localize - The `name` opti...
{ "end_byte": 13704, "start_byte": 8144, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_13704_19612
# 18.2.8 (2024-10-10) ### compiler | Commit | Type | Description | | -- | -- | -- | | [11692c8dab](https://github.com/angular/angular/commit/11692c8dab2a78dc8780ceed301242d51dee7c9c) | fix | add multiple :host and nested selectors support ([#57796](https://github.com/angular/angular/pull/57796)) | | [66dcc691f5](https:...
{ "end_byte": 19612, "start_byte": 13704, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_19612_24631
# 18.2.7 (2024-10-02) ### common | Commit | Type | Description | | -- | -- | -- | | [249d0260f9](https://github.com/angular/angular/commit/249d0260f97a2fec8e4daef0b1565ba40b27d370) | fix | execute checks and remove placeholder when image is already loaded ([#55444](https://github.com/angular/angular/pull/55444)) | | [4...
{ "end_byte": 24631, "start_byte": 19612, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_24631_30383
# 19.0.0-next.6 (2024-09-18) ### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [f611faadfe](https://github.com/angular/angular/commit/f611faadfedd8dc2c3291da98e2c2c60fe3984bd) | fix | extended diagnostics not validating ICUs ([#57845](https://github.com/angular/angular/pull/57845)) | ### core | Commit...
{ "end_byte": 30383, "start_byte": 24631, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_30383_33130
# 19.0.0-next.3 (2024-09-04) ## Breaking Changes ### core - * TypeScript versions less than 5.5 are no longer supported. ### compiler | Commit | Type | Description | | -- | -- | -- | | [a2e4ee0cb3](https://github.com/angular/angular/commit/a2e4ee0cb3d40cadc05e28d58b06853973944456) | feat | add diagnostic for unused sta...
{ "end_byte": 33130, "start_byte": 30383, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_33130_38600
# 19.0.0-next.2 (2024-08-28) ## Breaking Changes ### core - Render default fallback with empty `projectableNodes`. When passing an empty array to `projectableNodes` in the `createComponent` API, the default fallback content of the `ng-content` will be rendered if present. To prevent rendering the default content, pa...
{ "end_byte": 38600, "start_byte": 33130, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_38600_44816
# 18.2.1 (2024-08-22) ### core | Commit | Type | Description | | -- | -- | -- | | [9de30a7b1c](https://github.com/angular/angular/commit/9de30a7b1cbda5bd85db607266ad533c1aac0a02) | fix | Allow zoneless scheduler to run inside `fakeAsync` ([#56932](https://github.com/angular/angular/pull/56932)) | | [286012fb89](https:/...
{ "end_byte": 44816, "start_byte": 38600, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_44816_49111
# 18.2.0 (2024-08-14) ### compiler | Commit | Type | Description | | -- | -- | -- | | [c8e2885136](https://github.com/angular/angular/commit/c8e2885136b08981333a336b7b2ba553266eba63) | feat | Add extended diagnostic to warn when there are uncalled functions in event bindings ([#56295](https://github.com/angular/angular...
{ "end_byte": 49111, "start_byte": 44816, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_49111_54213
### migrations | Commit | Type | Description | | -- | -- | -- | | [147eee4253](https://github.com/angular/angular/commit/147eee42530b8e7d6a99f37c8eba7a38cbe29522) | feat | add migration to convert standalone component routes to be lazy loaded ([#56428](https://github.com/angular/angular/pull/56428)) | | [cb442a0ce7](ht...
{ "end_byte": 54213, "start_byte": 49111, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_54213_58692
# 18.1.3 (2024-07-31) ### compiler | Commit | Type | Description | | -- | -- | -- | | [31dea066d6](https://github.com/angular/angular/commit/31dea066d636bb49fa18b1172815b1ef7af4dbe5) | fix | reduce chance of conflicts between generated factory and local variables ([#57181](https://github.com/angular/angular/pull/57181)...
{ "end_byte": 58692, "start_byte": 54213, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_58692_64401
# 18.1.0 (2024-07-10) ### common | Commit | Type | Description | | -- | -- | -- | | [f25653e231](https://github.com/angular/angular/commit/f25653e2311152d30b14d25acb0dccb4e2b5ea56) | fix | typo in NgOptimizedImage warning ([#56756](https://github.com/angular/angular/pull/56756)) | | [9b35726e42](https://github.com/angu...
{ "end_byte": 64401, "start_byte": 58692, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_64401_69212
### language-service | Commit | Type | Description | | -- | -- | -- | | [b400e2e4d4](https://github.com/angular/angular/commit/b400e2e4d4c27a9c8d8e91b52852ef7b64f7591a) | feat | autocompletion for the component not imported ([#55595](https://github.com/angular/angular/pull/55595)) | | [67b2c336bc](https://github.com/an...
{ "end_byte": 69212, "start_byte": 64401, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_69212_73665
# 18.0.3 (2024-06-12) ### benchpress | Commit | Type | Description | | -- | -- | -- | | [ebf00aa0659](https://github.com/angular/angular/commit/ebf00aa06592a966b72c81ff4ca09c6ef1344a20) | fix | adjust supported browser names for headless chrome ([#56360](https://github.com/angular/angular/pull/56360)) | ### core | Comm...
{ "end_byte": 73665, "start_byte": 69212, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_73665_82524
# 18.0.0 (2024-05-22) [Blog post "Angular v18 is now available"](http://goo.gle/angular-v18). ## Breaking Changes ### animations - Deprecated `matchesElement` method has been removed from `AnimationDriver` as it is unused. ### common - The deprecated `isPlatformWorkerUi` and `isPlatformWorkerApp` have been removed wi...
{ "end_byte": 82524, "start_byte": 73665, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_82524_86828
## Deprecations ### common - `getCurrencySymbol`, `getLocaleCurrencyCode`, `getLocaleCurrencyName`, `getLocaleCurrencySymbol`, `getLocaleDateFormat`, `getLocaleDateTimeFormat`, `getLocaleDayNames`, `getLocaleDayPeriods`, `getLocaleDirection`, `getLocaleEraNames`, `getLocaleExtraDayPeriodRules`, `getLocaleExtraDayPeriod...
{ "end_byte": 86828, "start_byte": 82524, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_86828_89382
### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [5bd188a394](https://github.com/angular/angular/commit/5bd188a394d30053099e2c83fe79136d590e5399) | feat | add partial compilation support for deferred blocks ([#54908](https://github.com/angular/angular/pull/54908)) | | [b02b31a915](https://github.com/...
{ "end_byte": 89382, "start_byte": 86828, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_89382_95445
### core | Commit | Type | Description | | -- | -- | -- | | [a730f09ae9](https://github.com/angular/angular/commit/a730f09ae9e729da79a3e0951e15e0139ef67713) | feat | Add a public API to establish events to be replayed and an attribute to mark an element with an event handler. ([#55356](https://github.com/angular/angula...
{ "end_byte": 95445, "start_byte": 89382, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_95446_100446
| [69085ea26e](https://github.com/angular/angular/commit/69085ea26e11f372578999337b2d8f099600b630) | fix | error about provideExperimentalCheckNoChangesForDebug uses wrong name ([#55824](https://github.com/angular/angular/pull/55824)) | | [0147e0b85a](https://github.com/angular/angular/commit/0147e0b85a4f1201b1ae5edaa0...
{ "end_byte": 100446, "start_byte": 95446, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_100446_105178
### language-service | Commit | Type | Description | | -- | -- | -- | | [6d1b82df32](https://github.com/angular/angular/commit/6d1b82df32049cfaba2f6a50b9639b6e3b722170) | fix | allow external projects to use provided compiler options ([#55035](https://github.com/angular/angular/pull/55035)) | | [a48afe0d94](https://git...
{ "end_byte": 105178, "start_byte": 100446, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_105178_110524
### router | Commit | Type | Description | | -- | -- | -- | | [4a42961393](https://github.com/angular/angular/commit/4a42961393b3abf40f34374df059d3959dadecc0) | feat | `withNavigationErrorHandler` can convert errors to redirects ([#55370](https://github.com/angular/angular/pull/55370)) | | [8735af08b9](https://github.c...
{ "end_byte": 110524, "start_byte": 105178, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_110524_113185
# 17.3.2 (2024-03-28) ### compiler | Commit | Type | Description | | -- | -- | -- | | [2b7bad5151](https://github.com/angular/angular/commit/2b7bad515100cbfa40b3e8d844bae13d43fd5602) | fix | invoke method-based tracking function with context ([#54960](https://github.com/angular/angular/pull/54960)) | ### compiler-cli |...
{ "end_byte": 113185, "start_byte": 110524, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_113185_118191
# 17.3.0 (2024-03-13) ### compiler | Commit | Type | Description | | -- | -- | -- | | [1a6beae8a2](https://github.com/angular/angular/commit/1a6beae8a2bdcff27d4c1e402f98246a52247906) | feat | Enable template pipeline by default. ([#54571](https://github.com/angular/angular/pull/54571)) | | [f386a04c9d](https://github.c...
{ "end_byte": 118191, "start_byte": 113185, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_118191_123753
# 17.2.4 (2024-03-06) ### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [917b9bdd2e](https://github.com/angular/angular/commit/917b9bdd2eec9cd6395adb0cbde979490bcc3a88) | fix | unwrap expressions with type parameters in query read property ([#54647](https://github.com/angular/angular/pull/54647)) | ##...
{ "end_byte": 123753, "start_byte": 118191, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_123753_128641
# 17.2.0 (2024-02-14) ### common | Commit | Type | Description | | -- | -- | -- | | [03c3b3eb79](https://github.com/angular/angular/commit/03c3b3eb79ec061b0031d6ad7ba386d185c87d8d) | feat | add Netlify image loader ([#54311](https://github.com/angular/angular/pull/54311)) | | [f5c520b836](https://github.com/angular/ang...
{ "end_byte": 128641, "start_byte": 123753, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_128641_134671
### core | Commit | Type | Description | | -- | -- | -- | | [702ab28b4c](https://github.com/angular/angular/commit/702ab28b4c07a903c403a20af2ca287348b6afd0) | feat | add support for model inputs ([#54252](https://github.com/angular/angular/pull/54252)) | | [e95ef2cbc6](https://github.com/angular/angular/commit/e95ef2cb...
{ "end_byte": 134671, "start_byte": 128641, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_134671_140042
# 17.1.1 (2024-01-24) ### router | Commit | Type | Description | | -- | -- | -- | | [f222bee8fa](https://github.com/angular/angular/commit/f222bee8fa037f437761e5f7f127f22f280e9154) | fix | revert commit that replaced `last` helper with native `Array.at(-1)` ([#54021](https://github.com/angular/angular/pull/54021)) | <...
{ "end_byte": 140042, "start_byte": 134671, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_140042_145432
# 17.0.9 (2024-01-10) ### common | Commit | Type | Description | | -- | -- | -- | | [c22b513b3f](https://github.com/angular/angular/commit/c22b513b3f45c49baf4d6e571735aa4aa33b7845) | fix | remove unused parameters from the ngClass constructor ([#53831](https://github.com/angular/angular/pull/53831)) | | [bd9f89d1c8](ht...
{ "end_byte": 145432, "start_byte": 140042, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_145432_149507
# 17.0.7 (2023-12-13) ### compiler | Commit | Type | Description | | -- | -- | -- | | [4fd5409090](https://github.com/angular/angular/commit/4fd5409090b5556ecde3b4e2e1f09955e71443f4) | fix | handle ambient types in input transform function ([#51474](https://github.com/angular/angular/pull/51474)) | ### compiler-cli | C...
{ "end_byte": 149507, "start_byte": 145432, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_149507_154169
# 17.0.6 (2023-12-06) ### compiler | Commit | Type | Description | | -- | -- | -- | | [a2e5f483f5](https://github.com/angular/angular/commit/a2e5f483f5a869c0cca205f092049e252a02b710) | fix | generate proper code for nullish coalescing in styling host bindings ([#53305](https://github.com/angular/angular/pull/53305)) | ...
{ "end_byte": 154169, "start_byte": 149507, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_154169_157755
# 17.0.5 (2023-11-29) ### core | Commit | Type | Description | | -- | -- | -- | | [6be88040d1](https://github.com/angular/angular/commit/6be88040d134b8c8d7efd2068296f68b8b7efbdd) | fix | avoid stale provider info when TestBed.overrideProvider is used ([#52918](https://github.com/angular/angular/pull/52918)) | | [dee50f...
{ "end_byte": 157755, "start_byte": 154169, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_157755_163365
# 17.0.4 (2023-11-20) ### common | Commit | Type | Description | | -- | -- | -- | | [7f1c55755d](https://github.com/angular/angular/commit/7f1c55755d94444aa2c07fc62c276bb158e69f24) | fix | remove `load` on image once it fails to load ([#52990](https://github.com/angular/angular/pull/52990)) | | [fafcb0d23f](https://git...
{ "end_byte": 163365, "start_byte": 157755, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_163365_170943
# 17.0.2 (2023-11-09) ### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [7a95cccf50](https://github.com/angular/angular/commit/7a95cccf50c01a3733c6015551f8864e246d9239) | fix | add interpolatedSignalNotInvoked to diagnostics ([#52687](https://github.com/angular/angular/pull/52687)) | | [a548c0333e](ht...
{ "end_byte": 170943, "start_byte": 163365, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_170943_174956
cations ### animations - The `AnimationDriver.NOOP` symbol is deprecated, use `NoopAnimationDriver` instead. ### core - `ChangeDetectorRef.checkNoChanges` is deprecated. Test code should use `ComponentFixture` instead of `ChangeDetectorRef`. Application code should not call `ChangeDetectorRef.checkNoChanges` direc...
{ "end_byte": 174956, "start_byte": 170943, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_174956_181025
iler | Commit | Type | Description | | -- | -- | -- | | [1934524a0c](https://github.com/angular/angular/commit/1934524a0c673fb65cd927c55c712f59446f9c93) | feat | add docs extraction for type aliases ([#52118](https://github.com/angular/angular/pull/52118)) | | [7f6d9a73ab](https://github.com/angular/angular/commit/7f6d...
{ "end_byte": 181025, "start_byte": 174956, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_181026_183887
a3fe1](https://github.com/angular/angular/commit/17078a3fe1e9b90e48952b6c12b6e6b774b97810) | fix | pipes used inside defer triggers not being picked up ([#52071](https://github.com/angular/angular/pull/52071)) | | [861ce3a7c5](https://github.com/angular/angular/commit/861ce3a7c574340a6164ad0de13f49bda3e172da) | fix | p...
{ "end_byte": 183887, "start_byte": 181026, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_183887_189698
| Commit | Type | Description | | -- | -- | -- | | [59b6ec6be8](https://github.com/angular/angular/commit/59b6ec6be8cc464a6e74449ac7e0f2554ac7392b) | docs | Deprecate `ChangeDetectorRef.checkNoChanges` ([#52431](https://github.com/angular/angular/pull/52431)) | | [4f04d1cdab](https://github.com/angular/angular/commit/...
{ "end_byte": 189698, "start_byte": 183887, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_189699_195777
09c2](https://github.com/angular/angular/commit/dbffdc09c25c93868aa13ae368c9fd21a4c359fb) | fix | avoid duplicated code between entry-points (primary, testing, rxjs-interop) ([#51500](https://github.com/angular/angular/pull/51500)) | | [4f69d620d9](https://github.com/angular/angular/commit/4f69d620d94663592780b2875acbc...
{ "end_byte": 195777, "start_byte": 189699, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_195778_199577
259e](https://github.com/angular/angular/commit/e90694259e31f264f05d4aa9ebe275638577ce1a) | perf | build-in for should update indexes only when views were added / removed ([#52051](https://github.com/angular/angular/pull/52051)) | | [1032c1e1a5](https://github.com/angular/angular/commit/1032c1e1a5f5de28f38ede1786cf973f...
{ "end_byte": 199577, "start_byte": 195778, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_199577_204780
tions | Commit | Type | Description | | -- | -- | -- | | [f0da7c2e44](https://github.com/angular/angular/commit/f0da7c2e44a29c5a71cf4880388989d129f4c6e8) | feat | schematic to remove deprecated CompilerOptions properties ([#49672](https://github.com/angular/angular/pull/49672)) | | [965ce5a8c5](https://github.com/angul...
{ "end_byte": 204780, "start_byte": 199577, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_204780_210296
r | Commit | Type | Description | | -- | -- | -- | | [1da28f4825](https://github.com/angular/angular/commit/1da28f482517ea53a18e4eb526c7c9708e6fcb55) | feat | Add callback to execute when a view transition is created ([#52002](https://github.com/angular/angular/pull/52002)) | | [73e4bf2ed2](https://github.com/angular/a...
{ "end_byte": 210296, "start_byte": 204780, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_210296_216164
(2023-10-04) ### language-service | Commit | Type | Description | | -- | -- | -- | | [b732961fc3](https://github.com/angular/angular/commit/b732961fc3c6eec3cf5508330cc09d6a0a2d8f9a) | fix | Retain correct language service when `ts.Project` reloads ([#51912](https://github.com/angular/angular/pull/51912)) | ### service-...
{ "end_byte": 216164, "start_byte": 210296, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_216164_221957
(2023-08-09) ### benchpress | Commit | Type | Description | | -- | -- | -- | | [dd850b2ab7](https://github.com/angular/angular/commit/dd850b2ab781f24065550f8a948ced498e0f1e99) | fix | correctly report GC memory amounts ([#50760](https://github.com/angular/angular/pull/50760)) | ### common | Commit | Type | Description ...
{ "end_byte": 221957, "start_byte": 216164, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_221957_227669
(2023-06-28) ### core | Commit | Type | Description | | -- | -- | -- | | [dd6fc5785f](https://github.com/angular/angular/commit/dd6fc5785fcf10b88db8b87d726af604668bc143) | fix | expose input transform function on ComponentFactory and ComponentMirror ([#50713](https://github.com/angular/angular/pull/50713)) | ### elemen...
{ "end_byte": 227669, "start_byte": 221957, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_227669_231837
(2023-06-01) ### animations | Commit | Type | Description | | -- | -- | -- | | [df65c4fc8f](https://github.com/angular/angular/commit/df65c4fc8f71ab9bf59ec4e5e820d136b12fb570) | fix | Trigger leave animation when ViewContainerRef is injected ([#48705](https://github.com/angular/angular/pull/48705)) | ### common | Commi...
{ "end_byte": 231837, "start_byte": 227669, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_231837_239004
(2023-05-03) [Blog post "Angular v16 is now available"](https://goo.gle/angular-v16). ## Breaking Changes ### - Angular Compatibility Compiler (ngcc) has been removed and as a result Angular View Engine libraries will no longer work - Deprecated `EventManager` method `addGlobalEventListener` has been removed as it is...
{ "end_byte": 239004, "start_byte": 231837, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_239004_244090
ations ### core - `makeStateKey`, `StateKey` and `TransferState` exports have been moved from `@angular/platform-browser` to `@angular/core`. Please update the imports. ```diff - import {makeStateKey, StateKey, TransferState} from '@angular/platform-browser'; + import {makeStateKey, StateKey, TransferState} fr...
{ "end_byte": 244090, "start_byte": 239004, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_244090_249945
| Commit | Type | Description | | -- | -- | -- | | [89d291c367](https://github.com/angular/angular/commit/89d291c367e6b1b4618999c4044dcafcc1953109) | feat | add `assertInInjectionContext` ([#49529](https://github.com/angular/angular/pull/49529)) | | [4e9531f777](https://github.com/angular/angular/commit/4e9531f7773e7bf...
{ "end_byte": 249945, "start_byte": 244090, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_249946_255747
8f0e](https://github.com/angular/angular/commit/9180f98f0ec1707455786430d8ad022f3a1386fa) | fix | ensure takeUntilDestroyed unregisters onDestroy listener on unsubscribe ([#49901](https://github.com/angular/angular/pull/49901)) | | [4721c48a24](https://github.com/angular/angular/commit/4721c48a24bf4e72fd4742097ec8505a0...
{ "end_byte": 255747, "start_byte": 249946, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_255747_259831
orm-browser | Commit | Type | Description | | -- | -- | -- | | [761e02d912](https://github.com/angular/angular/commit/761e02d912e4f910f9e5e915c019dc1fef0d0839) | feat | add a public API function to enable non-destructive hydration ([#49666](https://github.com/angular/angular/pull/49666)) | | [630af63fae](https://github...
{ "end_byte": 259831, "start_byte": 255747, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_259831_265452
r | Commit | Type | Description | | -- | -- | -- | | [ea32c3289a](https://github.com/angular/angular/commit/ea32c3289ad773a821b3432fb8d4c36d0d9fbd9d) | feat | Expose information about the last successful `Navigation` ([#49235](https://github.com/angular/angular/pull/49235)) | | [455c728525](https://github.com/angular/a...
{ "end_byte": 265452, "start_byte": 259831, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_265452_270180
2023-04-05) ### core | Commit | Type | Description | | -- | -- | -- | | [d9efa1b0d7](https://github.com/angular/angular/commit/d9efa1b0d742217de1164f7904c202b2697348d9) | feat | change the URL sanitization to only block javascript: URLs ([#49659](https://github.com/angular/angular/pull/49659)) | ### router | Commit | T...
{ "end_byte": 270180, "start_byte": 265452, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_270180_274820
23-03-01) ### common | Commit | Type | Description | | -- | -- | -- | | [f0e926074d](https://github.com/angular/angular/commit/f0e926074df189b3e3ca361a6a3bcd852c05e010) | fix | make Location.normalize() return the correct path when the base path contains characters that interfere with regex syntax. ([#49181](https://gi...
{ "end_byte": 274820, "start_byte": 270180, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_274820_280986
s | Commit | Type | Description | | -- | -- | -- | | [2796230e95](https://github.com/angular/angular/commit/2796230e953eb8c29d6227a1a3858f5f08a8f200) | fix | add `enum` in `mode` option in `standalone` schema ([#48851](https://github.com/angular/angular/pull/48851)) | | [816e76a578](https://github.com/angular/angular/c...
{ "end_byte": 280986, "start_byte": 274820, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_280986_286475
browser | Commit | Type | Description | | -- | -- | -- | | [bf4ad38117](https://github.com/angular/angular/commit/bf4ad3811762d9ba43d18c3360d014a9ceb06b4d) | fix | remove styles from DOM of destroyed components ([#48298](https://github.com/angular/angular/pull/48298)) | ### platform-server | Commit | Type | Description...
{ "end_byte": 286475, "start_byte": 280986, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_286475_287684
1-18) ### common | Commit | Type | Description | | -- | -- | -- | | [68ce4f6ab4](https://github.com/angular/angular/commit/68ce4f6ab495f78858281b902e6433fe90ed6dbf) | fix | Update `Location` to get a normalized URL valid in case a represented URL starts with the substring equals `APP_BASE_HREF` ([#48489](https://github...
{ "end_byte": 287684, "start_byte": 286475, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_287684_294258
uter - CanLoad guards in the Router are deprecated. Use CanMatch instead. - router writable properties The following strategies are meant to be configured by registering the application strategy in DI via the `providers` in the root `NgModule` or `bootstrapApplication`: * `routeReuseStrategy` * `titleStrat...
{ "end_byte": 294258, "start_byte": 287684, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_294258_298203
Agius, Alex Castle, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bob Watson, Charles Lyding, Derek Cormier, Doug Parker, Dylan Hunn, George Kalpakas, Greg Magolan, Jessica Janiuk, JiaLiPassion, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Pawel Kozlowski, Renan Ferro, Tim Gates, Vadim, Vi...
{ "end_byte": 298203, "start_byte": 294258, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_298203_302930
## common | Commit | Type | Description | | -- | -- | -- | | [930af9dd26](https://github.com/angular/angular/commit/930af9dd2607754e778922a4bb31055123229e24) | fix | Fix MockPlatformLocation events and missing onPopState implementation ([#48113](https://github.com/angular/angular/pull/48113)) | ### forms | Commit | Typ...
{ "end_byte": 302930, "start_byte": 298203, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_302930_306356
[Blog post "Angular v15 is now available"](https://goo.gle/angular-v15). ## Breaking Changes ### compiler - Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp: @keyframes foo { ... } wil...
{ "end_byte": 306356, "start_byte": 302930, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_306356_311704
mon - The `DATE_PIPE_DEFAULT_TIMEZONE` token is now deprecated in favor of the `DATE_PIPE_DEFAULT_OPTIONS` token, which accepts an object as a value and the timezone can be defined as a field (called `timezone`) on that object. ### core - - The ability to pass an `NgModule` to the `providedIn` option for `@Inje...
{ "end_byte": 311704, "start_byte": 306356, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_311704_316651
it | Type | Description | | -- | -- | -- | | [bc54687c7b](https://github.com/angular/angular/commit/bc54687c7b91efe451aa744d2d3a15ca3524231e) | fix | exclude abstract classes from `strictInjectionParameters` requirement ([#44615](https://github.com/angular/angular/pull/44615)) | | [309b2cde51](https://github.com/angula...
{ "end_byte": 316651, "start_byte": 311704, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_316651_322321
| Description | | -- | -- | -- | | [3ba99e286a](https://github.com/angular/angular/commit/3ba99e286a166d122fb334171b6a9a1e6461a724) | feat | allow for child `HttpClient`s to request via parents ([#47502](https://github.com/angular/angular/pull/47502)) | | [84d0d33c35](https://github.com/angular/angular/commit/84d0d33c3...
{ "end_byte": 322321, "start_byte": 316651, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_322321_327144
router | Commit | Type | Description | | -- | -- | -- | | [aef353c143](https://github.com/angular/angular/commit/aef353c143ea4e31d76f00ae91efe49eecc3a321) | fix | Ensure renavigating in component init works with enabledBlocking ([#48066](https://github.com/angular/angular/pull/48066)) | ## Special Thanks Alan Agius, A...
{ "end_byte": 327144, "start_byte": 322321, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }
angular/CHANGELOG.md_327144_330644
mations | Commit | Type | Description | | -- | -- | -- | | [937e6c5b3d](https://github.com/angular/angular/commit/937e6c5b3d4c4bfc6ba202ee6692bc2fd8a35b89) | fix | make sure that the animation function delay is applied ([#47285](https://github.com/angular/angular/pull/47285)) | ### common | Commit | Type | Description ...
{ "end_byte": 330644, "start_byte": 327144, "url": "https://github.com/angular/angular/blob/main/CHANGELOG.md" }