vyakymenko / angular-seed-express

[DEPRECATED, Please use https://github.com/vyakymenko/angular-express] Extensible, reliable and modular starter project for Angular 7 with statically typed build AoT compilation, Express server and PM2 Daemon.

Home Page:https://github.com/vyakymenko/angular-seed-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current copy.client.js.prod.ts task don't allow us to share code between server and client

andrefmsilva opened this issue · comments

Hi, i was trying to share a model between my server and client implementation and is not possible without some changes in the current task.

we can create a shared folder in the same level of client and server and copy it to both temp directories...what do you think?

or we can name it "core" for example

@Zasuk , I'm not sure that this is the need because you will open the black hole in security. The server code is a server code, client code is a client code.

P.S. If you want to share model, for example, it's not an issue :)

@Zasuk , can we close issue ?

to be honest i really need this to share models, some configs and assets...
but i think i'm the only one that needs this feature so i'll try to implement it myself