-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AOT build fails with @angular/material 2.0.0-beta.10 and nz 0.5.0? #290
Labels
Comments
encool
changed the title
AOT@angular/material 2.0.0-beta.10 and
AOT build fails with @angular/material 2.0.0-beta.10 and nz 0.5.0?
Sep 14, 2017
package version conflict, will be resolved when cdk upgrade. |
wilsoncook
added a commit
to wilsoncook/ng-zorro-antd
that referenced
this issue
Oct 8, 2017
wilsoncook
added a commit
to wilsoncook/ng-zorro-antd
that referenced
this issue
Oct 14, 2017
BREAKING CHANGE: 1. usage related to cdk is changed 2. @angular version dependence update to ^4.4.3 (due to @angular/cdk) close NG-ZORRO#238, close NG-ZORRO#290
wilsoncook
added a commit
to wilsoncook/ng-zorro-antd
that referenced
this issue
Oct 21, 2017
BREAKING CHANGE: 1. usage related to cdk is changed 2. @angular version dependence update to ^4.4.3 (due to @angular/cdk) close NG-ZORRO#238, close NG-ZORRO#290
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a...
Current behavior
ng2-easyform是自己的工具模块,主项目使用了其中导出的两个angular module。
其中一个是exports 0.5.0版本的 nz modules
另一个exports 2.0.0-beta.10 版本的 angular material modules。
ng build -w -aot 报如下错误。不用aot则不报错。
Expected behavior
No errors
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: