cgerling / booktionator

Your custom book trade platform
https://booktionator.firebaseapp.com/
MIT License
1 stars 0 forks source link

Change class to interface #56

Open cgerling opened 7 years ago

cgerling commented 7 years ago

Use TypeScript interfaces to map data from Firebase

cgerling commented 7 years ago

We need to revert our changes, because according to Angular Styleguide we have to prefer classes instead of interfaces

cgerling commented 7 years ago

But we can not back to the same class structure as we have before, because the private fields puts garbage in the database