Language/Angular (2) 썸네일형 리스트형 우분투 16.04 Mysql, Express, Angular& node js를 npm페키지로 초간단 간단셋팅 #ANGULAR CLI 설치 npm install -g @angular/cli # NG 명령어로 앵귤러 프로젝트 폴더생성 ng new ngApp --routing # 프로젝트 폴더로 가서 NG SERVER 명령어로 서버가동 cd ngApp ng serve # EXPRESS와 연동해주기 위해서 NG BUILD 명령어로 배포 준비 ng build (dist 폴더와 build된 파일들이 생성됨) # Express 패키지와 미들웨어인 body-parser , db페키지를 다운로드 한다 npm install --save express body-parser mysql #ngApp 폴더 안에 server.js 파일을 만들고 express 서버 소스 작성 server.js var express = require('ex.. How to create a Drag and Drop file directive in angular2 with angular-cli [Part 1] [출처] https://scotch.io/@minrock/how-to-create-a-drag-and-drop-file-directive-in-angular2-with-angular-cli-part-1[출처] https://scotch.io/@minrock/how-to-create-a-drag-and-drop-file-directive-in-angular2-with-angular-cli-part-1IntroductionHi everyone, in this post we will build a Dran and drop directive with angular from a angular-cli scratch project.Firts of all, we need to install angular-cli on .. 이전 1 다음