Skip to content

[SOLVED] Using of npm link lead to AoT build failure with "Error: Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported" #1834

@bobrosoft

Description

@bobrosoft

Hope that solution will help somebody:
add next into "compilerOptions" of tsconfig.webpack.json and tsconfig.json:

    "baseUrl": ".",
    "paths": {
      "@angular/*": ["node_modules/@angular/*"]
    }

References:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions