You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking to use a JS based templating on the front-end and I used ejs with Node but is there a way to use EJS on the frontend?
I am getting TypeScript compiler errors with trying to use in in Angular as ejs relies on node processes.
The text was updated successfully, but these errors were encountered:
i was just thinking i could have the template as a string and use the EJS render() method, but i cant even import EJS to use it. it references node's fs and process which dont exist on the frontend
I am looking to use a JS based templating on the front-end and I used ejs with Node but is there a way to use EJS on the frontend?
I am getting TypeScript compiler errors with trying to use in in Angular as ejs relies on node processes.
The text was updated successfully, but these errors were encountered: