From 123740c623ea18e33a5fb3be310ae56929e3fa47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 23 Jul 2020 18:26:24 +0300 Subject: [PATCH] Update Part-9.md --- docs/en/Tutorials/Part-9.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index 3b5936732c..1b9451700d 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -731,14 +731,14 @@ Open the `/src/app/author/author.component.html` and replace the content as belo
- {{ '::Menu:Authors' | abpLocalization }} + {%{{{ '::Menu:Authors' | abpLocalization }}}%}
@@ -759,14 +759,14 @@ Open the `/src/app/author/author.component.html` and replace the content as belo aria-haspopup="true" ngbDropdownToggle > - {{ '::Actions' | abpLocalization }} + {%{{{ '::Actions' | abpLocalization }}}%}
@@ -775,7 +775,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo - {{ row.birthDate | date }} + {%{{{ row.birthDate | date }}}%} @@ -784,7 +784,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo -

{{ (selectedAuthor.id ? '::Edit' : '::NewAuthor') | abpLocalization }}

+

{%{{{ (selectedAuthor.id ? '::Edit' : '::NewAuthor') | abpLocalization }}}%}

@@ -810,12 +810,12 @@ Open the `/src/app/author/author.component.html` and replace the content as belo