Skip to content

Commit

Permalink
docs: update style guide to v0.6.3 with clarified exports in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Feb 5, 2025
1 parent 0ef3115 commit bcc2073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/STYLEGUIDE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Style Guide v0.6.2
# Style Guide v0.6.3

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

Expand Down Expand Up @@ -489,7 +489,7 @@ user/
| ├── settings.service.ts
│ ├── settings-view.component.ts
│ ├── settings-view.component.html
│ ├── index.ts ✅ (exports the settings view and routes)
│ ├── index.ts ✅ (exports the routes. Noting else is exported since this is feature specific and not used elsewhere)
uikit/
│ ├── button/
│ │ ├── button.component.ts
Expand Down

0 comments on commit bcc2073

Please sign in to comment.