Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6d827a6

Browse files
committed
path fix
1 parent 5cfedee commit 6d827a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@ a(href="#toc") Back to top
987987

988988
**Why?**: When a service accepts only dependencies associated with type tokens, the `@Injectable()` syntax is much less verbose compared to using `@Inject()` on each individual constructor parameter.
989989

990-
+makeExample('style-guide/ts/07-04/app/heroes/shared/hero-arena.service.avoid.ts', '', 'hero-arena.service.ts')(avoid=1)
990+
+makeExample('style-guide/ts/07-04/app/heroes/hero-arena.service.avoid.ts', '', 'hero-arena.service.ts')(avoid=1)
991991
:marked
992992

993-
+makeExample('style-guide/ts/07-04/app/heroes/shared/hero-arena.service.ts', 'example', 'hero-arena.service.ts')
993+
+makeExample('style-guide/ts/07-04/app/heroes/hero-arena.service.ts', 'example', 'hero-arena.service.ts')
994994
:marked
995995

996996
a(href="#toc") Back to top

0 commit comments

Comments
 (0)