Carlos Luis Rivero
Carlos Luis Rivero
Why don't you work with angular elements? I tried this load dynamically module and it gave me a lot work and limitations.
Ok. let me prepare a new repo.
https://gitlab.com/riveroreyes/angular-8-2-14-umd-dynamic-example
This is another repo: https://gitlab.com/riveroreyes/angular-load-dynamic-library-on-demand in Angular 9.0.1
Hi. I did not get to test that option, since I preferred to work with angular elements, which allows me to pass arguments and emit events from the plugin in...
Hi. Let me know what project do you refer, please. In this project: https://gitlab.com/riveroreyes/angular-9-1-0-microfronted-angular-elements. I have no issues, but I just need to resolve some route redirection when I refresh...
Let me review your repo and I will comment it you later
Okay. I Checked and observed that the error of: the path that does not exist is correct, when refresh the page, because this path is not really loaded, but after...
Yes. But not in a project like this. In another project, from a .json file Here a example: pages.routing.module.ts ``` import { NgModule } from '@angular/core'; import { Routes, RouterModule,...