Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Angular Universal #213

Merged
merged 2 commits into from
Jul 21, 2021
Merged

Add support for Angular Universal #213

merged 2 commits into from
Jul 21, 2021

Conversation

h3xx
Copy link
Contributor

@h3xx h3xx commented Jul 21, 2021

This is a rewrite of #183 (thanks @dirkgroenen) that should pass CI.

The modification from #183 is to use update yarn.lock instead of npm-shrinkwrap.json.

Suggest getting rid of npm-shrinkwrap.json to avoid confusion in the future.

document is not available during Server Side Rendering. By using the 'he' library we're no longer depending on the DOM to exist, adding support for Angular Universal.
-- @dirkgroenen, #183

Closes #183, #149

h3xx and others added 2 commits July 21, 2021 11:50
Change to yarn to install CI deps (npm's lock file is empty and not
used).

Add fingerprint_script as described in the Cirrus CI docs:
https://cirrus-ci.org/guide/writing-tasks/
'document' is not available during Server Side Rendering.
By using the 'he' library we're no longer depending on the DOM
to exist, adding support for Angular Universal.

Modified by Dan Church <[email protected]>
@h3xx h3xx marked this pull request as ready for review July 21, 2021 16:56
@dimpu dimpu merged commit 7619739 into dimpu:master Jul 21, 2021
@h3xx h3xx deleted the feature/ng-universal-h3xx branch July 21, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants