nelson777
System analyst
Senior developer and technology enthusiast
Posts
That's because of this part of the code: Book(string aTitle, string aAuthor, int aPages){ aTitle = title; aAuthor = author; aPages = pages; } You're attibuting the properties from the cl...
posted 2y ago by nelson777 · edited 2y ago by nelson777
I would like to maintain a log that is available to several modules in my Angular 8 system. So I created the following service: @Injectable({ providedIn: 'root' }) export class LogService { ...
1 answer · posted 2y ago by nelson777 · last activity 2y ago by nelson777
Found the problem: I wasn't using router in some links and the whole app was restarted.
posted 2y ago by nelson777
I don't think there is a formal definition on what constitutes a "authentication" module. It's just a term for defining a part of a system where you identify yourself and the security part of the ...
posted 2y ago by nelson777
It's possible to use Angular 8 http.get to get a page from the frontend itself ? My local frontend url: https://192.168.0.177:4200/ I tried in a service: test(): Observable<string> { ret...
1 answer · posted 2y ago by nelson777 · last activity 2y ago by Derek Elkins
How can I monitor an Angular frontend with Prometheus? I was able to create metrics for my Node.js API using the express-prometheus module. But I can't find any Angular/Prometheus integration. Basi...
0 answers · posted 1y ago by nelson777 · edited 1y ago by Peter Mortensen
No you can't. HTML stands for Hyper-text markup language. So it's basically a text that may link to itself or to other texts and that have some styles. HTML is for providing the structure of the ...
posted 2y ago by nelson777 · last activity 2y ago by nelson777
I'm starting a small site with some online tools. Tried to include Google Adsense but I initially got rejected because the site was still on construction. Yet I've seen in the forums that they are...
0 answers · posted 1y ago by nelson777 · closed 1y ago by Alexei
Using Angular-IMask, I'm programatically updating the field that has IMask. So I'm getting the error: "Element value was changed outside of mask. Syncronize mask using mask.updateValue() to work p...
0 answers · posted 1y ago by nelson777 · edited 1y ago by nelson777
According to "Composing Software", by Eric Elliot, pages 13 to 17, yes.
posted 2y ago by nelson777 · edited 2y ago by nelson777
Hello all, I was taking a look at proposed communities and saw the discussion about code reviews that lead to the creation of the category. In the process I remembered of Software Recommendations ...
2 answers · posted 1y ago by nelson777 · last activity 1y ago by Alexei
Reputation | 147 | |
Number of top-level posts | 6 | |
Number of answers | 6 | |
Sum of received votes (up minus down) | 10 | |
Number of edits made | 12 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 12 | |
Questions | 6 | |
Answers | 6 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 6 |
Flags raised | ||
---|---|---|
Count | 0 |