Notice
                              
                          
                        
                          
                          
                            Recent Posts
                            
                        
                          
                          
                            Recent Comments
                            
                        
                          
                          
                            Link
                            
                        
                    | 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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 | 
                            Tags
                            
                        
                          
                          - 웹 서비스
 - asp.net
 - Bootstrap
 - Apache Lucene
 - MS-SQL
 - decompiler
 - scrollView
 - 이클립스
 - TextBox
 - 자바
 - WebView
 - Eclipse
 - Web Service
 - html
 - Android
 - 컬럼명
 - 자바스크립트
 - 안드로이드
 - jsp
 - Java
 - javascript
 - MSsql
 - MANTIS
 - Redirect
 - 웹뷰
 - STS
 - varags
 - Maven
 - SpringSource Tool Suite
 - C#
 
                            Archives
                            
                        
                          
                          - Today
 
- Total
 
bboks.net™
Angular schematics skip test option 본문
{
  ...
  
  "projects": {
    "SkipTestsFromStart": {
      "projectType": "application",
      "schematics": {
        "@schematics/angular:component": {
          "style": "scss",
          "skipTests": true
        },
        "@schematics/angular:class": {
          "skipTests": true
        },
        "@schematics/angular:directive": {
          "skipTests": true
        },
        "@schematics/angular:guard": {
          "skipTests": true
        },
        "@schematics/angular:module": {
          "skipTests": true
        },
        "@schematics/angular:pipe": {
          "skipTests": true
        },
        "@schematics/angular:service": {
          "skipTests": true
        }
      }
	  
	 ...
}
참고