Today most of the js models are in the ng-packs projects (such as ApplicationConfiguration.Response), is there any plan to move them into a shared library so they can be reused in react or vue projects
@itryan seems like a good idea. @mehmet-erim what do you think ?
@mehmet-erim is it possible? If possible, we can add this to the backlog.
@hikalkan Yes, it is possible. We can create a library that doesn't contain framework-specific codes.
maybe some of the returned types of observable/Subject can be adapted to Promise<> so they will not depend on rxjs library.
maybe some of the returned types of
observable/Subjectcan be adapted toPromise<>so they will not depend onrxjslibrary.
That's right. We will consider this.
Most helpful comment
@hikalkan Yes, it is possible. We can create a library that doesn't contain framework-specific codes.