_id stringlengths 21 254 | text stringlengths 1 93.7k | metadata dict |
|---|---|---|
angular/adev/shared-docs/pipeline/guides/testing/docs-workflow/docs-workflow.md_0_177 | <docs-workflow>
<docs-step title="Step 1">
Do the first thing.
</docs-step>
<docs-step title="Step B">
Do another thing after that.
</docs-step>
</docs-workflow> | {
"end_byte": 177,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-workflow/docs-workflow.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-workflow/docs-workflow.spec.ts_0_763 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 763,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-workflow/docs-workflow.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-pill-row/docs-pill-row.md_0_122 | <docs-pill-row>
<docs-pill href="#pill-row" title="Link"/>
<docs-pill href="#pill-row" title="Link"/>
</docs-pill-row> | {
"end_byte": 122,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-pill-row/docs-pill-row.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-pill-row/docs-pill-row.spec.ts_0_766 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 766,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-pill-row/docs-pill-row.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-callout/docs-callout.spec.ts_0_732 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 732,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-callout/docs-callout.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-callout/docs-callout.md_0_570 | <docs-callout title="Default callout title" id="test">
<span id="default-marker"></span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</docs-callout>
<docs-callout critical title="Callout title for critical">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</docs-callout>
<docs-callout impo... | {
"end_byte": 570,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-callout/docs-callout.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/heading/heading.md_0_405 | # Top Header (h1)
## Headers (h2)
### Smaller headers (h3)
#### Even smaller (h4)
##### Even more smaller (h5)
###### The smallest! (h6)
##### Another "more smaller" (h5)
## Duplicate Anchor
## Duplicate Anchor
## `myClass.myMethod` is the best
## ステップ 2 - アプリケーションのレイアウトに新しいコンポーネントを追加
## My heading {# my-custom-id }
##... | {
"end_byte": 405,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/heading/heading.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/heading/heading.spec.ts_0_3372 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(runfiles... | {
"end_byte": 3372,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/heading/heading.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/image/image.md_0_105 | 
 | {
"end_byte": 105,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/image/image.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/image/image.spec.ts_0_898 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(runfiles... | {
"end_byte": 898,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/image/image.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/docs-decorative-header.md_0_179 | <docs-decorative-header title="Custom Title" imgSrc="adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg">
This is header text
</docs-decorative-header> | {
"end_byte": 179,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/docs-decorative-header.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg_0_3985 | <svg
width="284"
height="203"
viewBox="0 0 284 203"
fill="none"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<path
d="M278.586 54.3613H199.578C196.588 54.3613 194.164 56.7851 194.164 59.7749V114.527C194.164 117.517 196.588 119.941 199.578 119.941H278.586C281.576 119.... | {
"end_byte": 3985,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg_3986_8599 | d="M85.1533 95.4748V90.6408C85.1533 88.7418 86.6947 87.188 88.6061 87.188H230.826C232.701 87.188 234.242 88.6924 234.279 90.5668L234.378 95.4748H85.1656H85.1533Z"
fill="white"
stroke="black"
stroke-width="0.5"
stroke-miterlimit="10"
/>
<path
d="M91.2698 92.8236C92.0939 92.8236 92.7619 92.155... | {
"end_byte": 8599,
"start_byte": 3986,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg_8600_12988 | d="M232.75 104.761L236.486 102.615L232.75 100.457V104.761Z"
fill="black"
/>
<path
d="M257.277 77.0145V73.8576C257.277 69.0359 253.368 65.1392 248.559 65.1392H234.6"
stroke="black"
stroke-width="0.5"
stroke-miterlimit="10"
stroke-linecap="round"
/>
<path
d="M235.229 62.9934L231.50... | {
"end_byte": 12988,
"start_byte": 8600,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg_12989_14587 | d="M115.501 142.187C126.453 142.187 135.33 133.309 135.33 122.358C135.33 111.406 126.453 102.528 115.501 102.528C104.55 102.528 95.6721 111.406 95.6721 122.358C95.6721 133.309 104.55 142.187 115.501 142.187Z"
fill="white"
/>
</mask>
<g mask="url(#mask1_33_2012)">
<mask
id="ma... | {
"end_byte": 14587,
"start_byte": 12989,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/decoration.svg"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/docs-decorative-header.spec.ts_0_941 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 941,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-decorative-header/docs-decorative-header.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-card/angular.svg_0_1261 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 223 236"><g clip-path="url(#a)"><path fill="url(#b)" d="m222.077 39.192-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 ... | {
"end_byte": 1261,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-card/angular.svg"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-card/docs-card.md_0_266 | <docs-card title="No Link Card">Card Content</docs-card>
<docs-card title="Link Card" link="Try It Now" href="in/app/link">
Card Content
</docs-card>
<docs-card title="Image Card" imgSrc="adev/shared-docs/pipeline/guides/testing/docs-card/angular.svg"></docs-card> | {
"end_byte": 266,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-card/docs-card.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-card/docs-card.spec.ts_0_1309 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 1309,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-card/docs-card.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-alert/docs-alert.spec.ts_0_1286 | import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
import {AlertSeverityLevel} from '../../../guides/extensions/docs-alert';
import {parseMarkdown} from '../../../guides/parse';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
... | {
"end_byte": 1286,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-alert/docs-alert.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-alert/docs-alert.md_0_1239 | Note: Use Note for ancillary/additional information that's not _essential_ to the main text.
This is a multiline note
Tip: Use Tip to call out a specific task/action users can perform, or a fact that plays directly into a task/action.
TODO: Use TODO for incomplete documentation that you plan to expand soon. You can a... | {
"end_byte": 1239,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-alert/docs-alert.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/link/link.spec.ts_0_912 | import {readFile} from 'fs/promises';
import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
describe('markdown to html', () => {
let parsedMarkdown: string;
beforeAll(async () => {
const markdownContent = await readFile(runfiles.resolvePackageRelative('link/link.md'), {... | {
"end_byte": 912,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/link/link.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/link/link.md_0_81 | [Angular Site](https://angular.dev)
[same page](#test)
[same site](../other/page) | {
"end_byte": 81,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/link/link.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/table/table.spec.ts_0_971 | import {readFile} from 'fs/promises';
import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
describe('markdown to html', () => {
let parsedMarkdown: string;
beforeAll(async () => {
const markdownContent = await readFile(runfiles.resolvePackageRelative('table/table.md'),... | {
"end_byte": 971,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/table/table.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/table/table.md_0_137 | | Sports | Season |
| ---------------- | ------ |
| Skiing | Winter |
| Baseball | Summer |
| Running | Year Round | | {
"end_byte": 137,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/table/table.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-card-container/angular.svg_0_1261 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 223 236"><g clip-path="url(#a)"><path fill="url(#b)" d="m222.077 39.192-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 ... | {
"end_byte": 1261,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-card-container/angular.svg"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-card-container/docs-card-container.md_0_98 | <docs-card-container>
<docs-card ></docs-card>
<docs-card ></docs-card>
</docs-card-container> | {
"end_byte": 98,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-card-container/docs-card-container.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-card-container/docs-card-container.spec.ts_0_796 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 796,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-card-container/docs-card-container.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/list/list.md_0_173 | # Ordered List
1. First Item
2. Another Item
3. Last in order
# Unordered List
- Order
- here
- matter
- doesn't
- [some link](https://angular.dev)
- Code block `SomeClass` | {
"end_byte": 173,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/list/list.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/list/list.spec.ts_0_1370 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(runfiles... | {
"end_byte": 1370,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/list/list.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code-block/docs-code-block.md_0_38 | ```typescript
this is a code block
``` | {
"end_byte": 38,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code-block/docs-code-block.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code-block/docs-code-block.spec.ts_0_855 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
import {initHighlighter} from '../../extensions/docs-code/format/highlight';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
... | {
"end_byte": 855,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code-block/docs-code-block.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/mermaid/mermaid.spec.ts_0_1128 | import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
import {marked} from 'marked';
import {docsCodeBlockExtension} from '../../extensions/docs-code/docs-code-block';
import {walkTokens} from '../../walk-tokens';
describe('markdown to html', () => {
let markdow... | {
"end_byte": 1128,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/mermaid/mermaid.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/mermaid/bootstrap.init.ts_0_92 | // Set HANDLE_MERMAID to true to test mermaid usage.
(global as any).HANDLE_MERMAID = true;
| {
"end_byte": 92,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/mermaid/bootstrap.init.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/mermaid/BUILD.bazel_0_1140 | load("//tools:defaults.bzl", "esbuild_jasmine_node_test", "ts_library")
ts_library(
name = "unit_test_lib",
testonly = True,
srcs = glob([
"*.spec.ts",
]),
deps = [
"//adev/shared-docs/pipeline/guides",
"@npm//@bazel/runfiles",
"@npm//@types/jsdom",
"@npm//js... | {
"end_byte": 1140,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/mermaid/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/guides/testing/mermaid/mermaid.md_0_190 | ```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```
```mermaid
pie title Pets adopted by volunteers
"Dogs" : 386
"Cats" : 85
"Rats" : 15
``` | {
"end_byte": 190,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/mermaid/mermaid.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-video/docs-video.spec.ts_0_985 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 985,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-video/docs-video.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-video/docs-video.md_0_123 | This is a video:
<docs-video src="https://www.youtube.com/embed/O47uUnJjbJc" alt="Expression Changed After Checked Video"/> | {
"end_byte": 123,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-video/docs-video.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/text/text.md_0_149 | This is a string that contains an emoji, 😎. See there it was;
# This header causes there to be two text areas
This is a string without an emoji. | {
"end_byte": 149,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/text/text.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/text/text.spec.ts_0_929 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(runfiles... | {
"end_byte": 929,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/text/text.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-pill/docs-pill.spec.ts_0_1309 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 1309,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-pill/docs-pill.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-pill/docs-pill.md_0_197 | Text to force this as inline.
<docs-pill href="#pill-row" title="Same Page"/>
<docs-pill href="http://angular.dev" title="External Page"/>
<docs-pill href="./this-other-page" title="Another Page"/> | {
"end_byte": 197,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-pill/docs-pill.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/example-with-eslint-comment.ts_0_41 | // eslint-disable-next-line
const x = 1;
| {
"end_byte": 41,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/example-with-eslint-comment.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/example-with-region.ts_0_82 | // #docregion something
const x = 'within the region';
// #enddocregion something
| {
"end_byte": 82,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/example-with-region.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/messages.fr.xlf.html_0_4552 | <!-- The `messages.fr.xlf` after translation for documentation purposes -->
<!-- #docregion -->
<?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>
<!-- #docregion translat... | {
"end_byte": 4552,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/messages.fr.xlf.html"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/docs-code.md_0_550 | <docs-code >
this is code
</docs-code>
<docs-code path="adev/shared-docs/pipeline/guides/testing/docs-code/example-with-eslint-comment.ts" />
<docs-code path="adev/shared-docs/pipeline/guides/testing/docs-code/example-with-region.ts" />
<docs-code path="adev/shared-docs/pipeline/guides/testing/docs-code/new-code.ts"... | {
"end_byte": 550,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/docs-code.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/new-code.ts_0_89 | function newName(param: boolean) {
if (param) {
return false;
}
return true;
}
| {
"end_byte": 89,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/new-code.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/docs-code.spec.ts_0_2364 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
import {initHighlighter} from '../../extensions/docs-code/format/highlight';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
... | {
"end_byte": 2364,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/docs-code.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code/old-code.ts_0_95 | function oldFuncName(param: boolean) {
if (param) {
return false;
}
return 'yay!';
}
| {
"end_byte": 95,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code/old-code.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-step/docs-step.md_0_132 | <docs-step title="Step 1">
Do the first thing.
</docs-step>
<docs-step title="Step B">
Do another thing after that.
</docs-step> | {
"end_byte": 132,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-step/docs-step.md"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-step/docs-step.spec.ts_0_2164 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
beforeAll(async () => {
const markdownContent = await readFile(
r... | {
"end_byte": 2164,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-step/docs-step.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code-multifile/docs-code-multifile.spec.ts_0_1135 | import {parseMarkdown} from '../../../guides/parse';
import {runfiles} from '@bazel/runfiles';
import {readFile} from 'fs/promises';
import {JSDOM} from 'jsdom';
import {initHighlighter} from '../../extensions/docs-code/format/highlight';
describe('markdown to html', () => {
let markdownDocument: DocumentFragment;
... | {
"end_byte": 1135,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code-multifile/docs-code-multifile.spec.ts"
} |
angular/adev/shared-docs/pipeline/guides/testing/docs-code-multifile/docs-code-multifile.md_0_123 | <docs-code-multifile>
<docs-code >this is code</docs-code>
<docs-code >this is also code</docs-code>
</docs-code-multifile> | {
"end_byte": 123,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/testing/docs-code-multifile/docs-code-multifile.md"
} |
angular/adev/shared-docs/pipeline/guides/mermaid/index.ts_0_2725 | import {DocsCodeToken} from '../extensions/docs-code/docs-code';
import {chromium} from 'playwright-core';
import {Mermaid, MermaidConfig} from 'mermaid';
import {runfiles} from '@bazel/runfiles';
// Declare mermarid in the context of this file so that typescript doesn't get upset when we
// access it within the `page... | {
"end_byte": 2725,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/mermaid/index.ts"
} |
angular/adev/shared-docs/pipeline/guides/tranformations/image.ts_0_707 | /*!
* @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 {normalize} from 'path';
import {Renderer, Tokens} from 'marked';
// TODO(josephperrott): Determine how we ... | {
"end_byte": 707,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/tranformations/image.ts"
} |
angular/adev/shared-docs/pipeline/guides/tranformations/table.ts_0_782 | /*!
* @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 {Renderer, Tokens} from 'marked';
export function tableRender(this: Renderer, {header, rows}: Tokens.Table) ... | {
"end_byte": 782,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/tranformations/table.ts"
} |
angular/adev/shared-docs/pipeline/guides/tranformations/text.ts_0_709 | /*!
* @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 {Renderer, Tokens} from 'marked';
import emojiRegex from 'emoji-regex';
/** Regex to find unicode emojis. */... | {
"end_byte": 709,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/tranformations/text.ts"
} |
angular/adev/shared-docs/pipeline/guides/tranformations/heading.ts_0_1547 | /*!
* @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 {Renderer, Tokens} from 'marked';
import {getHeaderId} from '../state';
import {getPageTitle} from '../utils... | {
"end_byte": 1547,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/tranformations/heading.ts"
} |
angular/adev/shared-docs/pipeline/guides/tranformations/list.ts_0_575 | /*!
* @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 {Renderer, Tokens} from 'marked';
export function listRender(this: Renderer, {items, ordered}: Tokens.List) ... | {
"end_byte": 575,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/tranformations/list.ts"
} |
angular/adev/shared-docs/pipeline/guides/tranformations/link.ts_0_534 | /*!
* @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 {anchorTarget} from '../helpers';
import {Renderer, Tokens} from 'marked';
export function linkRender(this: ... | {
"end_byte": 534,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/guides/tranformations/link.ts"
} |
angular/adev/shared-docs/pipeline/examples/template/karma.conf.js_0_1405 | // Karma configuration file, see link for more information
// https://karma-runner.github.io/1.0/config/configuration-file.html
module.exports = function (config) {
config.set({
basePath: '',
frameworks: ['jasmine', '@angular-devkit/build-angular'],
plugins: [
require('karma-jasmine'),
requir... | {
"end_byte": 1405,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/karma.conf.js"
} |
angular/adev/shared-docs/pipeline/examples/template/package.json.template_0_1075 | {
"name": "example-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.1",
"@angular/common": "^... | {
"end_byte": 1075,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/package.json.template"
} |
angular/adev/shared-docs/pipeline/examples/template/BUILD.bazel_0_102 | filegroup(
name = "files",
srcs = glob(["**/*"]),
visibility = ["//visibility:public"],
)
| {
"end_byte": 102,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/examples/template/src/index.html_0_434 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.go... | {
"end_byte": 434,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/src/index.html"
} |
angular/adev/shared-docs/pipeline/examples/template/src/main.ts_0_479 | /*!
* @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 {bootstrapApplication, provideProtractorTestingSupport} from '@angular/platform-browser';
import {AppCompone... | {
"end_byte": 479,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/src/main.ts"
} |
angular/adev/shared-docs/pipeline/examples/template/src/styles.css_0_124 | body {
font-family: Roboto, 'Helvetica Neue', sans-serif;
margin: 0;
padding: 30px;
}
html, body {
height: 100%;
}
| {
"end_byte": 124,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/src/styles.css"
} |
angular/adev/shared-docs/pipeline/examples/template/src/app/app.component.ts_0_446 | /*!
* @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({
standalone: true,
selector: 'app-root',
template: '<h2>... | {
"end_byte": 446,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/template/src/app/app.component.ts"
} |
angular/adev/shared-docs/pipeline/examples/shared/file-system.ts_0_2373 | /*!
* @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 {existsSync} from 'fs';
import {copyFile, mkdir, readdir, rm, stat} from 'fs/promises';
import {join} from 'p... | {
"end_byte": 2373,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/shared/file-system.ts"
} |
angular/adev/shared-docs/pipeline/examples/shared/BUILD.bazel_0_248 | load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "shared",
srcs = glob(
[
"*.ts",
],
),
deps = [
"@npm//@types/node",
],
)
| {
"end_byte": 248,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/shared/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/examples/shared/copyright.ts_0_1292 | /*!
* @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
*/
/** The pad used around the copyright blocks. */
const PAD = '\n\n';
/** The standard copyright block used throughou... | {
"end_byte": 1292,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/shared/copyright.ts"
} |
angular/adev/shared-docs/pipeline/examples/zip/defaults.ts_0_716 | /*!
* @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 const TEST_FILES_EXTENSION_SUFFIX = '.spec.ts';
export const TEST_FILES_E2E_EXTENSION_SUFFIX = '.e2e-spec.ts'... | {
"end_byte": 716,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/zip/defaults.ts"
} |
angular/adev/shared-docs/pipeline/examples/zip/builder.ts_0_3279 | /*!
* @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 {join} from 'path';
import {readFile} from 'fs/promises';
import {copyFolder, createFolder} from '../shared/f... | {
"end_byte": 3279,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/zip/builder.ts"
} |
angular/adev/shared-docs/pipeline/examples/zip/BUILD.bazel_0_741 | load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "zip",
srcs = glob(
[
"*.ts",
],
exclude = [
"index.ts",
],
),
deps = [
"//adev/shared-docs/interfaces",
"//adev/s... | {
"end_byte": 741,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/zip/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/examples/zip/index.ts_0_488 | /*!
* @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 {writeFileSync} from 'fs';
import {generateZipExample} from './builder';
const [exampleDir, tmpDir, template... | {
"end_byte": 488,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/zip/index.ts"
} |
angular/adev/shared-docs/pipeline/examples/stackblitz/defaults.ts_0_760 | /*!
* @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 const TEST_FILES_EXTENSION_SUFFIX = '.spec.ts';
export const TEST_FILES_E2E_EXTENSION_SUFFIX = '.e2e-spec.ts'... | {
"end_byte": 760,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/stackblitz/defaults.ts"
} |
angular/adev/shared-docs/pipeline/examples/stackblitz/builder.ts_0_5698 | /*!
* @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 {join} from 'path';
import {readFile} from 'fs/promises';
import {copyFolder, createFolder, removeFolder} fro... | {
"end_byte": 5698,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/stackblitz/builder.ts"
} |
angular/adev/shared-docs/pipeline/examples/stackblitz/BUILD.bazel_0_743 | load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "stackblitz",
srcs = glob(
[
"*.ts",
],
exclude = [
"index.ts",
],
),
deps = [
"//adev/shared-docs/pipeline/examples/share... | {
"end_byte": 743,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/stackblitz/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/examples/stackblitz/index.ts_0_536 | /*!
* @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 {writeFileSync} from 'fs';
import {generateStackblitzExample} from './builder';
const [exampleDir, tmpDir, t... | {
"end_byte": 536,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/examples/stackblitz/index.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/routes.ts_0_2008 | import {
PlaygroundRouteData,
TutorialConfig,
TutorialNavigationItemWithStep,
TutorialNavigationItem,
} from '../../interfaces';
export async function generatePlaygroundRoutes(
configs: Record<string, TutorialConfig>,
): Promise<PlaygroundRouteData> {
const templates = Object.entries(configs).map(([path, c... | {
"end_byte": 2008,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/routes.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/webcontainers.ts_0_2311 | /*!
* @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 {basename, dirname, extname} from 'path';
import type {DirectoryNode, FileNode, FileSystemTree} from '@webcon... | {
"end_byte": 2311,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/webcontainers.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/utils.ts_0_3000 | import {glob} from 'fast-glob';
import {FileAndContentRecord, TutorialConfig} from '../../interfaces';
import {dirname, join} from 'path';
import {existsSync, readFileSync} from 'fs';
// See https://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_numbers_in_files for details
// on identifying file types with in... | {
"end_byte": 3000,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/utils.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/BUILD.bazel_0_994 | load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "editor",
srcs = glob(
[
"*.ts",
],
exclude = [
"playground.ts",
"tutorial.ts",
],
),
deps = [
"//adev/shared-... | {
"end_byte": 994,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/tutorials/tutorial.ts_0_3649 | /*!
* @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 {basename, join} from 'path';
import {FileAndContentRecord} from '../../interfaces';
import {existsSync, mkdi... | {
"end_byte": 3649,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/tutorial.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/metadata.ts_0_2029 | import {join, dirname} from 'path';
import {glob} from 'fast-glob';
import {
FileAndContentRecord,
PackageJson,
TutorialConfig,
TutorialMetadata,
} from '../../interfaces';
import {getFileContents} from './utils';
/** Generate the metadata.json content for a provided tutorial config. */
export async function g... | {
"end_byte": 2029,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/metadata.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/playground.ts_0_2737 | /*!
* @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 {join} from 'path';
import {FileAndContentRecord} from '../../interfaces';
import {existsSync, mkdirSync, wri... | {
"end_byte": 2737,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/playground.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/source-code.ts_0_534 | import {FileSystemTree} from '@webcontainer/api';
import {FileAndContentRecord, TutorialConfig} from '../../interfaces';
import {getFileSystemTree} from './webcontainers';
/** Generate the source-code.json content for a provided tutorial config. */
export async function generateSourceCode(
config: TutorialConfig,
... | {
"end_byte": 534,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/source-code.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/common/package.json.template_0_688 | {
"name": "angular.dev",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "NG_BUILD_PARALLEL_TS=0 ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/common": "^17.0.0-rc.1",
"@angular/compiler":... | {
"end_byte": 688,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/package.json.template"
} |
angular/adev/shared-docs/pipeline/tutorials/common/BUILD.bazel_0_102 | filegroup(
name = "files",
srcs = glob(["**/*"]),
visibility = ["//visibility:public"],
)
| {
"end_byte": 102,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/BUILD.bazel"
} |
angular/adev/shared-docs/pipeline/tutorials/common/src/index.html_0_320 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Common</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": 320,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/src/index.html"
} |
angular/adev/shared-docs/pipeline/tutorials/common/src/main.ts_0_445 | /*!
* @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 {bootstrapApplication} from '@angular/platform-browser';
import {appConfig} from './app/app.config';
import {... | {
"end_byte": 445,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/src/main.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/common/src/styles.css_0_133 | /* You can add global styles to this file, and also import other style files */
body {
font-family: 'Be Vietnam Pro', sans-serif;
} | {
"end_byte": 133,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/src/styles.css"
} |
angular/adev/shared-docs/pipeline/tutorials/common/src/app/app.config.ts_0_320 | /*!
* @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 {ApplicationConfig} from '@angular/core';
export const appConfig: ApplicationConfig = {
providers: [],
};
| {
"end_byte": 320,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/src/app/app.config.ts"
} |
angular/adev/shared-docs/pipeline/tutorials/common/src/assets/angular.svg_0_1261 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 223 236"><g clip-path="url(#a)"><path fill="url(#b)" d="m222.077 39.192-8.019 125.923L137.387 0l84.69 39.192Zm-53.105 162.825-57.933 33.056-57.934-33.056 11.783-28.556h92.301l11.783 28.556ZM111.039 62.675l30.357 73.803H80.681l30.358-73.803ZM7.937 165.115 ... | {
"end_byte": 1261,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/pipeline/tutorials/common/src/assets/angular.svg"
} |
angular/adev/shared-docs/constants/delay.ts_0_376 | /*!
* @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
*/
// Used for both the table of contents and the home animation
export const RESIZE_EVENT_DELAY = 500;
// Used for th... | {
"end_byte": 376,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/constants/delay.ts"
} |
angular/adev/shared-docs/constants/BUILD.bazel_0_439 | load("//tools:defaults.bzl", "ts_library")
package(default_visibility = ["//visibility:private"])
ts_library(
name = "constants",
srcs = [
"index.ts",
],
visibility = [
"//adev/shared-docs:__subpackages__",
],
deps = [
":lib",
],
)
ts_library(
name = "lib",
... | {
"end_byte": 439,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/constants/BUILD.bazel"
} |
angular/adev/shared-docs/constants/index.ts_0_229 | /*!
* @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 * from './delay';
| {
"end_byte": 229,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/constants/index.ts"
} |
angular/adev/shared-docs/providers/previews-components.ts_0_399 | /*!
* @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 {InjectionToken} from '@angular/core';
import {CodeExamplesMap} from '../interfaces/index';
export const PRE... | {
"end_byte": 399,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/providers/previews-components.ts"
} |
angular/adev/shared-docs/providers/is-search-dialog-open.ts_0_379 | /*!
* @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 {InjectionToken, signal} from '@angular/core';
export const IS_SEARCH_DIALOG_OPEN = new InjectionToken('', {... | {
"end_byte": 379,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/providers/is-search-dialog-open.ts"
} |
angular/adev/shared-docs/providers/environment.ts_0_375 | /*!
* @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 {InjectionToken} from '@angular/core';
import {Environment} from '../interfaces/index';
export const ENVIRON... | {
"end_byte": 375,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/providers/environment.ts"
} |
angular/adev/shared-docs/providers/local-storage.ts_0_1596 | /*!
* @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 {isPlatformBrowser} from '@angular/common';
import {InjectionToken, PLATFORM_ID, inject} from '@angular/core'... | {
"end_byte": 1596,
"start_byte": 0,
"url": "https://github.com/angular/angular/blob/main/adev/shared-docs/providers/local-storage.ts"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.