Lars Rye Jeppesen
Lars Rye Jeppesen
@tsiegleauq isn't ::ng-deep deprecated? Maybe I*m wrong
> .mat-checkbox-layout { white-space: normal !important; } I know this won't help you but I ended up not supporting IE at all - best thing we ever did. Never heard...
Yes this is a scenario we all are familiar with: waiting for a number of observables to resolve. Nesting ng-containers quickly becomes quite messy when you are dealing with 4+...
@gizocz pardon my stupid question, but why would you use manifest in development mode? I assume you are developing when you are watching for file changes?
I am having precisely same issue. If I have `pageExtensions: ['page.tsx', 'page.ts', 'page.jsx', 'page.js'],`, in next.config.js , translations are not working. As soon as I revert back to default pageExtensions,...
Ditto here - anyone have a workaround?
@gabbanaesteban @RicardoE105 It works with node14 (npm) I guess it's because how npm now handles dependencies. super annoying
For the record, I am having the same issue, unfortunately.
This is a big issue for us, any thoughts of having this potentially resolved? thanks
> nice job, it works. > > '^@models(.*)$': '/src/models$1' is ok, but '^@models$': '/src/models' not > > i don't know how jest resolve the path, i log the path in...