소스 검색

Downgrade to Angular 2.2.1 since overriding components no longer needed

Matt Raible 7 년 전
부모
커밋
9a3a7fb87d
3개의 변경된 파일1879개의 추가작업 그리고 11개의 파일을 삭제
  1. 1868
    0
      .idea/workspace.xml
  2. 1
    1
      TUTORIAL.md
  3. 10
    10
      client/package.json

+ 1868
- 0
.idea/workspace.xml
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
TUTORIAL.md 파일 보기

@@ -819,7 +819,7 @@ To deploy the app to an iPhone, start by plugging your iOS device into your comp
819 819
 
820 820
 ```
821 821
 npm install -g ios-deploy ios-sim
822
-ionic build ios
822
+ionic build ios --prod
823 823
 cd platforms/ios/
824 824
 open ionic-auth.xcodeproj
825 825
 ```

+ 10
- 10
client/package.json 파일 보기

@@ -10,17 +10,17 @@
10 10
     "ionic:serve": "ionic-app-scripts serve"
11 11
   },
12 12
   "dependencies": {
13
-    "@angular/common": "2.3.1",
14
-    "@angular/compiler": "2.3.1",
15
-    "@angular/compiler-cli": "2.3.1",
16
-    "@angular/core": "2.3.1",
17
-    "@angular/forms": "2.3.1",
18
-    "@angular/http": "2.3.1",
19
-    "@angular/platform-browser": "2.3.1",
20
-    "@angular/platform-browser-dynamic": "2.3.1",
21
-    "@angular/platform-server": "2.3.1",
13
+    "@angular/common": "2.2.1",
14
+    "@angular/compiler": "2.2.1",
15
+    "@angular/compiler-cli": "2.2.1",
16
+    "@angular/core": "2.2.1",
17
+    "@angular/forms": "2.2.1",
18
+    "@angular/http": "2.2.1",
19
+    "@angular/platform-browser": "2.2.1",
20
+    "@angular/platform-browser-dynamic": "2.2.1",
21
+    "@angular/platform-server": "2.2.1",
22 22
     "@ionic/storage": "1.1.7",
23
-    "angular-stormpath": "^0.1.2",
23
+    "angular-stormpath": "^0.1.5",
24 24
     "ionic-angular": "2.0.0",
25 25
     "ionic-native": "2.4.1",
26 26
     "ionicons": "3.0.0",