Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Remove @nguniversal/* projects #388

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Commits on Oct 18, 2019

  1. Remove @nguniversal/* projects

    Previously, the `@nguniversal/*` packages were imported into standard
    `@angular/cli` apps. However, these packages are not supposed to be used
    in Angular apps (on the client) and thus do not need to be processed by
    `ngcc`. They contain code that must be run on the server (with access to
    Node.js APIs) and thus the corresponding projects were failing during
    build, due to missing built-in Node.js modules (e.g. `fs`).
    
    We should definitely test how ngUniversal apps work with Ivy (and
    `ngcc`), but this is not the right way. Removing the packages for now.
    gkalpak committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    806d424 View commit details
    Browse the repository at this point in the history