Wednesday, April 18, 2018

Can't bind to 'ngForOf' since it isn't a known property of 'div'.

Fix this problem by importing CommonModule in your module in an Angular 4 application.

import { CommonModule } from '@angular/common';

No comments:

Post a Comment