All Questions
Tagged with angular-compiler angular8
4 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....
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 ...
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 ...
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 (...