In chrome it's possible to set breakpoints in the Angular component html files. How does one do this in IntelliJ?
Please note that following other posts about how to configure IntelliJ to debug Angular do not address this question, I can debug .ts files just fine, but IntelliJ does not let you set breakpoints in html files even with the webpack source mapping.