Angular 2 Jquery Plugin - Issue when navigate away then back to page
问题 I am using the Seriously plugin to display html video onto a canvas element. This works fine for the first visit to the page but when you navigate back the videos all disappear. there is no console errors at all import {Component, ViewChild, ElementRef, OnInit, } from '@angular/core'; import {Observable} from 'rxjs/Observable'; import {RouteTree, CanDeactivate, ROUTER_DIRECTIVES } from '@angular/router'; declare let jQuery: any; declare let Seriously: any; declare let seriously: any; declare