Skip to content

Instantly share code, notes, and snippets.

View rohittagadiya's full-sized avatar
🎯
Focusing

Rohit T rohittagadiya

🎯
Focusing
View GitHub Profile
@rohittagadiya
rohittagadiya / home.component.ts
Last active August 16, 2021 17:02
Initialize fastspring popup
import { HostListener } from '@angular/core';
import { Component, OnInit } from '@angular/core';
declare var fastspring: any;
@Component({
selector: 'app-home',
templateUrl: './home.component.html',
styleUrls: ['./home.component.css']
})