NathanWalker / nativescript-ngx-plugin-seed

Get started building NativeScript + Angular plugins quickly.
MIT License
43 stars 11 forks source link

Best practices for Platform specific angular components #13

Open xmlking opened 7 years ago

xmlking commented 7 years ago

I have platform specific angular components e.g., yourplugin.service.android.ts yourplugin.service.ios.ts

I tried to importing yourplugin.service.ios.ts into nativescript-ngx-yourplugin.ts But at runtime to cannot find .ios.ts I have to manually create yourplugin.service.d.ts and import it. Wonder if there is any better way to fix this. Thanks