The Sections of the NgModule File
Let's explore the purpose of each array in the 'NgModule' file.
Arrays in @NgModule
When the Angular CLI creates a new application, it generates a single NgModule
file for us. This file is always called app.module.ts
and looks like this:
Get hands-on with 1400+ tech skills courses.