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

+
+
```