Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 315 Bytes

File metadata and controls

17 lines (12 loc) · 315 Bytes

Coding Conventions

Angular TypeScript

Most coding conventions are already covered by eslint.

Things that can not be covered, are documented below:

Imports

  • Order of imports
    • non UMD bundles (import * as foo)
    • Angular Libraries
    • Third Party libraries
    • @thymesave/*
    • Local imports