Project

General

Profile

« Previous | Next » 

Revision 60187

[Library | Trunk]: Change b2note button position and change condition if b2note url propert exists

View differences:

annotation.module.ts
3 3
import {CommonModule} from "@angular/common";
4 4
import {DragDropModule} from "@angular/cdk/drag-drop";
5 5
import {RouterModule} from "@angular/router";
6
import {LoadingModule} from "../../utils/loading/loading.module";
6 7

  
7 8
@NgModule({
8
  imports: [CommonModule, DragDropModule, RouterModule],
9
  imports: [CommonModule, DragDropModule, RouterModule, LoadingModule],
9 10
    declarations: [AnnotationComponent],
10 11
    exports: [AnnotationComponent]
11 12
})

Also available in: Unified diff