parent
020abd810f
commit
9f3517529d
|
@ -1,2 +0,0 @@
|
|||
// Needed for the .avoid code to compile
|
||||
export const HeroesComponent = 42;
|
|
@ -1,11 +0,0 @@
|
|||
// #docregion
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
// #docregion example
|
||||
import { HeroesComponent } from './+heroes';
|
||||
// #enddocregion example
|
||||
|
||||
@Component({
|
||||
selector: 'toh-app'
|
||||
})
|
||||
export class AppComponent {}
|
|
@ -1,2 +0,0 @@
|
|||
// Needed for the .avoid code to compile
|
||||
export const HeroesComponent = 42;
|
|
@ -1,11 +0,0 @@
|
|||
// #docregion
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
// #docregion example
|
||||
import { HeroesComponent } from './+heroes';
|
||||
// #enddocregion example
|
||||
|
||||
@Component({
|
||||
selector: 'toh-app'
|
||||
})
|
||||
export class AppComponent {}
|
Loading…
Reference in New Issue