Skip to main content

Posts

Showing posts from August, 2018

Angular 5 Modules

Angular 5 Modules Modules are a great way to organize an application and extend it with capabilities from external libraries. NgModules consolidate components, directives, and pipes into cohesive blocks of functionality, each focused on a feature area, application business domain, workflow, or common collection of utilities. Modules can also add services to the application. [ Via ]. Check your knowledge on Angular 5 Modules by answering these below questions: 1. To be able to define modules we have to use the decorator . . . . . . A) @Component B) @NgModule C) @Input D) @angular 2. Every Angular app has at least one module, the . . . . . . You bootstrap that module to launch the application. A) uproot module B) top module C) basic module D) root module 3. The purpose of a NgModule is to declare each thing you create in Angular, and group them together (like Java packages or PHP / C# namespaces). A) True B) False 4. Using . . . . . modules makes Angular applications easier to ma...

Conjunction Worksheet

Practice English Grammar Conjunctions with the below Conjunction worksheet. Apart from this Conjunction worksheet, you can also go through other Conjunction exercises: Conjunction exercise 1 , Conjunction exercise 2 . Co-ordinating Conjunctions A conjunction placed between words, phrases, clauses, or sentences of equal rank, e.g. and, but, or. [ Via ] Correlative Conjunctions They get their name from the fact that they work together (co-) and relate one sentence element to another. Correlative conjunctions include pairs like "both/and," "whether/or," "either/or," "neither/nor," "not/but" and "not only/but also". [ Via ] For example He'd rather run to school than walking. Identify Co-ordinating Conjunctions: 1. Many women and children came to see the movie. 2. I wrote to him, but she did not respond. 3. Her condition became worse, so she was taken to nearby hospital. 4. We should hire a cab, otherwise we will n...