adding import of app routing module

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
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  ],....