Revize 5b862e59
Přidáno uživatelem Hung Hoang před asi 6 roky(ů)
frontend/src/app/app.module.ts | ||
---|---|---|
4 | 4 |
import { AppRoutingModule } from './app-routing.module'; |
5 | 5 |
import { AppComponent } from './app.component'; |
6 | 6 |
import {HttpClientModule} from '@angular/common/http'; |
7 |
import { MenuComponent } from './menu/menu.component'; |
|
7 | 8 |
|
8 | 9 |
@NgModule({ |
9 | 10 |
declarations: [ |
10 |
AppComponent |
|
11 |
AppComponent, |
|
12 |
MenuComponent |
|
11 | 13 |
], |
12 | 14 |
imports: [ |
13 | 15 |
BrowserModule, |
Také k dispozici: Unified diff
Re #7263 Created simple menu with a service and mock data