Closed chrillewoodz closed 7 years ago
Check out my pull request, I haven't tested it but it should work just fine :) Now that I think about it, you might need to import CommonModule
instead of the BrowserModule
, so that you can use the common directives.
I made a new pull request with the required changes.
Hi there,
Thanks for the fix. It is indeed a problem, i did test your fix and it seems to work. I will patch it soon.
This causes my app to break since I've already included BrowserModule on my own. And I'm positive most people will have done the same.