Closed ghost closed 5 years ago
In page-home.component.html the id "document" is used multiple times and so violating html-spec:
page-home.component.html
<div *ngFor="let doc of allDocuments" id="document">
Should be replaced by a class instead.
In
page-home.component.html
the id "document" is used multiple times and so violating html-spec:Should be replaced by a class instead.