Questions tagged [angular12]

For questions regarding programming in Angular specific to version 12. Please include all relevant tags on your question; e.g.,[Angular], [TypeScript], etc.

664 questions
-2
votes
0 answers

Convert date to dd/mm format in object in angular

Below is my response I want to display the value in dd/mm format only in angular. I have to bind this value to dropdown in angular { "priorWeek": { "startDate": "2023-08-18", "endDate": "2023-08-24" }, "currentWeek": { "startDate":…
-2
votes
2 answers

6 arguments expected, but 0 received.ts(2554)

I am following a course that uses angular version 4 however I decided to use version 12.2.10 of angular CLI and version 14.18.1 of Node. I created a 'contact.ts' model: export class Contact{ private id:number; private nom:string; private…
Vincent BDL
  • 111
  • 11
-2
votes
1 answer

How do I create a module above App module in angular 12?

i have a Login module which contains login.html. i want login to be the default module and login.html as the default opening page.
A V
  • 9
  • 5
-3
votes
1 answer

Angular Access list Properties

In myI have cities withidandnameandcounteyidand countries withidandnamehow to iterate thisresponse.valueto get a list havingcityid,name,countryid`?
Kaicobad
  • 3
  • 3
1 2 3
44
45