Answers for "can't bind to 'ngforof' since it isn't a known"

1

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

// resolved by importing CommonModule not on the app.module.ts but 
// on the componentName.module.ts

import { CommonModule } from '@angular/common';
imports: [CommonModule]
Posted by: Guest on February-19-2021

Code answers related to "can't bind to 'ngforof' since it isn't a known"

Code answers related to "Javascript"

Browse Popular Code Answers by Language