瀏覽代碼

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",