Stefan de Kraker
04/20/2023, 11:04 AMdata
and domain
that are common. How do I do that?
So that data
implements domain
and in the ui I can implement domain
that way the view does know data
exists.Kevin S
04/20/2023, 8:04 PMdata
, and have it refer to another module as an implementation
rather than an api
, and that way it would reference domain
without it being exported to the applications. I believe that works but could be wrong.