-
Notifications
You must be signed in to change notification settings - Fork 6
Calling function 'makeDecorator', function calls are not supported. #1
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
Comments
Getting same thing. |
Me too. Need an answer :) |
Me too |
Me too² |
update typescript to latest version.. it works for me |
Adding the following line in tsconfig.json compilerOptions fixed the issue for me.
Please check more in angular/angular-cli#3854 (comment) and angular/angular-cli#3854 (comment) |
@nsjithin solution worked for me too, but... what exactly it means? What if it has any side effects? Wel... I will keep my eyes open :-) |
@nsjithin Thanks for solution! |
@nsjithin , i don't have the building error anymore after apply your code. but while view the app in broswer, i got the following error: does this control works for angular 4 app? or it'snot version related. thanks~ |
The @nsjithin's solution works for me as well. |
ERROR in Error encountered resolving symbol values statically.
Calling function 'makeDecorator', function calls are not supported.
Consider replacing the function or lambda with a reference to an exported function,
resolving symbol NgModule in /node_modules/ng2-input-mask/node_modules/@angular/core/src/metadata/ng_module.d.ts,
resolving symbol NgModule in /node_modules/ng2-input-mask/node_modules/@angular/core/src/metadata.d.ts,
resolving symbol NgModule in /node_modules/ng2-input-mask/node_modules/@angular/core/src/core.d.ts,
resolving symbol NgModule in /node_modules/ng2-input-mask/node_modules/@angular/core/index.d.ts,
resolving symbol Ng2InputMaskModule in /node_modules/ng2-input-mask/module/ng2-input-mask.module.ts,
resolving symbol Ng2InputMaskModule in /node_modules/ng2-input-mask/module/ng2-input-mask.module.ts
The text was updated successfully, but these errors were encountered: