Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Ajit Thakor / bo-livebillionbet-ui

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • bo-livebillionbet-ui
  • src
  • app
  • components
  • session
  • error
  • error.component.ts
  • Ajit Thakor's avatar
    initial commit · eb652b32
    Ajit Thakor committed May 24, 2019
    eb652b32
error.component.ts 266 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-error',
  templateUrl: './error.component.html',
  styleUrls: ['./error.component.scss']
})
export class ErrorComponent implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}