From c91c3f5a8144983d0a256f044f40f174cd60d123 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Mon, 4 Feb 2019 21:22:05 +0000 Subject: [PATCH] [ADF-3745] Updated code samples for empty content component (#4239) * [ADF-3745] Fixed code samples in empty content component docs * [ADF-3745] Updated review date on changed docs --- docs/core/empty-content.component.md | 46 ++++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/docs/core/empty-content.component.md b/docs/core/empty-content.component.md index 656cf781a9..9ff762d0dc 100644 --- a/docs/core/empty-content.component.md +++ b/docs/core/empty-content.component.md @@ -2,7 +2,7 @@ Title: Empty Content Component Added: v2.4.0 Status: Active -Last reviewed: 2018-09-13 +Last reviewed: 2019-02-01 --- # [Empty Content Component](../../lib/core/templates/empty-content/empty-content.component.ts "Defined in empty-content.component.ts") @@ -15,13 +15,13 @@ Provides a generic "Empty Content" placeholder for components. ```html - - - - + + + + ``` @@ -41,13 +41,13 @@ Provides a generic "Empty Content" placeholder for components. ```html - - - - + + + + ``` @@ -57,14 +57,14 @@ You can also use multiple lines instead of the subtitle section: ```html - - -

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}

-

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}

-
-
+ + +

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}

+

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}

+
+
```