Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devversion/ngc-without-tsickle


https://github.com/devversion/ngc-without-tsickle

Last synced: 22 days ago
JSON representation

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)