docs(angular): Update example app URL (#18056)
This commit is contained in:
parent
cf9f5cbe6a
commit
7bd4d61b8c
@ -111,7 +111,7 @@ We can display a special button inviting the reader to go to a GitHub repository
|
|||||||
You can add an "open in stackblitz" button as follows:
|
You can add an "open in stackblitz" button as follows:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-angular-app?file=README.md" /%}
|
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/angular-standalone?file=README.md" /%}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Install Nx Console
|
#### Install Nx Console
|
||||||
|
|||||||
@ -12,7 +12,7 @@ src="https://www.youtube.com/embed/LYPVrWQNnEc"
|
|||||||
title="Tutorial: Standalone Angular Application"
|
title="Tutorial: Standalone Angular Application"
|
||||||
width="100%" /%}
|
width="100%" /%}
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-angular-app" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/angular-standalone" /%}
|
||||||
|
|
||||||
# Angular Standalone Tutorial - Part 1: Code Generation
|
# Angular Standalone Tutorial - Part 1: Code Generation
|
||||||
|
|
||||||
|
|||||||
@ -18,9 +18,9 @@ Note, this tutorial sets up a repo with a single application at the root level t
|
|||||||
|
|
||||||
Here's the source code of the final result for this tutorial.
|
Here's the source code of the final result for this tutorial.
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-angular-app" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/angular-standalone" /%}
|
||||||
|
|
||||||
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-angular-app?file=README.md" /%}
|
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/angular-standalone?file=README.md" /%}
|
||||||
|
|
||||||
Also, if you prefer learning with a video, join Juri and walk through the tutorial, step by step together.
|
Also, if you prefer learning with a video, join Juri and walk through the tutorial, step by step together.
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ src="https://www.youtube.com/embed/dqCZteGFP4k"
|
|||||||
title="Tutorial: React Standalone Application"
|
title="Tutorial: React Standalone Application"
|
||||||
width="100%" /%}
|
width="100%" /%}
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-react-app" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/react-standalone" /%}
|
||||||
|
|
||||||
# React Standalone Tutorial - Part 1: Code Generation
|
# React Standalone Tutorial - Part 1: Code Generation
|
||||||
|
|
||||||
|
|||||||
@ -23,9 +23,9 @@ Note, this tutorial sets up a repo with a single application at the root level t
|
|||||||
|
|
||||||
Here's the source code of the final result for this tutorial.
|
Here's the source code of the final result for this tutorial.
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/standalone-react-app" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/react-standalone" /%}
|
||||||
|
|
||||||
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-react-app?file=README.md" /%}
|
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/react-standalone?file=README.md" /%}
|
||||||
|
|
||||||
## Creating a new React App
|
## Creating a new React App
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user