I would like to setup a new application made in angular 5 and express (express in typescript as well).
Is there any guide you can suggest me to achieve my goal?
Many thanks in advance, Giuseppe
I believe your talking about Angular 5 frontend and Node express REST API
You should search for typescript node express REST starters on github for the backend part setup. I've also created one such starter with mongoDB and basic JWT authentication here typescript-node-rest-starter.
Generate a project using angular-cli and then just find some examples and tutorials of consuming the REST API by Angular 2+ application. There is an ocean of resources here