|
|
@ -79,22 +79,16 @@ If you need to replace the template of any part, you can use the following sub-c
|
|
|
|
|
|
|
|
|
|
|
|
```html
|
|
|
|
```html
|
|
|
|
<abp-page>
|
|
|
|
<abp-page>
|
|
|
|
<abp-page-title-container>
|
|
|
|
<abp-page-title-container class="col">
|
|
|
|
<div class="col">
|
|
|
|
<h2>Custom Title</h2>
|
|
|
|
<h2>Custom Title</h2>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</abp-page-title-container>
|
|
|
|
</abp-page-title-container>
|
|
|
|
|
|
|
|
|
|
|
|
<abp-page-breacrumb-container>
|
|
|
|
<abp-page-breacrumb-container class="col">
|
|
|
|
<div class="col">
|
|
|
|
<my-breadcrumb></my-breadcrumb>
|
|
|
|
<my-breadcrumb></my-breadcrumb>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</abp-page-breacrumb-container>
|
|
|
|
</abp-page-breacrumb-container>
|
|
|
|
|
|
|
|
|
|
|
|
<abp-page-toolbar-container>
|
|
|
|
<abp-page-toolbar-container class="col">
|
|
|
|
<div class="col">
|
|
|
|
<button (click)="doSth()">Some Action</button>
|
|
|
|
<!-- ... -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</abp-page-toolbar-container>
|
|
|
|
</abp-page-toolbar-container>
|
|
|
|
</abp-page>
|
|
|
|
</abp-page>
|
|
|
|
```
|
|
|
|
```
|
|
|
|