Angular2具有动态生成表单的能力(模型驱动表单),而不是手动生成表单(模板驱动).
我有动态表单的变体,其中整个表单生成功能作为模块公开(Angular RC5).
但它打破了以下错误(出现在开发控制台中)
VM849:20 Error: Error: Unexpected value 'undefined' exported by the module 'DynamicFormModule'
Run Code Online (Sandbox Code Playgroud)
这是傻瓜
有类似的错误.发现它是由我的一个index.ts文件中的重复导出引起的:
export * from './article/article.component';
export * from './body/body.component'; //first export
export * from './cards/cards.component';
export * from './body/body.component'; //repeated export
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
12455 次 |
| 最近记录: |