EntityViewerModule - Provides components for viewing entity data
This module exports:
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';@NgModule({ imports: [EntityViewerModule]})export class MyModule { } Copy
import { EntityViewerModule } from '@memberjunction/ng-entity-viewer';@NgModule({ imports: [EntityViewerModule]})export class MyModule { }
EntityViewerModule - Provides components for viewing entity data
This module exports:
Example