Fall in IT.

Ionic 3에서 Moment.js 사용방법 본문

프레임워크/Ionic Framework

Ionic 3에서 Moment.js 사용방법

D.Y 2017. 11. 27. 16:57


안녕하세요.


오늘은 Ionic Framework 3에서 Moment.js 사용방법에 대해서 알아보도록 하겠습니다.




Ionic 3에서 Moment.js 사용방법

  • moment.js 설치
    https://momentjs.com/
    - $ npm install moment --save 
  • node_modules에 moment 폴더가 생긴 것을 확인할 수 있습니다.
  • 사용하고자 하는 컴포넌트의 ts(typescript) 파일에 import 합니다.
    - ex. import * as moment from 'moment';


모두 즐거운 코딩하세요~



Comments