Andrei Alecu
Andrei Alecu
Just leaving this here in case people are looking for it. I took the PR that adds Luxon in https://github.com/angular/components/pull/14681#issuecomment-745170191 and published it to NPM a while ago at: https://www.npmjs.com/package/ngx-material-luxon...
I'm also noticing this problem mostly in Brave and VS Code. Chrome seems to be ok, but in Brave most of the time horizontal scrolling doesn't work. Both Brave and...
Something that might be relevant that I noticed in VS Code: 1) If you switch to a vs code tab that does NOT have code in it that exceeds the...
 Weird glitch showing above. Simply rolling the scroll wheel left/right over Chrome, even if there's nothing to scroll in it, will fix Electron scrolling. Even without first clicking in...
@evanw in the PnP resolver plugin's case, it just needs to be imported. No other configuration for it is required. There is a workaround possible, by disabling PnP, but that's...
Some possibly relevant information regarding improving yarn 2.0 support: https://github.com/angular/angular-cli/issues/14841#issuecomment-590776160 Replacing `read-package-tree` with a `createRequire` implementation might be a first step in that direction. The comment above links to a...
There is ongoing work right now in `@angular` core packages to rework things in a way that would allow Yarn2+PnP to work natively. You can read more and track the...
@Falven: support for this is underway and part of it is in https://github.com/orgs/angular/projects/2 which has been mentioned in previous messages in this thread.
@ChristianUlbrich The above code assumes you're using webpack. You can just put it inside a `.run` call like this: ``` javascript app.run(function(tmhDynamicLocale, tmhDynamicLocaleCache) { ... }); ``` If you're not...
You're welcome! English is not my first language but I don't think there's anything wrong with the word "elaborate", I just wasn't sure what you were asking, that is all....