Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1f99c3a

Browse files
iffypetebacondarwin
authored andcommitted
doc(guide): add links to angular-seed examples
The examples in the angular-seed project are better than nothing, which is what we currently have here!
1 parent a380fc4 commit 1f99c3a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/content/guide/dev_guide.e2e-testing.ngdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,7 @@ JavaScript is a dynamically typed language which comes with great power of expre
176176
come with almost no-help from the compiler. For this reason we feel very strongly that any code
177177
written in JavaScript needs to come with a strong set of tests. We have built many features into
178178
angular which makes testing your angular applications easy. So there is no excuse for not testing.
179+
180+
181+
# Example
182+
See the {@link angular-seed https://github.com/angular/angular-seed} project for an example.

docs/content/guide/dev_guide.unit-testing.ngdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,5 @@ ou
348348
ou
349349

350350
## Sample project
351-
uoe
351+
See the {@link angular-seed https://github.com/angular/angular-seed} project for an example.
352+

0 commit comments

Comments
 (0)