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

Commit 7569b94

Browse files
committed
extra spae before /* avoid */
1 parent c0b6c76 commit 7569b94

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<!-- #docregion -->
22
<!-- avoid -->
3+
34
<div tohHeroButton></div>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!-- #docregion -->
22
<!-- avoid -->
3+
34
<toh-hero-button labelAttribute="OK" (changeEvent)="doSomething()">
45
</toh-hero-button>

public/docs/_examples/style-guide/ts/05-14/app/shared/toast/toast.component.avoid.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { OnInit } from '@angular/core';
33
// #docregion example
44
/* avoid */
5+
56
export class ToastComponent implements OnInit {
67

78
private defaults = {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<!-- #docregion -->
22
<!-- avoid -->
3+
34
<toh-hero (onSavedTheDay)="onSavedTheDay($event)"></toh-hero>

0 commit comments

Comments
 (0)