docs(style-guide): remove non used examples
closes -1483
This commit is contained in:
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…
x
Reference in New Issue
Block a user