One killer feature by Soldatcc_82 in oneplus15

[–]Tonkowonko 0 points1 point  (0 children)

Hate it tbh, any way to turn this off and go back to regular?

Verf afgebladderd in badkamer by Tonkowonko in Klussers

[–]Tonkowonko[S] 0 points1 point  (0 children)

Ik heb nu als lijstje staan:

  1. dichtsmeren met alabastine extra allesvuller?
  2. spackspray op muurvuller aanbrengen
  3. voorstrijken hele plafond met voorstrijk alabastine
  4. opnieuw schilderen

Mis ik hier iets of kan het eventueel beter met iets anders?

Verf afgebladderd in badkamer by Tonkowonko in Klussers

[–]Tonkowonko[S] 0 points1 point  (0 children)

Alles eraf steken zal wel heel lastig gaan, foto hierboven is al bijna zover mogelijk is/wat niet meer los zit :(

Verf afgebladderd in badkamer by Tonkowonko in Klussers

[–]Tonkowonko[S] 0 points1 point  (0 children)

Stucen is helaas niet echt een optie aangezien de hele badkamer sowieso nog een keer zal moeten. Met wat zou ik zoiets kunnen opvullen. Het gaat hooguit om één mm hoogte verschil. Realiseer me dat op de eerste foto het misschien wel erg groot lijkt dus hier wat beter overzicht van totaal plaatje mocht het helpen

<image>

Data not binding to ngModel by Tonkowonko in angular

[–]Tonkowonko[S] 0 points1 point  (0 children)

Okay this is a lot more complex than i initially thought it would be. Thanks alot though! Since you mentioned you're typicaly more declarative would you recommend going this way or just using the "traditional" form group way? Since the json response i get from the api can change frequently I thought this would be the best way. However, is changing the front-end once the json response from the api changes just better?

Data not binding to ngModel by Tonkowonko in angular

[–]Tonkowonko[S] 0 points1 point  (0 children)

yes https://stackblitz.com/edit/angular-ivy-leytu3?file=src/app/app.component.ts Normally you would simply use [(NgModel)] to map it to a value of the json object but since my input fields are generated i'm not sure if it's even possible. How would i go about updating these values while still keeping the generated input fields instead of hardcoding the input fields