0 votes
in Angular by

Which option shows the correct importation of the NGModule decorator?

1. import {NgModule} from '@angular/core';

2. import {NgModule-decorator} from '@angular/core';

3. import {NgModuleDecorator} from "@angular/core";

4. import {NgModule} == [@angular/core];

1 Answer

0 votes
by
Correct answer is :- import {NgModule} from '@angular/core';

Related questions

0 votes
asked Sep 22, 2023 in Angular by DavidAnderson
0 votes
asked Dec 13, 2023 in Angular by DavidAnderson
...