mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(windows): read existing data property
This commit is contained in:
parent
97e86df69c
commit
01b801cbde
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-template #contentTemplate let-data>
|
<ng-template #contentTemplate let-data>
|
||||||
<p>Here is the text provided via config: "{{ data.title }}"</p>
|
<p>Here is the text provided via config: "{{ data.text }}"</p>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #disabledEsc>
|
<ng-template #disabledEsc>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue