docs(style-guide): remove non used examples

closes -1483
This commit is contained in:
Foxandxss 2016-05-23 15:46:13 +02:00 committed by Ward Bell
parent 020abd810f
commit 9f3517529d
4 changed files with 0 additions and 26 deletions

View File

@ -1,2 +0,0 @@
// Needed for the .avoid code to compile
export const HeroesComponent = 42;

View File

@ -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 {}

View File

@ -1,2 +0,0 @@
// Needed for the .avoid code to compile
export const HeroesComponent = 42;

View File

@ -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 {}