-
anuglar+springAngular JS 2019. 1. 18. 23:341.Create normal Dynamic web project. 2.Add all dependancy required for spring or user maven pom.xml 3.Open CMD, navigate to angular2 application. Hit command 'npm install' and then 'ng build' or use 'ng build --prod' for production build. this command will create a “dist” folder, copy all files including all folders. 4. Paste those files and folders into 'WebContent' directory. 5. Last thing, you need to change basehref=”./” in index.html.
'Angular JS' 카테고리의 다른 글
한글 바인딩 해결 방법 (0) 2019.01.30 $log 서비스 주입 (0) 2019.01.29 tomcat7 angular4 depoly (0) 2018.11.27 FormData data and file Upload (0) 2018.11.26 angular js 예제 프로그램 모음 (0) 2017.05.28