From Chrome 63, the following error is thrown:
[DOM] Found 2 elements with non-unique id #a: (More info: https://goo.gl/9p2vKq)
Instead of [id] try using [attr.id]
[id]
[attr.id]
This worked for me hope it helps.