CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 04:35:27 GMT
content-type: text/html; charset=utf-8
cf-ray: 96596e1c3be2ea32-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=b3d7e079-51e9-4b61-beb2-8bed59cb6d3b; expires=Mon, 27 Jul 2026 04:35:27 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 38693505-1dda-453f-9328-6f472469027e
x-worker-origin-response-time: 967000000
x-dns-prefetch-control: off
set-cookie: prov=b3d7e079-51e9-4b61-beb2-8bed59cb6d3b; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=CMrI2Aa.fiDq9GMRbQ6kXdXRsoq.zGkZwzAaGmR4M4k-1753590927-1.0.1.1-JF4yF9Prnk5QXTvxjw7JFmIjHczebMjtKnGiygaK.H3JEMLBOz8fLYEf5o7LvV0YUX.HcxfiZxNehH6MPWyi.M2rUHmtFGXukcqKTRANr0k; path=/; expires=Sun, 27-Jul-25 05:05:27 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=2VfZjKf8unXO4xVJIjEY2Dpt3ivxQBih9cs8wqCeGuE-1753590927743-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'angular-2+' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [angular-2+]
Use this tag on posts involving code written with versions 2 & above of Angular, the web framework from Google. Use the 'angular.js' tag for posts involving the older AngularJS (1.x) framework.
143 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
2
answers
80
views
Function to reduce dead band when reading a pressure transducer that has calibration device under test information
When reading a pressure transducer, I'm currently using the following code to apply the "device under test data" from the calibration report.
How can I determine which range segment of ...
0
votes
0
answers
26
views
Real-time data functionality using SubjectBehaviour in Angular v18
I'm building a personal finance app in angular v18 https://github.com/sumaya-aj/personal-finance-app
I started with "Pots" section.
The code I shared has two components and a service.
The ...
0
votes
0
answers
28
views
Angular HTTP Interceptor with token auto refresh
Its purpose is to put the access token (if it's present) into all requests towards my backend, and if it detects that the access token has expired, to refresh it and retry the request.
Here is the ...
1
vote
0
answers
95
views
Angular Lazy Loading Component into HTML template
I want create a generic component for lazy loading other component
Demo online (click on load button)
https://stackblitz.com/edit/angular-v7xfwb
this is the code
...
0
votes
1
answer
218
views
Check if string starts with vowel
I am using a template for a text inputs and feedback messages to simplify my html code. This passes in variable string called label and populates the placeholder ...
2
votes
0
answers
252
views
Set-new-password form, including validation
I've got to make a form using Bootstrap and Angular, which validates the following requirements:
Old password, new password and confirm password are mandatory fields.
New password has to be equal ...
2
votes
0
answers
184
views
Angular: ViewModel for safe two-way binding & MVVM
Introduction: Any angular dev should know that Angular tends to provide multiple ways of doing things. When it comes to forms, I tend to prefer to rely on forms of the template-driven variety, and ...
-1
votes
1
answer
42
views
A better way to write if this then this = this / number or * number [closed]
Im wondering if there is a better way to write these expressions in Angular 13, They dont fit most of my more senior compatriots code, And i'd like to not add messy conditionals if not needed. They ...
3
votes
1
answer
158
views
Angular - Contact manager component with API
I am starting with the Angular and I need some support. I have watched some of the tutorials and lot of them are using things differently. I upgraded some tutorial with my own idea, but I am not sure ...
0
votes
1
answer
36
views
Validating with both a field validator and a form valdator
This (minimal demo) code obviously works, but I am a bit taken aback by the hoops I needed to jump through (and little to no mention in Angular (v13) documentation about the technique). I'm still ...
1
vote
1
answer
139
views
Convert from get response to array of type
I would like to know if this is the best/most efficient/industry standard way of converting from the http response to an array of typed values:
Type class:
...
0
votes
1
answer
90
views
Simple refactor of value changes typescript
Hello all I am using some typescript reactive forms, like this
...
-1
votes
1
answer
1k
views
If condition in combineLatest observables [closed]
I have many observables so I use combineLatest in RxJS. After get all results I need to check one of value by using if condition. If the condition meets then call ...
1
vote
1
answer
86
views
Typescript error handler
I wrote a function in Typescript which takes required parameters, optional parameters and parameters with default value. I want to use this function for error handling of http requests. I am not sure, ...
6
votes
1
answer
3k
views
Custom RxJS operator to prevent duplicate API calls in Angular
I have a usecase where I want to prevent unexpected duplicate Http calls. I'm wondering if I can have a custom operator which can be used in pipe for any API as shown in below ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
typescript × 106
javascript × 42
rxjs × 32
observer-pattern × 7
html × 6
firebase × 5
unit-testing × 5
form × 4
jasmine × 4
json × 4
http × 3
html5 × 3
event-handling × 3
array × 3
api × 3
browser-storage × 3
beginner × 3
validation × 3
authentication × 2
ecmascript-6 × 2
cache × 2
angular.js × 2
generics × 2
object-oriented × 2
more related tags
Hot Network Questions
- Why does the node Bounding Box suddenly produce a different result in version 4.5?
- Likelihood of the data in a Ornstein-Uhlenbeck-like process
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- how is it possible for a player to have crossed 2400 and secure 3+ IM norms to stay FM
- How can I turn the text in a PNG file back into text layer?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- What is the best way to bevel these corners without these deformations showing?
- Most practical way to determine concentration of reducing sugar in frozen French fries?
- Why am I winning always? A coincidence perhaps?
- Does SZNUD3160 really eliminate the need for diode?
- Is it okay to email researchers if I’m a high school student?
- Alternative to tedious assert-rewrite for trivial operations?
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- Do TeX engines support Shavian OpenType fonts?
- Automatic drawing of polygon around selected polygons in QGIS
- Upload open access pdfs or link to publisher for visibility?
- Is this a violation of open source?
- When was the last time all humans were on the ground not in the air?
- What's the difference between an eVisa and ETA travel authorization?
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- Did the first sin in the garden of Eden actually take place before the fruit was eaten?
- Pairwise comparisons with emmeans in a linear mixed-effects model
- Why is 0.0 printed as 0.00001 when rounding upward?