PrimaveraDeveloper / lithium

PRIMAVERA Lithium Framework Documentation Site
10 stars 3 forks source link

Publish how-to on adding support for Angular UI to a microservice #4

Closed hugoqribeiro closed 4 years ago

hugoqribeiro commented 4 years ago

The howto section has a topic that needs to be written on this matter. Important as new microservices often are being implemented using Angular for the front-end.

hugoqribeiro commented 4 years ago

@PedroMGMendes?

PedroMGMendes commented 4 years ago

How to add support for Angular user interface to a microservice. This how to only details the required code(server) changes to support Angular Apps.

An extended tutorial should be made detailing all steps but from a angular app point of view (creating something like a ToDo App from the ground up and accessing a lithium microservice API).

Next, I'll create a guide somewhat similar to How to upgrade a microservice from Lithium v1.0 to Lithium v2.0 but in regard to creating the angular client app from the ground up.