-
Notifications
You must be signed in to change notification settings - Fork 24
ngsummary files are missing #22
Comments
I ran into the same issue in this repo: https://github.com/gregmagolan/abc-demo-build-with-aot-universal If you add the ngsummary files to the closure.conf like this you should be good:
|
It appears some of the packages are missing ngsummary.js files in 5.0.0-rc.0. I inspected all the node_modules and the files are indeed missing. Here is my updated conf, and the result.
ERROR
node_modules/@angular/forms/forms.ngsummary.js does not exist |
Maybe unrelated but if I widdle my app down only to a few modules I can get past all the modules that do not have properly formatted ngsummary, but I still get an error with ClosureCompiler and this error is fairly obscure.
|
Re: the ngfactory.js & ngsummary.js files. These are not shipped with the @angular npm packages. They need to be generated with an ngc
It uses angular.tsconfig.json in that repo: https://github.com/alexeagle/angular-bazel-example/blob/master/angular.tsconfig.json |
|
This is a bug on current master of Angular, which was introduced by
angular/angular@b086891
.
Will fix this soon.
…On Mon, Oct 2, 2017 at 4:32 PM, Steve Belovarich ***@***.***> wrote:
ngsummary.js are shipped with most of the packages though @gregmagolan
<https://github.com/gregmagolan> by the looks of my node_modules folder.
I will look into this though, TY.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAqKfxSVrO_2Ip_2JUp5tEuVlpOtDp0jks5soXKDgaJpZM4PrIZL>
.
|
@steveblue The |
This is not an issue in 5.0.0 |
@alexeagle TY for updating this repository. I mirrored the changes in our conf and updated to the fork of closure compiler, but the following conf results in several warnings.
Is there something missing from the conf?
or the tsconfig.json?
The text was updated successfully, but these errors were encountered: