코드 블럭
일번부모2017. 11. 17. 18:05
테이블제목1 제목2 제목3 내용1 내용2 내용3 내용내용 내용내용 내용내용 일반 코드 npm install -g grunt-cli gulp # or yarn add import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-heroes', templateUrl: './heroes.component.html', styleUrls: ['./heroes.component.css'] }) export class HeroesComponent implements OnInit { constructor() { } ngOnInit() { } } class Student { fullName: string; constructor(public ..