Craig Gers
Craig Gers
This great article was posted about 6 years ago. Since then the angular framework has grown/changed. If I run this code on the latest version of angular the code throws...
Please could you look into creating an icon that shows if something is connected / disconnected. An example can be found here: https://icon-library.com/icon/icon-connected-8.html Kind regards
Hi There In typescript-express-example/src/index.ts you have some beautifully elegant code: ` // register all application routes AppRoutes.forEach(route => { app[route.method](route.path, (request: Request, response: Response, next: Function) => { route.action(request, response)...