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

docs(DI): fix incorrect snippet #2001

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ import { Component } from '@angular/core';
import { HeroListComponent } from './hero-list.component.2';
import { HeroService } from './hero.service.1';
/*
// #docregion full
// #docregion full, v1
import { HeroListComponent } from './hero-list.component';
// #docregion v1
// #enddocregion v1
import { HeroService } from './hero.service';
// #enddocregion full, v1
// #enddocregion full
*/
// #docregion full, v1

Expand Down