Skip to content

App structure

Ana edited this page Aug 27, 2019 · 3 revisions

This page contains the structure of the Angular application named Portal.

Structure

The application is composed by a main module called app.module.ts which imports all the other modules. The Portal main structure is composed by a menu and an index component used to redirect the user to all the other parts of the app through an app-routing module.

The following image represents the router tree of the Portal.

Clone this wiki locally