forked from misha1235000/SpikeClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor Client #21
Copy link
Copy link
Open
Labels
Description
Todo:
Refactor the whole client side.
Description
Here are some of the changes needed:
- Migrate from
Angular 9, toAngular 10. - Add
.envto the client side (With the serving server) - Change ALL the
.htmlcomponents, so they won't have style attribute, and move all of the style attributes to the css files with classes in the HTML. - Change the debounce to be implemented the "Angular Way" using
rxjsdebounce. - Think where its possible to use a generic component.
- Add more detailed comments where they are needed.
Optional
- Add testing to the client side.
Reactions are currently unavailable