Hi,
When I run ng build -prod on Angular Project.
I get this error "Property 'baseLanguageName' does not exist on type 'DemoUiSelectionComponent'."
Can you please help me how to fix this issue or any one encountered this issue.
I am getting couple of similar messages like "Property 'onShown' does not exist on type.." on our components too.
Thanks
6 Answer(s)
-
0
Fixed most of our component issues.
"Property 'baseLanguageName' does not exist on type 'DemoUiSelectionComponent'." this needs to be fixed in ANZ.Thanks
Mahesh -
0
Can you show the full error?
-
0
Here you go...Ng build -prod produces this error..see attached.
-
0
Hi @mmukkara,
Have you modified demo-ui-selection.component.html ?
Can you share it's content with us ? As far as I checked, there was not baseLanguageName in it.Thanks.
-
0
Sorry, my bad. I copied another control to compare the functionality and it has ngModal with baseLanguageName. Apologize for the mistake.
-
0
I'm glad that it's fixed for you @mmukkara :)