lepathie / AMe-Forum

A forum engine built on top of Angular and Meteor.
MIT License
0 stars 0 forks source link

Implementation of #21: Component for login and registration #53

Closed lepathie closed 4 years ago

lepathie commented 4 years ago

What this PR does

This PR introduces a new component for login and registration of users. The implementation currently uses the default angular-meteor accounts-ui and therefore isn't well integrated in our design philosophy.
In Addition to that, the implementation is still a bit buggy. My guess is that the imported component lacks the implementation for a ChangeDetectionStrategy.

To conclude

I think this implementation is: Not Great, Not Terrible.

We should probably take a look at this again at a later time.

Create login and registration module