angular
angular copied to clipboard
Log an error when Domino code is in a client bundle
Which @angular/* package(s) are relevant/related to the feature request?
platform-server
Description
The Domino is only needed in server bundles, but it may leak into the client bundles accidentally when there is some misconfiguration in an app and some symbols from the platform-server are retained. It'd be great to detect this situation and log an error.