@memberjunction/ng-react
Version:
Angular components for hosting React components in MemberJunction applications
23 lines (22 loc) • 794 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/mj-react-component.component";
import * as i2 from "@angular/common";
/**
* Angular module that provides React component hosting capabilities.
* Import this module to use React components within your Angular application.
*
* @example
* ```typescript
* import { MJReactModule } from '@memberjunction/ng-react';
*
* @NgModule({
* imports: [MJReactModule]
* })
* export class MyModule {}
* ```
*/
export declare class MJReactModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MJReactModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MJReactModule, [typeof i1.MJReactComponent], [typeof i2.CommonModule], [typeof i1.MJReactComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MJReactModule>;
}