Angular error Can't bind to 'ngModel' since it isn't a known property of input

preview_player
Показать описание

See our other Step by Step video series below :-
-----------------------------------------------------------------------------------------------
For more details :-
📱 Mob. No. : +91-9967590707 / +91 7700975156 / +91-22-49786776

Share, Support, Subscribe and Connect us on!!!

#CommonErrorsinAngular #AngularTutorial #AngularConcepts #AngularErrors
Рекомендации по теме
Комментарии
Автор

I have imported both formsModule, ReactiveFormsModule. Even though still the error persists

clamentchristopher
Автор

On first look I understood error lies in imports only, and finally u revised the concept again. Thanks again Sir

harmeetkukreja
Автор

Thanks. I found my issue on the blink of an eye! ;)

eyasug
Автор

Directives are not working any one help me out please

praneethkassa
Автор

Cannot use import statement outside a module ?? what is this error in unit testing

abhishekd
Автор

Hi sir, what if I have imported FormsModule and then also I am facing the same issue. please help

arpitsinha
Автор

Thanks, but i have this error :
Can't bind to 'mask' since it isn't a known property of 'input'. ("s.minValue, options.maxValue]"
(input)="onChange()" [pattern]="options.pattern" [ERROR ->][mask]="mask"
[disabled]="options.disabled" [styl")

The input type is like that :

<input type="number" [mask]="mask" >

AnasAlQudah