RxWebCore icon indicating copy to clipboard operation
RxWebCore copied to clipboard

do not have any good way to store extra properties in a separate file that are not associated with database table

Open bharat0249 opened this issue 4 years ago • 0 comments

Describe the bug

Do not find any way to store extra properties in a separate file that are not associated with database table

To Reproduce

Suppose we have a database table - employee we will have two classes at angular side - 1) employee.ts and 2) employeebase.ts

We need some more extra properties to use at client side like extraProp1,extraProp2, extraProp3

so now the question is where do we store those extra properties?

we cannot store in above mentioned two classes (employee.ts and employeebase.ts), even if we store, it gets removed when we run rxweb --models -main commmand.

bharat0249 avatar Jan 19 '21 10:01 bharat0249