adding import of app routing module

Solutions on MaxInterview for adding import of app routing module by the best coders in the world

showing results for - "adding import of app routing module"
Ida
28 Nov 2018
1....import { NgModule } from '@angular/core';import { FormsModule } from '@angular/forms';....  imports: [    BrowserModule,    AppRoutingModule,    FormsModule  ],....