Answers for "error ng8002: can't bind to 'ngmodule' since it isn't a known property of 'input'"

1

can't bind to 'ngmodeloptions' since it isn't a known property of 'input'

import { FormsModule } from '@angular/forms';

@NgModule({ imports: [ FormsModule ], })
Posted by: Guest on November-24-2020

Code answers related to "error ng8002: can't bind to 'ngmodule' since it isn't a known property of 'input'"

Browse Popular Code Answers by Language