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

Commit 92239a8

Browse files
Foxandxsswardbell
authored andcommitted
docs(DI): fix incorrect snippet
1 parent abd6feb commit 92239a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/_examples/dependency-injection/ts/app/heroes/heroes.component.1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { Component } from '@angular/core';
66
import { HeroListComponent } from './hero-list.component.2';
77
import { HeroService } from './hero.service.1';
88
/*
9-
// #docregion full
9+
// #docregion full, v1
1010
import { HeroListComponent } from './hero-list.component';
11-
// #docregion v1
11+
// #enddocregion v1
1212
import { HeroService } from './hero.service';
13-
// #enddocregion full, v1
13+
// #enddocregion full
1414
*/
1515
// #docregion full, v1
1616

0 commit comments

Comments
 (0)