Matija Stepanic
Matija Stepanic
@404-html the both comments solved.
> @stepanic Thanks for this PR! And apologies that it didn't get much review attention anymore. We are on a spree now to close all open PRs. Could you rebase...
@404-html I see that you left suggestions on 2021-05-19, which are only README related will you commit them and then integrate this PR?
@mtrezza @404-html suggestions commited
@mtrezza merged with `master` without conflicts :D ``` $ git merge upstream/master Auto-merging src/components/LoginForm/LoginForm.react.js Removing server.js Auto-merging README.md Merge made by the 'recursive' strategy. .github/workflows/ci.yml | 169 +++- .github/workflows/docker-publish.yml |...
@mtrezza merged again :D
For me everything works perfect during development with `ng serve` but when I try to build project `ng serve -prod`, I got this error: Version: ``` $ ng version _...
@langley-agm this is okay, also without `n2-logger` reference `angular2logger` is not working and after 3 hours of trying to integrate `angular2logger` I chose `n2-logger` as alternative
@langley-agm this is application, you could add `angular2logger` to `AppComponent` and inject `Logger` in constructor and you will see the same error in the browser after `ng serve -prod` [Archive.zip](https://github.com/code-chunks/angular2-logger/files/862899/Archive.zip)...
``` $ npm -v 4.4.1 $ node -v v6.10.0 ```