[Angular] 앵귤러 Component 실습 :: 마이자몽
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
import { BrowserModule } from '@angular/platform-browser' ; import { NgModule } from '@angular/core' ; import { AppComponent } from './app.component' ; @ NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule ], providers: [], bootstrap: [AppComponent] }) export class AppModule { }
from http://myjamong.tistory.com/27 by ccl(A) rewrite - 2020-03-06 22:20:54
댓글
댓글 쓰기