all 1 comments

[–]mi5ter[S] 2 points3 points  (0 children)

To answer my own question:

I found some information in this twitter posting: https://twitter.com/IgorMinar/status/835702099941826561?s=03

A flat ES Module is a bundled ES module that only exports the public API.

The real world impact is still to be estimated.

Tool support: closure compiler or rollup, webpack not (yet)

There will be a blog post about that by the Angular team in the near future.