I have an angular 2 app that is working well. I am now trying, however, to get at the HTML that the app and its components are generating so I can save the result on disk. Is that possible?
Asked
Active
Viewed 86 times
1
-
Pretty sure this is what you need https://stackoverflow.com/questions/16524747/capturing-page-source-html-snapshot-after-angular-templating – sheplu Sep 27 '17 at 21:07
-
@sheplu, I think he is asking for angular not angularjs – Aniruddha Das Sep 27 '17 at 21:17