Core
This library was generated with Nx.
This module should contain minimal shared Guards
, Services
, State
Injectables
It should not contain Components
, Directives
and Pipes
. For that, use SharedModule
import CoreModule in only AppModule
Service
AppConfigService - loading remote config and featureFlags
PageTitleService - set page title from breadcrumbs
AnalyticsService - Google Analytics
Stores
AuthState - keep track of auth state
Handlers
RouteHandler - update page title and send page views to google analytics
Interceptors
ErrorInterceptor - report http errors
Running unit tests
Run nx test core
to execute the unit tests.
Usage
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 updated
Was this helpful?