Sean Perkins
Sean Perkins
@hakimio we have a fixed scope agreed upon by the team for 6.3. Standalone component routing I believe was the last task blocking the release. The issue you referenced does...
Hello everyone, we have an open RFC that proposes a change to `ionChange` that would help alleviate this issue. Please take a moment to review and let us know your...
Let me know if the failing CI is a legit thing. Looking at other PRs, looks to be a flaky test/issue with Windows Firefox test automation.
Also have this issue with the latest. EDIT: Running the navigate through a zone resolves the issue for us.
In our scenario, the problem only presented itself after upgrading the Angular and NS Angular dependencies to the latest. We were on ~3.1.3 (NS Angular) beforehand. We have a lazy-loaded...
@jscasca We've also ran into this. On the second initialization, the iframe's body is empty. I cannot follow why it wouldn't even have the class `mce-content-body`. I've debugged it down...
Can you verify if the `environments` file is being copied over into the build? If not, try updating the glob patterns in the `webpack.config.js` to specify that directory during the...
**IF YOU ARE USING 0.9.0 and NS 3.4 SEE MY COMMENT AFTER THIS** I would like to redact my original comment as it was completely not applicable to what you...
With the changes in webpack with 0.9.0, my previous solution no longer works. Here's the updated strategy: In your webpack.config.js 1. Change the deconstruction of the `env` variable from this:...
Because this project relies on Nrwl's NX workspace, it _should_ be as easy as following their documentation listed here: https://nx.dev/angular/guides/react ``` ng add @nrwl/react ``` ``` ng g @nrwl/react:app myApp...