Questions / Questions from an AngularJS Interview

I was assigned an interview with the AngularJS developer with some know-how in responsive design.

Since I like my developers for programming during the interview, I thought about creating a task in which we could work together for 1 hour and then publish the results so that I could also see them using my phone / tablet.

  • Any good AngularJS interview questions / concerns?

  • Is there a service that allows me to do this easily? click on the code and view it in your phone’s browser. - plnkr has built-in mode, but does not know how good it is.

+4
source share
2 answers

, . , - - ( ). html-, resposive css javascript, .

​​, ( css - - ).

html,

<div ng-repeat="item in items">
   <span tooltop="item.description" tooltop-options="{color: item.color}">
       {{item.text}}
   </span>
</div>

. , , ( , ). , :

<errors/>

css, .

,

<something ng-model="someobject"/>

- , , .

, ngModel , , .

+2
+1

Source: https://habr.com/ru/post/1544649/


All Articles