Revize 0d1b0550
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
frontend/src/app/app.module.ts | ||
---|---|---|
3 | 3 |
|
4 | 4 |
import { AppRoutingModule } from './app-routing.module'; |
5 | 5 |
import { AppComponent } from './app.component'; |
6 |
import {HttpClientModule} from '@angular/common/http'; |
|
6 |
import { MenuComponent } from './menu/menu.component'; |
|
7 |
import { EmployeesListComponent } from './employees-list/employees-list.component'; |
|
8 |
import { DashboardModule } from './dashboard/dashboard.module'; |
|
7 | 9 |
|
8 | 10 |
@NgModule({ |
9 | 11 |
declarations: [ |
10 |
AppComponent |
|
12 |
AppComponent, |
|
13 |
MenuComponent, |
|
14 |
EmployeesListComponent |
|
11 | 15 |
], |
12 | 16 |
imports: [ |
13 | 17 |
BrowserModule, |
14 | 18 |
AppRoutingModule, |
15 |
HttpClientModule
|
|
19 |
DashboardModule
|
|
16 | 20 |
], |
17 | 21 |
providers: [], |
18 | 22 |
bootstrap: [AppComponent] |
Také k dispozici: Unified diff
Re #7263 Static view for employer initialized
Re #7263 Day picker component implemented
Re #7263 Day picker component modified
Re #7253 Off days component implemented
Re #7263 User approval component implemented
Re #7263 Minor changes
Re #7263 Free days approval component implemented
Re #7263 Free days renamed to Off days
Re #7263 Created simple menu with a service and mock data
Re #7263 Implemented routing for dashboard and employee list
Re #7263 Added simple page for employee route
Re #7263 Off days approval component modified
Re #7263 Days off info component modified
Re #7263 Oncoming days off component implemented
Re #7263 Employer dashboard component implemented
Re #7263 Basic employer's dashboard completed
Re #7263 Menu items correctly displayed when selected
Re #7263 Changed click behavior in menu list
Re #7263 Removed information about remaining sick days