Plamena Radneva

Results 6 comments of Plamena Radneva

+1 for this persisting issue. I thought it might be due to npm cache, so after a clean npm install with `"ng-dynamic-component": "^8.0.1-no-barrels.1"`, I now get: ``` Error: Error: Internal...

I am using Angular 11, updated from Angular 8. Deleted node_modules and package-lock.json, cleared the npm cache, reinstalled everything and got the "unknown identifier undefined" error. These are my dependencies:...

Hello @santoshyadav198613, Thank you for your comment! All contributions are welcome, so feel free to work on this feature!

Hello, @santoshyadav198613, When we initially started this project, our goal was to have as few dependencies as possible. So, generally, unless it's a very complex interaction/functionality, we would rather not...

This issue is old and I don't know if it has been already investigated but I can confirm that opentype consumes quite a lot of memory when loaded. For context,...

@Connum thanks for the quick reply. I uninstalled `[email protected]` and instead installed the master branch, so now the entry in `package.json` looks like this: ``` "opentype.js": "github:opentypejs/opentype.js", ``` I assumed...