Usage
Import the NgxCommonModule
into the module where you want to use the features.
import { NgxCommonModule } from '@ngex/common';
@NgModule({
imports: [
NgxCommonModule,
// ... other imports
],
})
export class MyModule {
}
Import the NgxCommonModule
into the module where you want to use the features.