Core
This module should contain minimal shared
Guards
, Services
, State
InjectablesIt should not contain
Components
, Directives
and Pipes
. For that, use SharedModule
import CoreModule in only AppModule
- 1.AppConfigService - loading remote config and featureFlags
- 2.PageTitleService - set page title from breadcrumbs
- 3.AnalyticsService - Google Analytics
- 1.AuthState - keep track of auth state
- 1.RouteHandler - update page title and send page views to google analytics
- 1.ErrorInterceptor - report http errors
Run
nx test core
to execute the unit tests.Eva Icons
<nb-icon
icon="arrow-circle-right-outline"
[options]="{ animation: { type: 'zoom' } }"
></nb-icon>
Fontawesome icons
<nb-icon icon="star" pack="fas"></nb-icon>
<nb-icon icon="arrow-alt-circle-right" pack="far"></nb-icon>
Last modified 2yr ago