Refactor standalone pages into modules #18

Open
opened 2023-08-01 12:49:03 +00:00 by mihajlo · 0 comments
Owner

We currently have pages imported in the main app.module, which is alright but bad practice and it affects how ts docs are generated.

The goal is to group every solo component in the correct module, if no correct module is to be found, create one.

We currently have pages imported in the main `app.module`, which is alright but bad practice and it affects how `ts docs` are generated. The goal is to group every solo component in the correct module, if no correct module is to be found, create one.
mihajlo self-assigned this 2023-08-01 12:49:03 +00:00
mihajlo added reference tsdoc 2023-08-01 12:52:08 +00:00
allan changed title from Refactor standalone pages into a modules to Refactor standalone pages into modules 2023-08-23 14:48:07 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dc/dc#18
No description provided.