일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
- Java
- html
- Apache Lucene
- C#
- 웹뷰
- SpringSource Tool Suite
- TextBox
- varags
- MS-SQL
- Redirect
- Maven
- 안드로이드
- decompiler
- jsp
- 자바
- Android
- Web Service
- MANTIS
- 자바스크립트
- 이클립스
- STS
- Eclipse
- WebView
- scrollView
- 컬럼명
- javascript
- Bootstrap
- 웹 서비스
- asp.net
- MSsql
- Today
- Total
목록2021/04 (2)
bboks.net™
1. 프로젝트 생성 ionic start fontawsome-tutorial blank --type=angular 2. fontawsome 라이브러리 설치 npm i @fortawesome/angular-fontawesome npm i @fortawesome/fontawesome-svg-core npm i @fortawesome/free-solid-svg-icons npm i @fortawesome/free-regular-svg-icons npm i @fortawesome/free-brands-svg-icons 3. app.module.ts 수정 library import import { FontAwesomeModule, FaIconLibrary } from '@fortawesome/angular-fon..
1. 프로젝트 생성 ionic start ngBootstrapApp blank --type=angular 2. ng-bootstrap 설치 npm i @ng-bootstrap/ng-bootstrap --save 3. bootstrap css 설치 npm install bootstrap 4. angular 9.0.0 및 ng-bootstrp 6.0.0 이상을 사용할 경우 @angular/localize polyfill 설치 ng add @angular/localize 5. 예의상 npm install 6. global.scss에 bootstrap import @import "~bootstrap/scss/bootstrap"; 7. app.module.ts에 NgbModule import @NgModule({..