2016-11-13 14:09:28 -08:00
|
|
|
import { Component } from '@angular/core';
|
2016-03-16 18:01:33 +02:00
|
|
|
|
|
|
|
@Component({
|
|
|
|
selector: 'hero-di-inject-additional',
|
2016-11-13 14:09:28 -08:00
|
|
|
template: `<hero-title title="Tour of Heroes"></hero-title>`
|
2016-08-09 17:38:25 +01:00
|
|
|
})
|
2016-11-13 14:09:28 -08:00
|
|
|
export class HeroComponent { }
|