Error during template compile of 'Injectable' Function calls are not supported in decorators but 'ɵmakeDecorator' was called
Asked Answered
F

0

7

I am trying to create an angular package using ng-packagr.

I have added the following script into my package json in order to build the package

"scripts": {
"build:lib": "ng-packagr -p lib/package.json"},

However, I am getting the following errors when I run the build command.

enter image description here enter image description here

Florous answered 27/11, 2018 at 9:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.