Skip to content

Commit

Permalink
Fix link to managed dependencies (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangini committed Nov 11, 2021
1 parent c6ba226 commit e1b919a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The dynamic `import()` statements will resolve to modules that are served in the
## Npm dependencies

Having a local `node_modules` folder setup by `yarn` or `npm` is not necessary when building this example with Bazel.
This example makes use of Bazel managed npm dependencies (https://github.com/bazelbuild/rules_nodejs#using-bazel-managed-dependencies) which means Bazel will setup the npm dependencies in your `package.json` for you outside of your local workspace for use in the build.
This example makes use of Bazel managed npm dependencies (https://bazelbuild.github.io/rules_nodejs/dependencies.html) which means Bazel will setup the npm dependencies in your `package.json` for you outside of your local workspace for use in the build.

However, you may still want to run `yarn` or `npm` to manually setup a local `node_modules` folder for editor and tooling support.

Expand Down

0 comments on commit e1b919a

Please sign in to comment.