helmetjs / helmet

Help secure Express apps with various HTTP headers

Home Page:https://helmetjs.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] How to use helmet with angular cli?

marlonlom opened this issue · comments

How to use helmet with angular cli?
Im trying to use the library in conjuntion with angular cli, which, when using ng serve, deploys a web app for debugging/testing.

Does the CLI let you write Express/Node code? If so, you should be able to add Helmet as middleware. If not, you may be unable to use Helmet here.

I'm going to close this issue because there hasn't been a response. Let me know if that's wrong and I'll reopen.