Browse Source

docs: remove inserted from dom insertion service API section

pull/3494/head
mehmet-erim 6 years ago
parent
commit
6b2f6ded87
  1. 11
      docs/en/UI/Angular/Dom-Insertion-Service.md

11
docs/en/UI/Angular/Dom-Insertion-Service.md

@ -77,17 +77,6 @@ Please refer to [ContentStrategy](./Content-Strategy.md) to see all available co
## API
### inserted
```js
inserted: Set<string>
```
All previously inserted contents are stored via this property as hashes. It is a simple [JavaScript Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
### insertContent
```js

Loading…
Cancel
Save