Skip to content

Commit

Permalink
docs(angular): fix the invalid embedded video
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jan 31, 2022
1 parent 68c63f3 commit b3f4afc
Show file tree
Hide file tree
Showing 8 changed files with 704 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/shared/getting-started/nx-and-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Nx plugins helps you develop [Angular](/angular/overview) applications with full
modern tools and libraries like [Jest](/jest/overview), [Cypress](/cypress/overview),
[ESLint](/linter/eslint), Storybook, [NgRx](/angular/guides/misc-ngrx) and more.

<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/sNz-4PUM0k8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/cXOkmOy-8dk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Check out the following to get started:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The browser to run tests in.

### ciBuildId

Type: `string`
Type: `string | number `

A unique identifier for a run to enable grouping or parallelization.

Expand Down
13 changes: 12 additions & 1 deletion nx-dev/nx-dev/public/documentation/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,12 @@
"name": "js",
"id": "js",
"itemList": [
{
"name": "Overview",
"id": "overview",
"searchResultsName": "@nrwl/js Overview",
"file": "shared/js-plugin"
},
{
"name": "application generator",
"id": "application",
Expand All @@ -540,7 +546,7 @@
},
{
"name": "convert-to-swc generator",
"id": "library",
"id": "convert-to-swc",
"file": "generated/api-js/generators/convert-to-swc"
},
{
Expand Down Expand Up @@ -1495,6 +1501,11 @@
"id": "using-tailwind-css-in-react",
"file": "shared/guides/using-tailwind-css-in-react"
},
{
"name": "Using Tailwind CSS with Angular projects",
"id": "using-tailwind-css-with-angular-projects",
"file": "shared/guides/using-tailwind-css-with-angular-projects"
},
{
"name": "Using NgRx",
"id": "misc-ngrx",
Expand Down
4 changes: 2 additions & 2 deletions nx-dev/nx-dev/public/documentation/shared/express-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ To create a new workspace with Express, run the following command:
Install the express plugin

```shell
npm install -D @nrwl/express
npm install --save-dev @nrwl/express
```

```shell
yarn add -D @nrwl/express
yarn add --dev @nrwl/express
```

## Creating Applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Nx plugins helps you develop [Angular](/angular/overview) applications with full
modern tools and libraries like [Jest](/jest/overview), [Cypress](/cypress/overview),
[ESLint](/linter/eslint), Storybook, [NgRx](/angular/guides/misc-ngrx) and more.

<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/sNz-4PUM0k8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"></iframe>
<iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/cXOkmOy-8dk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Check out the following to get started:

Expand Down
Loading

0 comments on commit b3f4afc

Please sign in to comment.