|
|
|
@ -709,7 +709,7 @@ Open `/src/app/book/book.component.html` and make the following changes: |
|
|
|
<ng-template #abpBody> </ng-template> |
|
|
|
|
|
|
|
<ng-template #abpFooter> |
|
|
|
<button type="button" class="btn btn-secondary" #abpClose> |
|
|
|
<button type="button" class="btn btn-secondary" abpClose> |
|
|
|
{%{{{ '::Close' | abpLocalization }}}%} |
|
|
|
</button> |
|
|
|
</ng-template> |
|
|
|
@ -844,7 +844,7 @@ Also replace `<ng-template #abpFooter> </ng-template>` with the following code p |
|
|
|
|
|
|
|
````html |
|
|
|
<ng-template #abpFooter> |
|
|
|
<button type="button" class="btn btn-secondary" #abpClose> |
|
|
|
<button type="button" class="btn btn-secondary" abpClose> |
|
|
|
{%{{{ '::Close' | abpLocalization }}}%} |
|
|
|
</button> |
|
|
|
|
|
|
|
|