Shared
This module should contain minimal shared
Components
, Directives
and Pipes
It should not contain any
Injectables
such as guards
, services
, state
etc. For that, use CoreModule
import SharedModule in each lazy loaded entry-modules e.g., layout modules
Run
nx test shared
to execute the unit tests.Last modified 2yr ago