Skip to content

Instantly share code, notes, and snippets.

@irrationnelle
Created January 21, 2019 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save irrationnelle/799ffcb02ec1bc667a3430a3dbc81905 to your computer and use it in GitHub Desktop.
Save irrationnelle/799ffcb02ec1bc667a3430a3dbc81905 to your computer and use it in GitHub Desktop.
import { Component, OnInit } from "@angular/core";
@Component({
selector: "browser-check",
templateUrl: "./browser-check.component.html",
styleUrls: ["./browser-check.component.scss"]
})
export class BrowserCheckComponent implements OnInit {
constructor() {}
ngOnInit() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment