Posts by Marcelo Varela da Silva • 41 points
4 posts
-
0
votes1
answer98
viewsQ: How do I use sendmessage?
I’m getting the list of resource classes from another application but I can’t find Button, edits or Abels classes and I see that the application has these features. This is my code: procedure…
-
1
votes0
answers126
viewsQ: Execute a class function based on a property
Please, I need to execute a function of a class among several classes that I only know is correct from the value of one of its properties. I create the classes for example: public tabelaSerie = new…
-
1
votes0
answers480
viewsQ: I cannot instantiate class with parameters compiling with Aot
Versions. TUDO ATUALIZADO NA DATA DE HOJE (2017-08-23) @angular/cli: 1.3.1 node: 8.3.0 os: win32 x64 @angular/animations: 4.3.5 @angular/common: 4.3.5 @angular/compiler: 4.3.5 @angular/core: 4.3.5…
-
2
votes1
answer671
viewsQ: How to instantiate Httpclient in Angular 4 typescript?
Based on this example for Http, I would like to know how to instantiate Httpclient: **constructor() { const browserXhr: BrowserXhr = new BrowserXhr(); const baseResponseOptions: ResponseOptions =…