You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the previous version in which this bug was not present was: @angular-devkit/build-angular: 0.800.3
Description
This project : https://github.com/cedx/ngx-core.js
has tests that worked fine until I upgraded @angular-devkit/build-angular to version 0.800.4 (i.e. if I revert this package, and only this package, to version 0.800.3, everything is OK).
🔬 Minimal Reproduction
I have absolutely no idea how to reproduce this bug. The stack trace is unreadable for me, so I don't know where and how to start investigations.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was:
@angular-devkit/build-angular: 0.800.3
Description
This project : https://github.com/cedx/ngx-core.js
has tests that worked fine until I upgraded
@angular-devkit/build-angular
to version 0.800.4 (i.e. if I revert this package, and only this package, to version 0.800.3, everything is OK).🔬 Minimal Reproduction
I have absolutely no idea how to reproduce this bug. The stack trace is unreadable for me, so I don't know where and how to start investigations.
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
Using Chrome instead of Firefox does not change anything: the error is still raised.
The tests (https://github.com/cedx/ngx-core.js/blob/master/test/directives/document_title_test.ts) involve a directive (https://github.com/cedx/ngx-core.js/blob/master/src/directives/document_title.ts#L27) that depends on a service (https://github.com/cedx/ngx-core.js/blob/master/src/services/application.ts#L64) that uses the
Meta
service.I rely on the error message:
meta is undefined
. But again, I have absolutely no idea of the origin of the error.EDIT : https://travis-ci.com/cedx/ngx-core.js/builds/116878254, if it helps.
The text was updated successfully, but these errors were encountered: