File

src/app/window.service.ts

Constructor

constructor()

Accessors

windowRef
getwindowRef()
import { Injectable } from '@angular/core';

@Injectable()
export class WindowService {
    get windowRef() {
        return window;
    }
    constructor() {}
}

results matching ""

    No results matching ""