Infers the type of the .state Subject, to which callers of the service may subscribe.
.state
`let state : ServiceStateType<typeof mathService>;` Copy
`let state : ServiceStateType<typeof mathService>;`
Infers the type of the
.state
Subject, to which callers of the service may subscribe.