Skip to main content

All Questions

0 votes
1 answer
3k views

Angular - 8 - Trouble with npm-install - Error

after moving my App to another computer I have trouble with runing npm-install. Here is a content of my package.json: { "name": "lunaticgodsinfo", "version": "0....
rufo123's user avatar
  • 83
5 votes
1 answer
3k views

How to compile runtime-generated Angular8 code?

I'm creating Angular code at runtime, in particular, I use a SVG library in order to create a vector graphic that contains Angular code directives like (click)='myMethod()', which, in turn, call ...
Jan B.'s user avatar
  • 6,518
3 votes
1 answer
2k views

Pass data to dynamically created angular modules and components

I need to pass data to a dynamically created angular module like an id or JSON my controller code is like this. Logic Explained - The API provides the layout of the page if primary module comes ...
Akshay Venugopal's user avatar
3 votes
1 answer
6k views

Get injector from module in angular 8

Problem: I am setting up lazy loading for non-routed module in angular. At version 7 I used NgModuleFactoryLoader and it's function load to lazy load module and get first entry point to the module (...
Jack Hudzenko's user avatar