Posts by Ronaldo Alberton • 46 points
3 posts
-
1
votes0
answers362
viewsQ: Dynamically charge with angular 6
I need to load components dynamically, I am using jsPanel to create a window and I would like to pass which module will be created within this window. It is possible to do this, below code snippet,…
-
1
votes2
answers1255
viewsA: How to access the methods of a component that is inside a Fastreport file?
var meuMemo: TfrxMemoView; begin meuMemo:= TfrxMemoView(componenteDoSeuRelatorioForm.FindComponent('meuMemo')); if meuMemo<> nil then begin meuMemo.text := 'teste memo'; end; meuMemo is the…
-
1
votes1
answer123
viewsA: Intellij, Spring Boot and Angularjs
In your server configuration, "Edit Configurations" in "Deployment" configures the Context Path, example "minhaapp" and use it as follows: localhost:8080/minhaapp/index.html