docs(angular): embed Angular Standalone tutorial video

This commit is contained in:
Juri 2023-06-10 14:57:30 +02:00 committed by Juri Strumpflohner
parent a6936d2d2f
commit 0e88b12d4a

View File

@ -14,12 +14,21 @@ Note, this tutorial sets up a repo with a single application at the root level t
{% /callout %}
Here's the source code of this tutorial if you want to follow along using the final example:
## Warm Up
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" /%}
{% stackblitz-button url="github.com/nrwl/nx-recipes/tree/main/standalone-angular-app?file=README.md" /%}
Also, if you prefer learning with a video, join Juri and walk through the tutorial, step by step together.
{% youtube
src="https://www.youtube.com/embed/ZAO0yXupIIE"
title="Tutorial: Standalone Angular Application"
width="100%" /%}
## Creating a new Angular App
Create a new Angular application with the following command: