Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devversion/ie11-ngcc-compat


https://github.com/devversion/ie11-ngcc-compat

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

1. Run `yarn`
2. Run `yarn ngcc --create-ivy-entry-points`
3. Inspect `node_modules/@angular/core/__ivy_ngcc__/bundles/core.umd.js`

Notice how there are multiple trailing commas in expressions that cause
syntax errors in IE11.

```js
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('rxjs'), require('rxjs/operators'),) :
```