GITLAB

SourceCode / smartzone-home

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • smartzone-home
  • src
  • app
  • layout
  • layout.component.ts
  • 4f6e1685   อัพกริด ใช้ toFixed Browse Code »
    trainee
    2018-07-03 18:07:28 +0700  
layout.component.ts 270 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import { Component, OnInit } from '@angular/core';

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

  constructor() { }

  ngOnInit() {
  }

}