Skip to content

Instantly share code, notes, and snippets.

@anthanh
Created November 25, 2018 22:56
Show Gist options
  • Save anthanh/8cf42473a56164a9c1aef86688068d4d to your computer and use it in GitHub Desktop.
Save anthanh/8cf42473a56164a9c1aef86688068d4d to your computer and use it in GitHub Desktop.
angular ssr rendered styles regex
const stylesRegexp = /<style ng-transition="thor">(.*?(\n))+.*?<\/style>/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment