Project

General

Profile

« Previous | Next » 

Revision 55964

[Library|Trunk]

Merge into trunk branch angular7 rev 55729

View differences:

cookie-law.component.ts
14 14
  Input,
15 15
  Output,
16 16
  EventEmitter,
17
  animate,
17
} from '@angular/core';
18
import {  animate,
18 19
  state,
19 20
  trigger,
20 21
  style,
21 22
  transition,
22
  AnimationTransitionEvent,
23
} from '@angular/core';
24

  
23
  AnimationEvent
24
} from '@angular/animations';
25 25
import {
26 26
  DomSanitizer,
27 27
  SafeHtml,
......
129 129
    }
130 130
  }
131 131

  
132
  afterDismissAnimation(evt: AnimationTransitionEvent) {
132
  afterDismissAnimation(evt: AnimationEvent) {
133 133
    if (evt.toState === 'topOut' ||
134 134
        evt.toState === 'bottomOut') {
135 135
      this.isSeen = true;

Also available in: Unified diff