Project

General

Profile

« Previous | Next » 

Revision 57697

[Monitor Dashboard]: 1. Change inputs to materials. 2. Add fonts. 3. Add uikit.js on index 4. Add reorder functionality on indicators. 5. Fix height of header to 70px

View differences:

input.module.ts
3 3
import {FocusDirective} from "./focus.directive";
4 4
import {InputComponent} from "./input.component";
5 5
import {SharedModule} from "../../../shared/shared.module";
6
import {MatFormFieldModule} from "@angular/material/form-field";
7
import {MatInputModule} from "@angular/material/input";
8
import {MatSelectModule} from "@angular/material/select";
6 9

  
7 10
@NgModule({
8 11
  imports: [
9 12
    CommonModule,
10 13
    SharedModule,
14
    MatFormFieldModule,
15
    MatInputModule,
16
    MatSelectModule,
11 17
  ],
12 18
  exports: [
13 19
    InputComponent

Also available in: Unified diff