Skip to content

Instantly share code, notes, and snippets.

@kwiniarski
kwiniarski / defaults.json
Last active July 26, 2025 10:17
Plastic Theme for Windows Terminal
{
"colorScheme": "Plastic",
"fontFace": "Cascadia Code PL",
"fontSize": 10
}
@kwiniarski
kwiniarski / Configuration.md
Last active May 6, 2024 18:36
Angular with Stencil

Recommendations

  • Use standalone components and get rid of NgModules
  • Disable zone.js on custom elements.
  • Use ngSkipHydration on SSR Stencil components.

Order of hooks

Server side