7 Matching Annotations
  1. Jun 2023
  2. May 2023
    1. Sharing models

      This looks worth trying as an alternative to generating types from inspecting the schema from a running API instance.

    1. isn't perhaps as robust or scalable as using a full state management solution

      Would @stencil/store now be a better option?

    2. create a new instance

      Will we be able to mock this in tests?

    3. MyServiceController

      I'm not sure the Controller suffix makes sense to me here. Just MyService would be best, but we want that name for the exported constant. Maybe MyServiceClass would be tolerable since it isn't exported.