fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.48k stars 465 forks source link

Dynamic forms issue #37

Closed kiwiingenuity closed 8 years ago

kiwiingenuity commented 8 years ago

The Register Component uses dynamic forms. If you look at the register.component.ts the controls are set up to query username, firstname, lastname, email and password. However if you look at the live demo http://aspnetcorespa.azurewebsites.net/register/registerhome you see that only email and password appear on the view. Why is that?

asadsahi commented 8 years ago

Should be fixed now. If not, try cache bust js files with Ctrl + F5.