i have already taken these steps and was able to get them in the Server side. however i am not able to get them accessed in the client side abp.session.mynewpropertyName.
just like abp.session.userId
Well I found the issue. I forgot to add them to the Node Module. basically, i did yarn add [package name] and than added them to the bundle.jason than ran the np run create-bundles. It worked like a charm.
I would say, this can go into your documentation, as some people might be struggling with the same issue by forgetting to add the package first to the noe module.
Hope would help others.
Haven't tried with the Demo Project. but these are steps that I took after that I started getting this error.
If needed I can give you the access to my TFS and you can test it directly from there won't harm my project for now.