Core Module

~/src/app/core

This module is for classes used by app.module. Resources which are always loaded such as route guards, HTTP interceptors, and application level services, such as the ThemeService and logging belong in this directory.

Note

This module is recommended for a path alias to @app

Install

ng generate module Core

This is documentation for angular-folder-structure. If you find this useful please add your ★ star to the project.