Evan Gillogley
Evan Gillogley
@gkaravitis could you share your solutions for your refactor? So far, I've been using global classes on app.component ViewEncapsulation.None but that's just messy. Any component level solution?
@BenRacicot ::ng-deep is not the recommended solution and it will be removed eventually. This issue is about finding an alternative. I noticed that they say ` Until then ::ng-deep should...
ViewEncapsulation.Native and Shadow Dom is the only correct solution but it lacks pollyfills at the moment correct? https://github.com/angular/angular/issues/23636
^ that solution doesn't work for chinese @yeomann . If you only support one type, specify it e.g traditional ``` const chineseLocales = [ // simplified chinese android suffix '#Hans',...
why not just allow one to pass a commitizen config and support it @lppedd ?
Any update on this? It's been almost 2 years
solution above works but backspacing is problematic - the block prior just disappears
Any update on this? We should at least implement something?
as of today, I still have to npm i the package remotely; npm link only works for the native code - once the build completes the javascript doesn't work -...