ng react module wrapper:独立React模块的角度包装 源码
NG React模块包装器 轻松将独立的React模块集成到Angular应用程序中 目录 快速开始 安装@nicecactus/ng-react-module-wrapper : 使用 : npm install -S @nicecactus/ng-react-module-wrapper 含: yarn add @nicecactus/ng-react-module-wrapper 将模块添加到NgModule导入 AppModule import { NgReactModuleWrapperModule } from '@nicecactus/ng-react-module-wrapper' ; @ NgModule ( { ... modules : [ NgReactModuleWrapperModule , ... ] , ... } ) 为您的react
文件列表
ng-react-module-wrapper-master.zip
(预估有个23文件)
ng-react-module-wrapper-master
tsconfig.lib.json
530B
package.json
2KB
tslint.json
3KB
ng-package.json
173B
tsconfig.spec.json
299B
angular.json
1KB
LICENSE
1KB
src
test.ts
781B
暂无评论