docs(angular): Update example app URL (#18056)

This commit is contained in:
Nicholas Cunningham 2023-07-12 04:11:14 -06:00 committed by GitHub
parent cf9f5cbe6a
commit 7bd4d61b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -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:
```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

View File

@ -12,7 +12,7 @@ src="https://www.youtube.com/embed/LYPVrWQNnEc"
title="Tutorial: Standalone Angular Application"
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

View File

@ -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.
{% 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.

View File

@ -13,7 +13,7 @@ src="https://www.youtube.com/embed/dqCZteGFP4k"
title="Tutorial: React Standalone Application"
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

View File

@ -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.
{% 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