Base solution for your next web application
Open Closed

Can't bind to 'promptLabel' since it isn't a known property of 'input'. #8057


User avatar
0
timmackey created

Downloaded Angular/Core 3.0 version 8.0.0. Build and run. No problem. Merged my version 7.2.3 with new version 8.0.0. Unable to display login page. Can you suggest some possible reasons why 'promptLabel' is unresolved based on the information provided?


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Did your Account module import a PasswordModule?

    see https://github.com/aspnetzero/aspnet-zero-core/commit/d2bc9647f06d4eb58d5a31111be3da6fac70f2da

  • User Avatar
    0
    timmackey created

    Importing the PasswordModule was the solution.