Abp: Any plan to have a shared js model library?

Created on 18 Jan 2020  路  5Comments  路  Source: abpframework/abp

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

https://github.com/abpframework/abp/blob/be1433846edbb6953ea3700aef6a0b22ac4f4399/npm/ng-packs/packages/core/src/lib/models/application-configuration.ts#L4-L10

high ui-angular

Most helpful comment

@hikalkan Yes, it is possible. We can create a library that doesn't contain framework-specific codes.

All 5 comments

@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/Subject can be adapted to Promise<> so they will not depend on rxjs library.

That's right. We will consider this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hikalkan picture hikalkan  路  3Comments

wocar picture wocar  路  3Comments

hikalkan picture hikalkan  路  3Comments

wakuflair picture wakuflair  路  3Comments

hikalkan picture hikalkan  路  3Comments