Skip to content
anapolg edited this page Jun 29, 2018 · 1 revision

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 components. The Portal main structure is composed by a menu and an index component used to redirect the user to all the other components through an app-routing module.

The following image represents the router tree of the Portal.

Clone this wiki locally