You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create project with angular cli, ng new <project_name> --routing
Then, ng generate module home --route home --module app.module
3.Then i modified the path of the lazy loaded module from "home" to "", so that my home page is lazy loaded.
Then ng serve
My home page(lazy loaded module component) has two way data binding using ng Model on input field, so i imported FormModule in my lazy loaded module. When i uncommented the import code of FormModule and the "FormModule" in the imports array, the ui reloads. It should show can't bind to ngModel error in both ui and command prompt since i am commenting out the FormModule code. But the error is showing only in command prompt. The error is not showing in the ui.
My Lazy Loaded Module code:(commented out)
Hope you will fix it soon.
The text was updated successfully, but these errors were encountered:
irfanit93
changed the title
can't bind ng model error overlay is not showing in the ui when i have commented out the imported FormModule in a lazy loaded module package
can't bind ng model error overlay is not showing in the ui when i have commented out the imported FormModule in a lazy loaded module
Jul 10, 2020
Environment:

Steps to reproduce:
3.Then i modified the path of the lazy loaded module from "home" to "", so that my home page is lazy loaded.
My Lazy Loaded Module code:(commented out)

Hope you will fix it soon.
The text was updated successfully, but these errors were encountered: