Can't bind to 'ngModal' since it isn't a known property of 'input'. code example
Example: Can't bind to 'ngModal' since it isn't a known property of 'input'.
import { FormsModule } from '@angular/forms';
[...]
@NgModule({
imports: [
[...]
FormsModule
],
[...]
})