ZFail

Results 4 comments of ZFail

I had the same problem. In my case, the problem was that the AppModule was nested in the same file with the call of the platformBrowserDynamic().bootstrapModule(AppModule)

> As far as I know, neither NaN nor infinity is a part of JSON format Yes, but for example comments too. JSON5 is supporting NaN and Infinity. Maybe add...

> What do you accept for NaN or infinity? JSON ``` { "nan": NaN, "infinity": Infinity, "minus_infinity": -Infinity } ``` parsed as ```c++ object obj( { { "nan", std::numeric_limits::quiet_NaN() },...

"test" folder created with docker mount: docker run -it --rm -v c:\test msys-test. Аs you can see, the "touch test\a" command completed successfully.