[ADF-2526] Fixed interpolation marker issue in doc files (#3098)

* [ADF-2526] Test commit of a file with escape tags

* [ADF-2526] Fixed interpolation marker issue in doc code samples
This commit is contained in:
Andy Stark
2018-03-20 14:03:12 +00:00
committed by Eugenio Romano
parent f5d58178db
commit 347b2bb5e8
19 changed files with 108 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ You can also use both HTML-based and app.config.json custom schema declaration a
}
```
<!-- {% raw %} -->
```html
<adf-process-instance-list
[appId]="'1'"
@@ -87,6 +89,8 @@ You can also use both HTML-based and app.config.json custom schema declaration a
</adf-process-instance-list>
```
<!-- {% endraw %} -->
### Pagination strategy
adf-process-instance-list also supports pagination and the same can be used as shown below.