Browse Source

docs: replace #abpClose with abpClose directive

pull/8402/head
bnymncoskuner 5 years ago
parent
commit
3af9576ba8
  1. 4
      docs/en/Tutorials/Part-3.md
  2. 2
      docs/en/Tutorials/Part-9.md
  3. 2
      docs/en/UI/Angular/Entity-Action-Extensions.md
  4. 2
      docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md
  5. 2
      docs/en/UI/Angular/Permission-Management-Component-Replacement.md
  6. 4
      docs/pt-BR/Tutorials/Angular/Part-II.md
  7. 4
      docs/zh-Hans/Tutorials/Part-3.md
  8. 2
      docs/zh-Hans/UI/Angular/Permission-Management-Component-Replacement.md

4
docs/en/Tutorials/Part-3.md

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

2
docs/en/Tutorials/Part-9.md

@ -792,7 +792,7 @@ Open the `/src/app/author/author.component.html` and replace the content as belo
</ng-template>
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
{%{{{ '::Close' | abpLocalization }}}%}
</button>

2
docs/en/UI/Angular/Entity-Action-Extensions.md

@ -180,7 +180,7 @@ Let's employ dependency injection to extend the functionality of `IdentityModule
</ng-template>
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
{%{{{ 'AbpUi::Close' | abpLocalization }}}%}
</button>
</ng-template>

2
docs/en/UI/Angular/How-Replaceable-Components-Work-with-Extensions.md

@ -215,7 +215,7 @@ Open the generated `src/app/my-role/my-role.component.html` file and replace its
</ng-template>
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
{%{{{ 'AbpIdentity::Cancel' | abpLocalization }}}%}
</button>
<abp-button iconClass="fa fa-check" [disabled]="form?.invalid" (click)="save()">{%{{{

2
docs/en/UI/Angular/Permission-Management-Component-Replacement.md

@ -459,7 +459,7 @@ Open the generated `permission-management.component.html` in `src/app/permission
</div>
</ng-template>
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
{%{{{ 'AbpIdentity::Cancel' | abpLocalization }}}%}
</button>
<abp-button iconClass="fa fa-check" (click)="submit()">{%{{{

4
docs/pt-BR/Tutorials/Angular/Part-II.md

@ -90,7 +90,7 @@ Abra o `book-list.component.html`e adicione o `abp-modal`para mostrar / ocultar
<ng-template #abpBody> </ng-template>
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
Cancel
</button>
</ng-template>
@ -276,7 +276,7 @@ Abra o `book-list.component.html`e adicione um `abp-button`para salvar o formul
```html
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
Cancel
</button>
<button class="btn btn-primary" (click)="save()">

4
docs/zh-Hans/Tutorials/Part-3.md

@ -718,7 +718,7 @@ export class BookComponent implements OnInit {
<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>
@ -859,7 +859,7 @@ export class BookComponent implements OnInit {
````html
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
{%{{{ '::Close' | abpLocalization }}}%}
</button>

2
docs/zh-Hans/UI/Angular/Permission-Management-Component-Replacement.md

@ -459,7 +459,7 @@ function getPermissions(groups: PermissionManagement.Group[]): PermissionManagem
</div>
</ng-template>
<ng-template #abpFooter>
<button type="button" class="btn btn-secondary" #abpClose>
<button type="button" class="btn btn-secondary" abpClose>
{%{{{ 'AbpIdentity::Cancel' | abpLocalization }}}%}
</button>
<abp-button iconClass="fa fa-check" (click)="submit()">{%{{{

Loading…
Cancel
Save