Skip to content
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

Fix for Angular dependencies when using Angular-CLI #14

Merged
merged 1 commit into from
Jan 26, 2017
Merged

Fix for Angular dependencies when using Angular-CLI #14

merged 1 commit into from
Jan 26, 2017

Conversation

jfcere
Copy link

@jfcere jfcere commented Jan 25, 2017

Workaround as explained here to fix Angular package dependencies.

Using Angular-CLI we currently get the following error:
Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported.

Adding forRoot() to markdown.module solves the problem. It is considered a 'workaround' with Angular-CLI because it does not come with TypeScript 2.1 for now.

@dimpu dimpu merged commit b104c63 into dimpu:master Jan 26, 2017
@jfcere jfcere deleted the fix-angular-dependencies branch January 28, 2017 02:37
@jfcere jfcere mentioned this pull request Jan 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants