Angular 2 Routes and Forms
Angular 2 Routes and Forms
You place _________________ where you want the components inserted. - router-outlet
FormsModule is imported from @angular/_______ in Model Driven Form - none of these
You add 'novalidate' attribute to form, to prevent browser from automatically
validating. - true
Which decorator is optional if the class has any other decorator? - @injectable
Where is the data fetched from in a HTTP call? - API