I have Angular 2 app in there I use ng2-awesome-disqus component.
On the page I have several items and for each item I have one discussion component :
<disqus [shortname]="shortname" [identifier]="identifier"></disqus>
shortname is same for each item
identifier is unique for each item
I would expect unique discussion for each item, but there are all the same.