Browse Source

Merge pull request #8942 from abpframework/maliming-patch-2

Update Page-Component.md
pull/8943/head
Bunyamin Coskuner 5 years ago
committed by GitHub
parent
commit
188c877d8e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/Page-Component.md

2
docs/en/UI/Angular/Page-Component.md

@ -11,7 +11,7 @@ Let's look at the following example without `abp-page` component.
```html
<div class="row entry-row">
<div class="col-auto">
<h1 class="content-header-title">{{ '::Dashboard' | abpLocalization }}</h1>
<h1 class="content-header-title">{%{{ '::Dashboard' | abpLocalization }}%}</h1>
</div>
<div id="breadcrumb" class="col-lg-auto pl-lg-0">
<abp-breadcrumb></abp-breadcrumb>

Loading…
Cancel
Save