Supposedly I have a web component and a nativescript component. Let's say app.component.ts.
Now, web component supposed to have different class variables than nativescript component. How am I supposed to have a 1 component class that will compile different class variables.
The docs is clear on how to do partial differences in regards to class methods, but not with class variables and dependency injection.
Is creating .tns file only the option in this kind of scenario?
Thanks!