Question from the Angular 4 (legacy) test

Create a new module that uses CommonModule.

Expert

What does :

import {NgModule} from '@angular/core';
import {CommonModule} from '@angular/common';

@NgModule({
    imports: [
        CommonModule
    ],
    declarations: []
})
export class DataModule {
}
Author: Mathieu RobinStatus: PublishedQuestion passed 447 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!