Project

General

Profile

« Previous | Next » 

Revision 58238

[Library | Landing-redesign]: Merge from trunk

View differences:

citeThis.module.ts
3 3
import { FormsModule }         from '@angular/forms';
4 4

  
5 5
 import {CiteThisComponent} from './citeThis.component';
6
import {MatSelectModule} from "@angular/material";
6 7

  
7 8
@NgModule({
8 9
  imports: [
9 10

  
10
    CommonModule, FormsModule
11
    CommonModule, FormsModule, MatSelectModule
11 12
   ],
12 13
  declarations: [
13 14
     CiteThisComponent

Also available in: Unified diff