Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 857 Bytes

styleguide.md

File metadata and controls

29 lines (18 loc) · 857 Bytes

Styleguide

This file describes the styleguide applied to the frontend application.

It is an extension of the ng styleguide.

Table of Contents

Storybook

All components (not views) should have a .stories.ts file. It allows to develop and test individual components.

As mentioned in the development flow.
Go here to generate them.

Dev content

All content in the src/dev folder is dev content. The rules are less strictly applied to them as none of this content exists on any non-dev build.

This content can be used to experiment, show the design styleguide, ....

The dev content is not considered as a test.