X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fapp.module.ts;h=c66df3ca6618e7fc15c2c44af9f3726562a8dce8;hb=bf2c0b48e2a1a30943716a66b72ae0f1e9de2d6f;hp=c84535da2c4f3816ea97ec0765d7f2d7bd89af00;hpb=5d4f4588a5945ef3907443b148cc69f2ccbd627a;p=examples%2Fangular-tour-of-heroes diff --git a/src/app/app.module.ts b/src/app/app.module.ts index c84535d..c66df3c 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -1,5 +1,6 @@ import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; +import { AppRoutingModule } from './app-routing.module'; import { FormsModule } from '@angular/forms'; import { AppComponent } from './app.component'; @@ -16,6 +17,7 @@ import { MessagesComponent } from './messages/messages.component'; ], imports: [ BrowserModule, + AppRoutingModule, FormsModule ], providers: [],