Metadata is a way of processing the class.
A class will be a class unless we tell Angular that is a Component, Service etc.
Decorators that mark their type and provide the metadata that tells Angular how to use them. — @NgModule({
declarations: [
AppComponent
],
imports: [
NgbModule,
ReactiveFormsModule
],
providers: [],
bootstrap: [AppComponent]
})