-
Notifications
You must be signed in to change notification settings - Fork 530
Update folder structure based on latest Style Guide #327
Copy link
Copy link
Closed
Labels
Milestone
Description
Our current folder structure includes a lot of module paths that are prefixed with +.
See: https://github.com/DSpace/dspace-angular/tree/master/src/app
This naming pattern used to be the recommended one for lazy loaded folders, see: https://github.com/angular/angular.io/blob/b21c90c358129efdd55da897fb7756d44f3b65ae/public/docs/ts/latest/guide/style-guide.jade#L1252
However, in the latest version of the style guide, that recommendation no longer exists: https://angular.io/guide/styleguide#lazy-loaded-folders
We should consider simply renaming these folders to no longer include the + prefix, as that's now a non-standard folder name.
Reactions are currently unavailable