Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devversion/ie11-ngcc-compat
https://github.com/devversion/ie11-ngcc-compat
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devversion/ie11-ngcc-compat
- Owner: devversion
- Created: 2019-12-21T11:21:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T02:37:28.000Z (about 2 years ago)
- Last Synced: 2024-11-11T06:12:23.698Z (about 2 months ago)
- Size: 134 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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'),) :
```