Skip to content

Commit

Permalink
chore: update style guide to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Jan 25, 2025
1 parent 6481102 commit eca4487
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/STYLEGUIDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Style Guide v0.3.0
# Style Guide v0.3.1

This document outlines the coding style guide for Angular applications at Braune Digital.

Expand Down Expand Up @@ -488,6 +488,9 @@ uikit/

- Apps should be placed in the `apps` directory. They should contain the main application logic and should be as slim as possible. No business logic should be placed in the app directory besides the app component.
- Libraries should be placed in the `libs` directory.
- They should be `buildable`.
- They should have a clear import path (e.g., `@org/domain/my-app` or `@org/uikit`). The import path can be found in the project.json file and should be checked after generation.
- They should have a clear name (e.g. `domain-my-app` or `uikit`). The name can be found in the project.json file and should also be checked after generation.

The following abstract example shows a correct file structure:

Expand Down

0 comments on commit eca4487

Please sign in to comment.