CSE MCQs :: Angular 2
- Angular 2 integrates easily with NativeScript, allowing you to code your native app in a . . . . . . . . . style that can run on any mobile device platform.
- Angular 2 components can be described using ________is a way to do some meta-programming.
- The ______ directive substitutes the normal href property and makes it easier to work with route links in Angular 2.
- Since Angular 2 defines a set of built-in directives, the . . . . . . . . method passes them in a similar way in order to make them available in the entire application in order to prevent us from code duplications.
- What are the new features of Angular2?
- On the opposite side of event bindings (()) lie Angular's square-bracket syntax ([]) which signify a . . . . . .
- A special mention is required about the children element marked with the . . . . . . . . . . . directive attribute. This attribute qualifies the template that will be displayed when no other value defined by its ngSwitchWhen siblings matches the parent conditional expression.
- Which of the following is correct about Angular 2 Routing?
- Angular 2 is using . . . . . . . . to detect changes.
- Angular 2 can detect when component data changes, and then automatically re-render the view to reflect that change.