closure-demo
closure-demo copied to clipboard
It would be super helpful (and useful as a base test case) if this project were updated to use Angular 9 and Ivy. The guidance I've seen is "don't use...
Since we have different options available in `google-closure-compiler` (Java vs JS versions). Can we have an example to demonstrate it's use with **Angular6+** versions using `closure-compiler-js` for UI projects? It...
Hello @alexeagle After I add ngrx store it dosn't work on client side, could you check my repo: https://github.com/vforv/closure-compiler To start just type: ``` npm i npm start ``` it...
The application throws an error when I run **ngr build dev --serve --watch** Here is the stack for it - `npm verb If you need help, you may report this...
Turning on sourceMap in `src/tsconfig.json` results in an exception during closure compile: ``` java.lang.IllegalArgumentException: a source must have a name at com.google.javascript.jscomp.SourceFile.(SourceFile.java:106) at com.google.javascript.jscomp.SourceFile$OnDisk.(SourceFile.java:606) at com.google.javascript.jscomp.SourceFile$Builder.buildFromPath(SourceFile.java:508) at com.google.javascript.jscomp.SourceFile.fromPath(SourceFile.java:413) at com.google.javascript.jscomp.SourceMapResolver.getRelativePath(SourceMapResolver.java:72)...
From https://github.com/alexeagle/closure-compiler-angular-bundling/issues/22
From https://github.com/alexeagle/closure-compiler-angular-bundling/issues/25
Hello, is it possible to install ngx-bootstrap with closure and how? http://valor-software.com/ngx-bootstrap/#/ Thanks, Vladimir