The number pipe is location sensitive, which means that the same format argument will produce differently formatted results based on the . . . . . .
AngularJS module can be created using ________
What's true about the following @Entity association between House and Window?@Entitypublic class Window { @Id private int winNo; @ManyToOne private House aHouse;}@Entitypublic class House { @Id private int houseNo; @OneToMany(mappedBy="aHouse") private List windows;}
What are the JPA @Entity association attributes
How would you display a list of Employees on a webpage along with where they were in the list
Angular initializes based upon which of the following scenario
How would you retrieve a list of items from a server's URL
We can subscribe to an observable using the . . . . . . . . The benefit of this is that Angular deals with your subscription during the lifecycle of a component. Angular will automatically subscribe and unsubscribe for you
The . . . . . decorator allows us to define the pipe name that is globally available for use in any template in the across application
Which http method send by browser that asks the server to get the page only
Object/relational metadata can be specified directly in the entity class file by using annotations, or in a separate ________ descriptor file distributed with the application
How does Angular 4 improved error handling, when an error is caused by something in a template
If you chain multiple pipes together, they are executed
Angular 2 components can be described using ________is a way to do some meta-programming