embedded Twitter widget on Angular 2+ app only shows up on the first page load
My app works perfectly if I copy exactly the built-in function from Twitter docs ( https://dev.twitter.com/web/javascript/loading ) into ngAfterViewInit function, but when I switch the route, the widget disappears also. Here is the code to work only for the first page load: import { Component, OnInit, OnDestroy, AfterViewInit } from '@angular/core'; import { Router, NavigationEnd, ActivatedRoute, ParamMap, Params } from '@angular/router'; import { Observable, Subscription } from 'rxjs/Rx'; export class ProjectDetailComponent implements OnInit, OnDestroy, AfterViewInit { constructor( private