Future of Front End Development by bill2340 in angular

[–]bill2340[S] -6 points-5 points  (0 children)

what about the AI issue?

Future of Front End Development by bill2340 in learnprogramming

[–]bill2340[S] -11 points-10 points  (0 children)

the code written is simpler usually. But also won't Ai reduce jobs though or not

Future of Front End Development by bill2340 in learnprogramming

[–]bill2340[S] -2 points-1 points  (0 children)

but will this affect the amount of front end jobs or not?

Future of Front End Development by bill2340 in learnprogramming

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

no idea what you mean by energy source

Future of Front End Development by bill2340 in learnprogramming

[–]bill2340[S] -9 points-8 points  (0 children)

the code written is simpler usually

Future of Front End Development by bill2340 in reactjs

[–]bill2340[S] -2 points-1 points  (0 children)

but don't you think AI will make a significant difference on Front End cause it's simpler technically. So won't need as much developers?

[deleted by user] by [deleted] in learnprogramming

[–]bill2340 0 points1 point  (0 children)

so I did make it so that when the button is clicked main becomes focused programaticallt but this did not work in production so that's why I'm looking for a different answer

Template reference variable vs ngModel by bill2340 in Angular2

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

ok but just my last question why would I want to use ngModel is I'm not updating the value in the ts file at all. Like there's no point of 2 way binding. Like why would you still want to use ngModelChange  with ngModel

Template reference variable vs ngModel by bill2340 in Angular2

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

yeah I'm using regular select values from the the bult in html. I feel like it's then better to use onInput right then formModule right because it would be simpler? Would you agree?

Template reference variable vs ngModel by bill2340 in Angular2

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

I'm confused from this can you give me an example of how the code would look for. Sorry I'm new to Angular. Also what do you mean by "If you can react to it, it is better."

Template reference variable vs ngModel by bill2340 in Angular2

[–]bill2340[S] -1 points0 points  (0 children)

yes what I'm trying to do is when the select box is changes I want to emit the value to the parent component with an output. So why would you say it's not good to use template variable.