Skip to content

Commit

Permalink
docs(angular): embed Angular Standalone tutorial video
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Jun 11, 2023
1 parent a6936d2 commit 0e88b12
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/shared/angular-standalone-tutorial/angular-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit 0e88b12

@vercel
Copy link

@vercel vercel bot commented on 0e88b12 Jun 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.