_id stringlengths 21 254 | text stringlengths 1 93.7k | metadata dict |
|---|---|---|
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/README.md_0_3857 | # Defer triggers
While the default options for `@defer` offer great options for lazy loading parts of your components it may still be desirable to further customize the deferred loading experience.
By default, deferred content loads when the browser is idle. You can, however, customize when this loading occurs by spe... | {
"end_byte": 3857,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/README.md"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/main.ts_0_241 | import {bootstrapApplication} from '@angular/platform-browser';
import {AppComponent} from './app/app.component';
import {appConfig} from './app/app.config';
bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err));
| {
"end_byte": 241,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/main.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/app/app.component.ts_0_991 | import {Component} from '@angular/core';
import {ArticleCommentsComponent} from './article-comments.component';
@Component({
selector: 'app-root',
template: `
<div>
<h1>How I feel about Angular</h1>
<article>
<p>
Angular is my favorite framework, and
this is why. Angular... | {
"end_byte": 991,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/app/app.component.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/app/app.config.ts_0_116 | import {ApplicationConfig} from '@angular/core';
export const appConfig: ApplicationConfig = {
providers: [],
};
| {
"end_byte": 116,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/app/app.config.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/app/article-comments.component.ts_0_571 | import {Component} from '@angular/core';
@Component({
selector: 'article-comments',
template: `
<h2>Comments</h2>
<p class="comment">
Building for the web is fantastic!
</p>
<p class="comment">
The new template syntax is great
</p>
<p class="comment">
I agree with the othe... | {
"end_byte": 571,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/answer/src/app/article-comments.component.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/main.ts_0_241 | import {bootstrapApplication} from '@angular/platform-browser';
import {AppComponent} from './app/app.component';
import {appConfig} from './app/app.config';
bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err));
| {
"end_byte": 241,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/main.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/app/app.component.ts_0_880 | import {Component} from '@angular/core';
import {ArticleCommentsComponent} from './article-comments.component';
@Component({
selector: 'app-root',
template: `
<div>
<h1>How I feel about Angular</h1>
<article>
<p>
Angular is my favorite framework, and
this is why. Angular... | {
"end_byte": 880,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/app/app.component.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/app/app.config.ts_0_116 | import {ApplicationConfig} from '@angular/core';
export const appConfig: ApplicationConfig = {
providers: [],
};
| {
"end_byte": 116,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/app/app.config.ts"
} |
angular/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/app/article-comments.component.ts_0_571 | import {Component} from '@angular/core';
@Component({
selector: 'article-comments',
template: `
<h2>Comments</h2>
<p class="comment">
Building for the web is fantastic!
</p>
<p class="comment">
The new template syntax is great
</p>
<p class="comment">
I agree with the othe... | {
"end_byte": 571,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/tutorials/deferrable-views/steps/3-defer-triggers/src/app/article-comments.component.ts"
} |
angular/adev/src/content/reference/license.md_0_1107 | # 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 u... | {
"end_byte": 1107,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/license.md"
} |
angular/adev/src/content/reference/releases.md_0_9019 | # Angular versioning and releases
We recognize that you need stability from the Angular framework.
Stability ensures that reusable components and libraries, tutorials, tools, and learned practices don't become obsolete unexpectedly.
Stability is essential for the ecosystem around Angular to thrive.
We also share with... | {
"end_byte": 9019,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/releases.md"
} |
angular/adev/src/content/reference/releases.md_9019_12966 | ## Compatibility policy
Angular is a collection of many packages, subprojects, and tools.
To prevent accidental use of private APIs and so that you can clearly understand what is covered by the practices described here — we document what is and is not considered our public API surface.
For details, see [Supported Publ... | {
"end_byte": 12966,
"start_byte": 9019,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/releases.md"
} |
angular/adev/src/content/reference/cli.md_0_2282 | # CLI Reference
| Command | Alias | Description |
|:--- |:--- |:--- |
| [`add`](cli/add) | | Adds support for an extern... | {
"end_byte": 2282,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/cli.md"
} |
angular/adev/src/content/reference/versions.md_0_1182 | # Version compatibility
The following tables describe the versions of Node.js, TypeScript, and RxJS that each version of
Angular requires.
## Actively supported versions
This table covers [Angular versions under active support](reference/releases#actively-supported-versions).
| Angular | Node.js ... | {
"end_byte": 1182,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/versions.md"
} |
angular/adev/src/content/reference/versions.md_1182_5830 | ## Unsupported Angular versions
This table covers Angular versions that are no longer under long-term support (LTS). This
information was correct when each version went out of LTS and is provided without any further
guarantees. It is listed here for historical reference.
| Angular | Node.js ... | {
"end_byte": 5830,
"start_byte": 1182,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/versions.md"
} |
angular/adev/src/content/reference/versions.md_5830_8465 | ## Polyfills
Angular is built on the latest standards of the web platform.
Targeting such a wide range of browsers is challenging because they do not support all features of modern browsers.
You compensate by loading polyfill scripts \("polyfills"\) for the browsers that you must support.
See instructions on how to in... | {
"end_byte": 8465,
"start_byte": 5830,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/versions.md"
} |
angular/adev/src/content/reference/press-kit.md_0_4512 | # Angular Press Kit
The logo graphics available for download on this page are provided under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
<docs-card-container>
<docs-card title="Angular logos" href="https://drive.google.com/drive/folders/1IgcAwLDVZUz8ycnFa7T4_H6B4V4LhYUQ?usp=sharing" link="Download fr... | {
"end_byte": 4512,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/press-kit.md"
} |
angular/adev/src/content/reference/roadmap.md_0_7060 | <docs-decorative-header title="Angular Roadmap" imgSrc="adev/src/assets/images/roadmap.svg"> <!-- markdownlint-disable-line -->
Learn how the Angular team is building momentum on the web.
</docs-decorative-header>
As an open source project, Angular’s daily commits, PRs and momentum is all trackable on GitHub. To incre... | {
"end_byte": 7060,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/roadmap.md"
} |
angular/adev/src/content/reference/roadmap.md_7060_15207 | e work, explorations, and prototyping
This section represents explorations and prototyping of potential future projects. A reasonable outcome is to decide that our current solutions are the best options. Other projects may result in RFCs, graduating to in-progress projects, or being deprioritized as the web continues ... | {
"end_byte": 15207,
"start_byte": 7060,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/roadmap.md"
} |
angular/adev/src/content/reference/roadmap.md_15311_24588 | ering story, including: route discovery at runtime for SSG, up to 87% faster build times for hybrid rendered applications, prompt that enables hybrid rendering for new projects.
</docs-card>
<docs-card title="Non-destructive full app hydration" link="Completed Q1 2023" href="guide/hydration">
In v16, we released ... | {
"end_byte": 24588,
"start_byte": 15311,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/roadmap.md"
} |
angular/adev/src/content/reference/roadmap.md_24695_31459 | -card>
<docs-card title="Deprecate and remove IE11 support" link="Completed Q3 2021" href="https://github.com/angular/angular/issues/41840">
Internet Explorer 11 (IE11) has been preventing Angular from taking advantage of some of the modern features of the Web platform. As part of this project we are going to depre... | {
"end_byte": 31459,
"start_byte": 24695,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/roadmap.md"
} |
angular/adev/src/content/reference/BUILD.bazel_0_255 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "reference",
srcs = glob([
"*.md",
]),
data = [
"//adev/src/assets/images:roadmap.svg",
],
visibility = ["//adev:__subpackages__"],
)
| {
"end_byte": 255,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/BUILD.bazel"
} |
angular/adev/src/content/reference/migrations/overview.md_0_1831 | # Migrations
Learn about how you can migrate your existing angular project to the latest features incrementally.
<docs-card-container>
<docs-card title="Standalone" link="Migrate now" href="reference/migrations/standalone">
Standalone components provide a simplified way to build Angular applications. Standalone... | {
"end_byte": 1831,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/overview.md"
} |
angular/adev/src/content/reference/migrations/inject-function.md_0_4309 | # Migration to the `inject` function
Angular's `inject` function offers more accurate types and better compatibility with standard decorators, compared to constructor-based injection.
This schematic converts constructor-based injection in your classes to use the `inject` function instead.
Run the schematic using the... | {
"end_byte": 4309,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/inject-function.md"
} |
angular/adev/src/content/reference/migrations/route-lazy-loading.md_0_2424 | # Migration to lazy-loaded routes
This schematic helps developers to convert eagerly loaded component routes to lazy loaded routes. This allows the build process to split the production bundle into smaller chunks, to avoid big JS bundle that includes all routes, which negatively affects initial page load of an applica... | {
"end_byte": 2424,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/route-lazy-loading.md"
} |
angular/adev/src/content/reference/migrations/control-flow.md_0_441 | # Migration to Control Flow syntax
[Control flow syntax](guide/templates/control-flow) is available from Angular v17. The new syntax is baked into the template, so you don't need to import `CommonModule` anymore.
This schematic migrates all existing code in your application to use new Control Flow Syntax.
Run the sc... | {
"end_byte": 441,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/control-flow.md"
} |
angular/adev/src/content/reference/migrations/standalone.md_0_8381 | # Migrate an existing Angular project to standalone
**Standalone components** provide a simplified way to build Angular applications. Standalone components, directives, and pipes aim to streamline the authoring experience by reducing the need for `NgModule`s. Existing applications can optionally and incrementally adop... | {
"end_byte": 8381,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/standalone.md"
} |
angular/adev/src/content/reference/migrations/signal-queries.md_0_3936 | # Migration to signal queries
Angular introduced improved APIs for queries that are considered
production ready as of v19.
Read more about signal queries and their benefits in the [dedicated guide](guide/signals/queries).
To support existing teams that would like to use signal queries, the Angular team
provides an au... | {
"end_byte": 3936,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/signal-queries.md"
} |
angular/adev/src/content/reference/migrations/BUILD.bazel_0_188 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "migrations",
srcs = glob([
"*.md",
]),
visibility = ["//adev:__subpackages__"],
)
| {
"end_byte": 188,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/BUILD.bazel"
} |
angular/adev/src/content/reference/migrations/signal-inputs.md_0_3746 | # Migration to signal inputs
Angular introduced an improved API for inputs that is considered
production ready as of v19.
Read more about signal inputs and their benefits in the [dedicated guide](guide/signals/inputs).
To support existing teams that would like to use signal inputs, the Angular team
provides an automa... | {
"end_byte": 3746,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/migrations/signal-inputs.md"
} |
angular/adev/src/content/reference/configs/BUILD.bazel_0_365 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "configs",
srcs = glob([
"*.md",
]),
data = [
"//adev/src/content/examples/angular-compiler-options:tsconfig.app.json",
"//adev/src/content/examples/angular-compiler-options:tsconfig.json",
],
... | {
"end_byte": 365,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/BUILD.bazel"
} |
angular/adev/src/content/reference/configs/workspace-config.md_0_10429 | # Angular workspace configuration
The `angular.json` file at the root level of an Angular workspace provides workspace-wide and project-specific configuration defaults. These are used for build and development tools provided by the Angular CLI.
Path values given in the configuration are relative to the root workspace ... | {
"end_byte": 10429,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/workspace-config.md"
} |
angular/adev/src/content/reference/configs/workspace-config.md_10429_20189 | ## Configuring CLI builders
Architect is the tool that the Angular CLI uses to perform complex tasks, such as compilation and test running.
Architect is a shell that runs a specified builder to perform a given task, according to a target configuration.
You can define and configure new builders and targets to extend th... | {
"end_byte": 20189,
"start_byte": 10429,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/workspace-config.md"
} |
angular/adev/src/content/reference/configs/workspace-config.md_20189_29594 | ## Complex configuration values
The `assets`, `index`, `outputPath`, `styles`, and `scripts` options can have either simple path string values, or object values with specific fields.
The `sourceMap` and `optimization` options can be set to a simple boolean value. They can also be given a complex value using the config... | {
"end_byte": 29594,
"start_byte": 20189,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/workspace-config.md"
} |
angular/adev/src/content/reference/configs/workspace-config.md_29594_33718 | ### Source map configuration
The `sourceMap` builder option can be either a boolean or an object for more fine-tune configuration to control the source maps of an application.
| Options | Details | Value type | Default value |
|:--- |:--- ... | {
"end_byte": 33718,
"start_byte": 29594,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/workspace-config.md"
} |
angular/adev/src/content/reference/configs/file-structure.md_0_13136 | # Workspace and project file structure
You develop applications in the context of an Angular workspace.
A workspace contains the files for one or more projects.
A project is the set of files that comprise an application or a shareable library.
The Angular CLI `ng new` command creates a workspace.
<docs-code language... | {
"end_byte": 13136,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/file-structure.md"
} |
angular/adev/src/content/reference/configs/file-structure.md_13136_17369 | ## Multiple projects
A multi-project workspace is suitable for an organization that uses a single repository and global configuration for multiple Angular projects (the "monorepo" model).
A multi-project workspace also supports library development.
### Setting up for a multi-project workspace
If you intend to have m... | {
"end_byte": 17369,
"start_byte": 13136,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/file-structure.md"
} |
angular/adev/src/content/reference/configs/npm-packages.md_0_6081 | # Workspace npm dependencies
The Angular Framework, Angular CLI, and components used by Angular applications are packaged as [npm packages](https://docs.npmjs.com/getting-started/what-is-npm "What is npm?") and distributed using the [npm registry](https://docs.npmjs.com).
You can download and install these npm packag... | {
"end_byte": 6081,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/npm-packages.md"
} |
angular/adev/src/content/reference/configs/angular-compiler-options.md_0_1428 | # Angular compiler options
When you use [ahead-of-time compilation (AOT)](tools/cli/aot-compiler), you can control how your application is compiled by specifying Angular compiler options in the [TypeScript configuration file](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
The Angular options object... | {
"end_byte": 1428,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/angular-compiler-options.md"
} |
angular/adev/src/content/reference/configs/angular-compiler-options.md_1428_10511 | ## Template options
The following options are available for configuring the Angular AOT compiler.
### `annotationsAs`
Modifies how Angular-specific annotations are emitted to improve tree-shaking.
Non-Angular annotations are not affected.
One of `static fields` or `decorators`. The default value is `static fields`.
... | {
"end_byte": 10511,
"start_byte": 1428,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/angular-compiler-options.md"
} |
angular/adev/src/content/reference/configs/angular-compiler-options.md_10511_13935 | ### `strictMetadataEmit`
When `true`, reports an error to the `.metadata.json` file if `"skipMetadataEmit"` is `false`.
Default is `false`.
Use only when `"skipMetadataEmit"` is `false` and `"skipTemplateCodegen"` is `true`.
This option is intended to verify the `.metadata.json` files emitted for bundling with an `np... | {
"end_byte": 13935,
"start_byte": 10511,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/configs/angular-compiler-options.md"
} |
angular/adev/src/content/reference/concepts/overview.md_0_314 | # Concepts
<docs-card-container>
<docs-card title="NgModules" link="Learn more" href="guide/ngmodules">
NgModules is a concept that commonly used in architecture v16 and earlier to help configure the injector and the compiler and help organize related things together.
</docs-card>
</docs-card-container>
| {
"end_byte": 314,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/concepts/overview.md"
} |
angular/adev/src/content/reference/concepts/BUILD.bazel_0_186 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "concepts",
srcs = glob([
"*.md",
]),
visibility = ["//adev:__subpackages__"],
)
| {
"end_byte": 186,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/concepts/BUILD.bazel"
} |
angular/adev/src/content/reference/extended-diagnostics/overview.md_0_5540 | # Extended Diagnostics
There are many coding patterns that are technically valid to the compiler or runtime, but which may have complex nuances or caveats.
These patterns may not have the intended effect expected by a developer, which often leads to bugs.
The Angular compiler includes "extended diagnostics" which iden... | {
"end_byte": 5540,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/overview.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8104.md_0_1452 | # Text attribute not binding
This diagnostic ensures that attributes which have the "special" Angular binding prefix (`attr.`, `style.`, and
`class.`) are interpreted as bindings.
<docs-code language="html">
<div attr.id="my-id"></div>
</docs-code>
## What's wrong with that?
In this example, `attr.id` is interpre... | {
"end_byte": 1452,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8104.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8111.md_0_1575 | # Functions should be invoked in event bindings.
This diagnostic detects uninvoked functions in event bindings.
<docs-code language="typescript">
import {Component, signal, Signal} from '@angular/core';
@Component({
template: `<button (click)="onClick">Click me</button>`,
})
class MyComponent {
onClick() {
... | {
"end_byte": 1575,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8111.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8101.md_0_1313 | # Invalid Banana-in-Box
This diagnostic detects a backwards "banana-in-box" syntax for [two-way bindings](guide/templates/two-way-binding).
<docs-code language="html">
<user-viewer ([user])="loggedInUser" />
</docs-code>
## What's wrong with that?
As it stands, `([var])` is actually an [event binding](guide/templ... | {
"end_byte": 1313,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8101.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8105.md_0_1634 | # Missing `let` keyword in an `*ngFor` expression
This diagnostic is emitted when an expression used in `*ngFor` is missing the `let` keyword.
<docs-code language="typescript">
import {Component} from '@angular/core';
@Component({
// The `let` keyword is missing in the `*ngFor` expression.
template: `<div *ngFo... | {
"end_byte": 1634,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8105.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8102.md_0_2920 | # Nullish coalescing not nullable
This diagnostic detects a useless nullish coalescing operator \(`??`\) characters in Angular templates.
Specifically, it looks for operations where the input is not "nullable", meaning its type does not include `null` or `undefined`.
For such values, the right side of the `??` will ne... | {
"end_byte": 2920,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8102.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8106.md_0_1196 | # Suffix not supported
This diagnostic detects when the `.px`, `.%`, and `.em` suffixes are used with an attribute
binding.
<docs-code language="html">
<img [attr.width.px]="5">
</docs-code>
## What's wrong with that?
These suffixes are only available for style bindings. They do not have any meaning when binding ... | {
"end_byte": 1196,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8106.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8107.md_0_2719 | # Optional chain not nullable
This diagnostic detects when the left side of an optional chain operation (`.?`) does not include `null` or `undefined` in its type in Angular templates.
<docs-code language="typescript">
import {Component} from '@angular/core';
@Component({
// Print the user's name safely, even if `... | {
"end_byte": 2719,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8107.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8113.md_0_977 | # Unused Standalone Imports
This diagnostic detects cases where the `imports` array of a `@Component` contains symbols that
aren't used within the template.
<docs-code language="typescript">
@Component({
imports: [UsedDirective, UnusedPipe]
})
class AwesomeCheckbox {}
</docs-code>
## What's wrong with that?
The... | {
"end_byte": 977,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8113.md"
} |
angular/adev/src/content/reference/extended-diagnostics/BUILD.bazel_0_198 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "extended-diagnostics",
srcs = glob([
"*.md",
]),
visibility = ["//adev:__subpackages__"],
)
| {
"end_byte": 198,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/BUILD.bazel"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8103.md_0_2127 | # Missing control flow directive
This diagnostics ensures that a standalone component which uses known control flow directives
(such as `*ngIf`, `*ngFor`, or `*ngSwitch`) in a template, also imports those directives either
individually or by importing the `CommonModule`.
<docs-code language="typescript">
import {Com... | {
"end_byte": 2127,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8103.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8108.md_0_2141 | # `ngSkipHydration` should be a static attribute
`ngSkipHydration` is a special attribute which indicates to Angular that a particular component should be opted-out of [hydration](guide/hydration).
This diagnostic ensures that this attribute `ngSkipHydration` is set statically and the value is either set to `"true"` o... | {
"end_byte": 2141,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8108.md"
} |
angular/adev/src/content/reference/extended-diagnostics/NG8109.md_0_1586 | # Signals must be invoked in template interpolations.
This diagnostic detects uninvoked signals in template interpolations.
<docs-code language="typescript">
import {Component, signal, Signal} from '@angular/core';
@Component({
template: `<div>{{ mySignal }}/div>`,
})
class MyComponent {
mySignal: Signal<num... | {
"end_byte": 1586,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/extended-diagnostics/NG8109.md"
} |
angular/adev/src/content/reference/errors/NG0500.md_0_3048 | # Hydration Node Mismatch
This error means that during the hydration process, Angular expected a DOM structure as rendered and annotated during server-side rendering. However, on the client, the DOM tree was different than the server rendered DOM tree.
This error typically happens due to direct DOM manipulation using... | {
"end_byte": 3048,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0500.md"
} |
angular/adev/src/content/reference/errors/NG0955.md_0_1363 | # Track expression resulted in duplicated keys for a given collection.
A track expression specified in the `@for` loop evaluated to duplicated keys for a given collection, ex.:
```typescript
@Component({
template: `@for (item of items; track item.value) {{{item.value}}}`,
})
class TestComponent {
items = [{ke... | {
"end_byte": 1363,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0955.md"
} |
angular/adev/src/content/reference/errors/NG3003.md_0_2666 | # Import Cycle Detected
A component, directive, or pipe that is referenced by this component would require the compiler to add an import that would lead to a cycle of imports.
For example, consider a scenario where a `ParentComponent` references a `ChildComponent` in its template:
<docs-code header="parent.component.... | {
"end_byte": 2666,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG3003.md"
} |
angular/adev/src/content/reference/errors/NG0951.md_0_1330 | # Child query result is required but no value is available.
Required child query (`contentChild.required` or `viewChild.required`) result was accessed before query results were calculated or query has no matches.
This can happen in two distinct situations:
* query results were accessed before a given query could coll... | {
"end_byte": 1330,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0951.md"
} |
angular/adev/src/content/reference/errors/NG0504.md_0_1548 | # Skip hydration flag is applied to an invalid node
This error occurs when the `ngSkipHydration` attribute was added to an inappropriate DOM node. The `ngSkipHydration` attribute can only be applied to component host nodes either directly in the template or via a host binding. It cannot be applied to other DOM nodes a... | {
"end_byte": 1548,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0504.md"
} |
angular/adev/src/content/reference/errors/NG0910.md_0_1918 | # Unsafe bindings on an iframe element
You see this error when Angular detects an attribute binding or a property binding on an `<iframe>` element using the following property names:
* sandbox
* allow
* allowFullscreen
* referrerPolicy
* csp
* fetchPriority
The mentioned attributes affect the security model setup fo... | {
"end_byte": 1918,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0910.md"
} |
angular/adev/src/content/reference/errors/NG2009.md_0_703 | # Invalid Shadow DOM selector
The selector of a component using `ViewEncapsulation.ShadowDom` doesn't match the custom element tag name requirements.
In order for a tag name to be considered a valid custom element name, it has to:
* Be in lower case.
* Contain a hyphen.
* Start with a letter \(a-z\).
## Debugging t... | {
"end_byte": 703,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG2009.md"
} |
angular/adev/src/content/reference/errors/overview.md_0_3731 | # Error Encyclopedia
## Runtime errors
| Code | Name |
| :-------- | :----------------------------------------------------------------------------------- |
| `NG0100` | [Expression Changed After Checked](errors/NG0100) ... | {
"end_byte": 3731,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/overview.md"
} |
angular/adev/src/content/reference/errors/NG0602.md_0_2314 | # Disallowed function call inside reactive context
A function that is not allowed to run inside a reactive context was called from within a reactive context.
For example, an `effect` cannot be scheduled from within a `computed` or an actively executing effect.
Avoid calling functions like `effect` as part of template... | {
"end_byte": 2314,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0602.md"
} |
angular/adev/src/content/reference/errors/NG0950.md_0_599 | # Required input is accessed before a value is set.
A required input was accessed but no value was bound.
This can happen when a required input is accessed too early in your directive or component.
This is commonly happening when the input is read as part of class construction.
Inputs are guaranteed to be available ... | {
"end_byte": 599,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0950.md"
} |
angular/adev/src/content/reference/errors/NG0505.md_0_1230 | # No hydration info in server response
This error occurs when hydration is enabled on the client, but the server response
doesn't contain special serialized information about the application that hydration
logic relies on.
This can happen when the `provideClientHydration()` function is included in the client
part of ... | {
"end_byte": 1230,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0505.md"
} |
angular/adev/src/content/reference/errors/NG0501.md_0_411 | # Hydration Missing Siblings
This error is similar to the [error NG0500](errors/NG0500), but it indicates that Angular hydration process expected more siblings present in the DOM structure at a particular location. Please refer to the [error NG0500](errors/NG0500) page for additional information.
## Debugging the err... | {
"end_byte": 411,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0501.md"
} |
angular/adev/src/content/reference/errors/NG01101.md_0_705 | # Wrong Async Validator Return Type
Async validators must return a promise or an observable, and emit/resolve them whether the validation fails or succeeds. In particular, they must implement the [AsyncValidatorFn API](api/forms/AsyncValidator)
```typescript
export function isTenAsync(control: AbstractControl):
Ob... | {
"end_byte": 705,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG01101.md"
} |
angular/adev/src/content/reference/errors/NG05104.md_0_700 | # Root element was not found
Bootstrapped components are defined in the `bootstrap` property of an `@NgModule` decorator or as the first parameter of `bootstrapApplication` for standalone components.
This error happens when Angular tries to bootstrap one of these components but cannot find its corresponding node in t... | {
"end_byte": 700,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG05104.md"
} |
angular/adev/src/content/reference/errors/NG8001.md_0_1114 | # Invalid Element
One or more elements cannot be resolved during compilation because the element is not defined by the HTML spec, or there is no component or directive with such element selector.
HELPFUL: This is the compiler equivalent of a common runtime error `NG0304: '${tagName}' is not a known element: ...`.
##... | {
"end_byte": 1114,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG8001.md"
} |
angular/adev/src/content/reference/errors/NG0300.md_0_1855 | # Selector Collision
<docs-video src="https://www.youtube.com/embed/z_3Z5mOm59I"/>
Two or more [components](guide/components) use the same element selector. Because there can only be a single component associated with an element, selectors must be unique strings to prevent ambiguity for Angular.
This error occurs at... | {
"end_byte": 1855,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0300.md"
} |
angular/adev/src/content/reference/errors/NG2003.md_0_712 | # Missing Token
There is no injection token for a constructor parameter at compile time. [InjectionTokens](api/core/InjectionToken) are tokens that can be used in a Dependency Injection Provider.
## Debugging the error
Look at the parameter that throws the error, and all uses of the class.
This error is commonly thr... | {
"end_byte": 712,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG2003.md"
} |
angular/adev/src/content/reference/errors/NG0201.md_0_922 | # No Provider Found
<docs-video src="https://www.youtube.com/embed/lAlOryf1-WU"/>
You see this error when you try to inject a service but have not declared a corresponding provider. A provider is a mapping that supplies a value that you can inject into the constructor of a class in your application.
Read more on pro... | {
"end_byte": 922,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0201.md"
} |
angular/adev/src/content/reference/errors/NG0301.md_0_1076 | # Export Not Found
<docs-video src="https://www.youtube.com/embed/fUSAg4kp2WQ"/>
Angular can't find a directive with `{{ PLACEHOLDER }}` export name. The export name is specified in the `exportAs` property of the directive decorator. This is common when using FormsModule or Material modules in templates and you've fo... | {
"end_byte": 1076,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0301.md"
} |
angular/adev/src/content/reference/errors/NG01203.md_0_1430 | # Missing value accessor
For all custom form controls, you must register a value accessor.
Here's an example of how to provide one:
```typescript
providers: [
{
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => MyInputField),
multi: true,
}
]
```
## Debugging the error
As described above, y... | {
"end_byte": 1430,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG01203.md"
} |
angular/adev/src/content/reference/errors/NG0200.md_0_938 | # Circular Dependency in DI
<docs-video src="https://www.youtube.com/embed/CpLOm4o_FzM"/>
A cyclic dependency exists when a [dependency of a service](guide/di/hierarchical-dependency-injection) directly or indirectly depends on the service itself. For example, if `UserService` depends on `EmployeeService`, which also... | {
"end_byte": 938,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0200.md"
} |
angular/adev/src/content/reference/errors/NG05000.md_0_1010 | # Hydration with unsupported Zone.js instance
This warning means that the hydration was enabled for an application that was configured to use an unsupported version of Zone.js: either a custom or a "noop" one (see more info [here](api/core/BootstrapOptions#ngZone)).
Hydration relies on a signal from Zone.js when it b... | {
"end_byte": 1010,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG05000.md"
} |
angular/adev/src/content/reference/errors/NG02800.md_0_764 | # JSONP support in HttpClient configuration
Angular produces this error when you attempt a `JSONP` request without providing the necessary support for it in the `HttpClient` configuration.
To enable `JSONP` support, you can do one of the following:
- add the `withJsonpSupport()` as an argument during the `provideHttp... | {
"end_byte": 764,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG02800.md"
} |
angular/adev/src/content/reference/errors/NG8003.md_0_1007 | # Missing Reference Target
<docs-video src="https://www.youtube.com/embed/fUSAg4kp2WQ"/>
Angular can't find a directive with `{{ PLACEHOLDER }}` export name.
This is common with a missing import or a missing [`exportAs`](api/core/Directive#exportAs) on a directive.
HELPFUL: This is the compiler equivalent of a commo... | {
"end_byte": 1007,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG8003.md"
} |
angular/adev/src/content/reference/errors/NG0302.md_0_1090 | # Pipe Not Found
<docs-video src="https://www.youtube.com/embed/maI2u6Sxk9M"/>
Angular can't find a pipe with this name.
The [pipe](guide/templates/pipes) referenced in the template has not been named or declared properly.
To use the pipe:
- Ensure the name used in a template matches the name defined in the pipe d... | {
"end_byte": 1090,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0302.md"
} |
angular/adev/src/content/reference/errors/NG0203.md_0_1901 | # `inject()` must be called from an injection context
You see this error when you try to use the [`inject`](api/core/inject) function outside of the allowed [injection context](guide/di/dependency-injection-context). The injection context is available during the class creation and initialization. It is also available ... | {
"end_byte": 1901,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0203.md"
} |
angular/adev/src/content/reference/errors/NG0100.md_0_2404 | # Expression Changed After Checked
<docs-video src="https://www.youtube.com/embed/O47uUnJjbJc"/>
Angular throws an `ExpressionChangedAfterItHasBeenCheckedError` when an expression value has been changed after change detection has completed. Angular only throws this error in development mode.
In development mode, Ang... | {
"end_byte": 2404,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0100.md"
} |
angular/adev/src/content/reference/errors/NG8002.md_0_714 | # Invalid Attribute
<docs-video src="https://www.youtube.com/embed/wfLkB3RsSJM"/>
An attribute or property cannot be resolved during compilation.
This error arises when attempting to bind to a property that does not exist.
Any property binding must correspond to either:
* A native property on the HTML element, or
*... | {
"end_byte": 714,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG8002.md"
} |
angular/adev/src/content/reference/errors/BUILD.bazel_0_365 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "errors",
srcs = glob([
"*.md",
]),
data = [
"//adev/src/content/examples/errors:cyclic-imports/child.component.ts",
"//adev/src/content/examples/errors:cyclic-imports/parent.component.ts",
],
... | {
"end_byte": 365,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/BUILD.bazel"
} |
angular/adev/src/content/reference/errors/NG6100.md_0_1669 | # NgModule.id Set to module.id anti-pattern
Using `module.id` as an NgModule `id` is a common anti-pattern and is likely not serving a useful purpose in your code.
NgModules can be declared with an `id`:
```typescript
@NgModule({
id: 'my_module'
})
export class MyModule {}
```
Declaring an `id` makes the NgModule... | {
"end_byte": 1669,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG6100.md"
} |
angular/adev/src/content/reference/errors/NG02200.md_0_395 | # Missing Iterable Differ
`NgFor` could not find an iterable differ for the value passed in. Make sure it's an iterable, like an `Array`.
## Debugging the error
When using ngFor in a template, you must use some type of Iterable, like `Array`, `Set`, `Map`, etc.
If you're trying to iterate over the keys in an object,... | {
"end_byte": 395,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG02200.md"
} |
angular/adev/src/content/reference/errors/NG1001.md_0_873 | # Argument Not Literal
To make the metadata extraction in the Angular compiler faster, the decorators `@NgModule`, `@Pipe`, `@Component`, `@Directive`, and `@Injectable` accept only object literals as arguments.
This is an [intentional change in Ivy](https://github.com/angular/angular/issues/30840#issuecomment-498869... | {
"end_byte": 873,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG1001.md"
} |
angular/adev/src/content/reference/errors/NG0506.md_0_3261 | # Application remains unstable
This warning only appears in the browser during the hydration process when it's enabled on the client but the application remains unstable for an extended period of time (over 10 seconds).
Typically that happens when there are some pending microtasks or macrotasks on a page.
Angular Hy... | {
"end_byte": 3261,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0506.md"
} |
angular/adev/src/content/reference/errors/NG0912.md_0_1824 | # Component ID generation collision
When creating components, Angular generates a unique component ID for each component. This is generated using the Angular component metadata, including but not limited: selectors, the number of host bindings, class property names, view and content queries. When two components metad... | {
"end_byte": 1824,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0912.md"
} |
angular/adev/src/content/reference/errors/NG0209.md_0_303 | # Invalid multi provider
The Angular runtime will throw this error when it injects a token intended to be used with `multi: true` but
a non-Array was found instead. For example, `ENVIRONMENT_INITIALIZER` should be provided
like `{provide: ENVIRONMENT_INITIALIZER, multi: true, useValue: () => {...}}`.
| {
"end_byte": 303,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0209.md"
} |
angular/adev/src/content/reference/errors/NG0502.md_0_425 | # Hydration Missing Node
This error is similar to the [error NG0500](errors/NG0500), but it indicates that Angular hydration process expected a node to be present in the DOM structure at a particular location and none was found. Please refer to the [error NG0500](errors/NG0500) page for additional information.
## Deb... | {
"end_byte": 425,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0502.md"
} |
angular/adev/src/content/reference/errors/NG0403.md_0_1489 | # Bootstrapped NgModule doesn't specify which component to initialize
This error means that an NgModule that was used for bootstrapping an application is missing key information for Angular to proceed with the bootstrap process.
The error happens when the NgModule `bootstrap` property is missing (or is an empty array... | {
"end_byte": 1489,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0403.md"
} |
angular/adev/src/content/reference/errors/NG0503.md_0_1787 | # Hydration Unsupported Projection of DOM Nodes
This error means that during the server-side serialization process, Angular encountered nodes that were created outside of Angular's context (i.e. using native DOM APIs) and found those nodes were provided as projectable nodes. They were likely provided using `ViewContai... | {
"end_byte": 1787,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0503.md"
} |
angular/adev/src/content/reference/errors/NG0956.md_0_1914 | # Tracking expression caused re-creation of the DOM structure.
The identity track expression specified in the `@for` loop caused re-creation of the DOM corresponding to _all_ items. This is a very expensive operation that commonly occurs when working with immutable data structures. For example:
```typescript
@Compone... | {
"end_byte": 1914,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0956.md"
} |
angular/adev/src/content/reference/errors/NG0507.md_0_861 | # HTML content was altered after server-side rendering
Angular throws this error when it detects that the content generated by server-side rendering (SSR) was altered after the rendering. The process of hydration relies on the content to be untouched after SSR, which also includes whitespaces and comment nodes. Those ... | {
"end_byte": 861,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0507.md"
} |
angular/adev/src/content/reference/errors/NG0913.md_0_2510 | # Runtime Performance Warnings
### Oversized images
When images are loaded, the **intrinsic size** of the downloaded file is checked against the actual size of the image on the page. The actual size is calculated using the **rendered size** of the image with CSS applied, multiplied by the [pixel device ratio](https://... | {
"end_byte": 2510,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/reference/errors/NG0913.md"
} |
angular/adev/src/content/best-practices/a11y.md_0_8988 | # Accessibility in Angular
The web is used by a wide variety of people, including those who have visual or motor impairments.
A variety of assistive technologies are available that make it much easier for these groups to interact with web-based software applications.
Also, designing an application to be more accessibl... | {
"end_byte": 8988,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/best-practices/a11y.md"
} |
angular/adev/src/content/best-practices/update.md_0_3766 | # Keeping your Angular projects up-to-date
Just like Web and the entire web ecosystem, Angular is continuously improving.
Angular balances continuous improvement with a strong focus on stability and making updates straightforward.
Keeping your Angular application up-to-date enables you to take advantage of leading-edg... | {
"end_byte": 3766,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/best-practices/update.md"
} |
angular/adev/src/content/best-practices/BUILD.bazel_0_6406 | load("//adev/shared-docs:index.bzl", "generate_guides")
generate_guides(
name = "best-practices",
srcs = glob([
"*.md",
]),
data = [
"//adev/src/assets/images:components.svg",
"//adev/src/content/examples/accessibility:src/app/app.component.html",
"//adev/src/content/exa... | {
"end_byte": 6406,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/src/content/best-practices/BUILD.bazel"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.