Viczei / ng2-swipe-cards

A kit of cards (including tinder-card) for angular2
MIT License
25 stars 18 forks source link

Remove BrowserModule from component imports #24

Closed chrillewoodz closed 7 years ago

chrillewoodz commented 7 years ago

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.

chrillewoodz commented 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.

chrillewoodz commented 7 years ago

I made a new pull request with the required changes.

Viczei commented 7 years ago

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.