From e13aa65f49e2857cb907eef6fc2a4e96302300ad Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Mon, 18 Nov 2019 14:22:25 -0800 Subject: [PATCH] docs: add doc reference to npm package readme (#33911) PR Close #33911 --- packages/README.md | 2 ++ packages/bazel/test/ng_package/example_package.golden | 2 ++ .../test/ng_package/example_with_ts_library_package.golden | 2 ++ 3 files changed, 6 insertions(+) diff --git a/packages/README.md b/packages/README.md index 7d8a6d3fa9..d705731223 100644 --- a/packages/README.md +++ b/packages/README.md @@ -3,4 +3,6 @@ Angular The sources for this package are in the main [Angular](https://github.com/angular/angular) repo. Please file issues and pull requests against that repo. +Usage information and reference details can be found in [Angular documentation](https://angular.io/docs). + License: MIT diff --git a/packages/bazel/test/ng_package/example_package.golden b/packages/bazel/test/ng_package/example_package.golden index 69b05303d4..6a52daec38 100644 --- a/packages/bazel/test/ng_package/example_package.golden +++ b/packages/bazel/test/ng_package/example_package.golden @@ -58,6 +58,8 @@ Angular The sources for this package are in the main [Angular](https://github.com/angular/angular) repo. Please file issues and pull requests against that repo. +Usage information and reference details can be found in [Angular documentation](https://angular.io/docs). + License: MIT diff --git a/packages/bazel/test/ng_package/example_with_ts_library_package.golden b/packages/bazel/test/ng_package/example_with_ts_library_package.golden index 406af1368d..f6f5599272 100644 --- a/packages/bazel/test/ng_package/example_with_ts_library_package.golden +++ b/packages/bazel/test/ng_package/example_with_ts_library_package.golden @@ -69,6 +69,8 @@ Angular The sources for this package are in the main [Angular](https://github.com/angular/angular) repo. Please file issues and pull requests against that repo. +Usage information and reference details can be found in [Angular documentation](https://angular.io/docs). + License: MIT