jmcooper / angular-fundamentals-files

353 stars 536 forks source link

FormsModule missing from app.module.ts #5

Closed zackJKnight closed 6 years ago

zackJKnight commented 6 years ago

Course location: Routing and Navigating Pages section, Adding Your First Route subsection

It's possible (likely?) I did not adhere to the package version lock downs, but I needed to import the FormsModule to use event-details.component.html.

https://stackoverflow.com/questions/39559296/there-is-no-directive-with-exportas-set-to-ngform

Great course, thanks!

zackJKnight commented 6 years ago

Blunder! I was using the wrong html... it's flawless if you follow along!