Style Guide
Below are suggestions for naming and style conventions.
Theme files naming conversion
Apply padding for content if needed
How to generate TypeScript interfaces from given JSON?
Online Tools
NGXS naming conventions
Stores should always have the
Store
suffix. Right:ZooStore
Wrong:Zoo
Stores should have a
.store.ts
suffix for the filenameSelects should have a
$
suffix. Right:animals$
Wrong:animals
Last updated
Was this helpful?