Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devversion/ngc-without-tsickle
https://github.com/devversion/ngc-without-tsickle
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devversion/ngc-without-tsickle
- Owner: devversion
- Created: 2019-05-13T17:35:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T17:35:35.000Z (over 5 years ago)
- Last Synced: 2024-11-11T06:12:25.163Z (about 2 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Test
1) `yarn ngc -p tsconfig.json`
2) `yarn ngc -p tsconfig-with-tsickle.json`
3) `node dist-no-tsickle/index.js`
(fails also in SSR unless `HTMLElement` is globally provided in a non-browser environment)
4) `node dist-with-tsickle/index.js` (works)