1. Move your style sheet to src/assets/
2. Import httpClient module
3. Read in your stylesheet as a string
4. Construct a new page with style and contents
5. Print
Note: getComputedStyle() wont' work as your scss code are compiled into css.
Source code: [email protected]:turingcs2005/angular_tips.git