Core

Most powerful folder of this template you can find all the necessary files in this like: constant, services, directive, etc...

Folder name File type Description
_data json Folder represent fake data to view in the pages files are json form.
_modals ts Folder comes with modals ts files to convert data for remote and local. It is very useful to communicate with Front-end & Back-end.
constants variables In this folder you can see all the constant variables like: API URLs, error messages, HTTP status code etc...
directives directives Folder represent Angular directives
services services Folder represent Angular services
utils ts Folder comes with common and reusable functions.

View

Folder name Description
layout Put all the major layout components of the template.
pages All the pages components that is use before login.
partials All the reusable components of the template.
theme Components that is used after the login.