Remove stale links from Bazel's javascript resources

- typescript rules are now part of rules_nodejs
- API docs for ts_library, karma_web_test_suite, jasmine_node_test and others are linked from there
- the wiki on angular-bazel-example is being ported to angular.io - will update this page again when we have a place for it

PiperOrigin-RevId: 244852936
diff --git a/site/docs/bazel-and-javascript.md b/site/docs/bazel-and-javascript.md
index c0229da..4baeca3 100644
--- a/site/docs/bazel-and-javascript.md
+++ b/site/docs/bazel-and-javascript.md
@@ -14,10 +14,7 @@
 The following resources will help you work with Bazel on JavaScript projects:
 
 *  [Building JavaScript/TypeScript with Bazel](build-javascript.html)
-*  [Building Angular with Bazel](https://github.com/alexeagle/angular-bazel-example/wiki/Angular-rules)
 *  [NodeJS rules](https://github.com/bazelbuild/rules_nodejs/)
 *  [NodeJS rules API documentation](https://bazelbuild.github.io/rules_nodejs/)
-*  [TypeScript rules](https://github.com/bazelbuild/rules_typescript)
-*  [TypeScript rules API documentation](http://tsetse.info/api)
 *  [Angular rules](https://www.npmjs.com/package/@angular/bazel)
 *  [Angular rules API documentation](https://angular.github.io/bazel-builds/)