Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWahlin committed May 21, 2023
1 parent d93693a commit 696d31b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Looking for expert onsite Angular/TypeScript training? We've trained the biggest
* Optional: Webpack functionality is available for module loading and more (see below for details)
* Optional: Ahead-of-Time (AOT) functionality is available for a production build of the project (see below for details)

## Standalone Components Example

An example of this application that uses standalone components (no modules) can be found in the `standalone-components` branch.

## Running the Application with Node.js

1. Install the latest LTS version of Node.js from https://nodejs.org. *IMPORTANT: The server uses ES2015 features AND the Angular CLI so you need a current version of Node.js.*
Expand Down

0 comments on commit 696d31b

Please sign in to comment.