CSE MCQs :: Angular 4
- How does Angular 4 improved error handling, when an error is caused by something in a template?
- The . . . . . decorator allows us to define the pipe name that is globally available for use in any template in the across application.
- Observables help you manage . . . . . . . . data.
- Where would you put it?
- How would you display a list of Employees on a webpage along with where they were in the list?
- If you chain multiple pipes together, they are executed
- 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 number pipe is location sensitive, which means that the same format argument will produce differently formatted results based on the . . . . . . .
- How would you retrieve a list of items from a server's URL?
- Which of the following is not built-in pipe in Angular?