I am looking for some advice on best practices for my app architecture.
Right now, I have my app folder structured like this:
/components
/guards
/interceptors
/pages
/services
/tabs
app-routing.module.ts
app.component.html
app.component.scss
app.component.ts
app.module.ts
Where do you typically store your modals? Is there a best practice for organizing all of the modal pages?
1 post - 1 participant