~miyatomo38/bpdoc/trunk-1

« back to all changes in this revision

Viewing changes to src/app/presantation/bp-object/bp-object.component.ts

  • Committer: miyatomo38
  • Date: 2020-08-27 15:08:49 UTC
  • Revision ID: t.miya19890131@gmail.com-20200827150849-bdpk39uqf5dyddos
v1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import { Component, OnInit } from '@angular/core';
 
2
 
 
3
// FIXME:いらんかったら消す
 
4
@Component({
 
5
  selector: 'app-bp-object',
 
6
  templateUrl: './bp-object.component.html',
 
7
  styleUrls: ['./bp-object.component.css']
 
8
})
 
9
export class BpObjectComponent implements OnInit {
 
10
 
 
11
  constructor() { }
 
12
 
 
13
  ngOnInit() {
 
14
  }
 
15
 
 
16
}