1
안녕에 플러그인을 추가하는 방법 I가 내가이 plunker에 각 2 플렉스 레이아웃 (아래 링크)을 추가 할이온 2 Plunker
Ionic 2 Environment 이온 2의 다음 Plunker 그래서 I home.html에서 액세스 할 수 있습니다. 나는 이것에 대해 어떻게 갈 것인가? 사전에
많은 감사합니다.
이<head>
<script src="https://code.angularjs.org/tools/system.js"></script>
<script src="https://code.angularjs.org/tools/typescript.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.15/angular2-polyfills.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.15/angular2.dev.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.15/router.dev.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.15/http.dev.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.15/Rx.js"></script>
<script src="config.js"></script>
<script src="https://npmcdn.com/[email protected]/bundles/ionic.system.js"></script>
<link href="https://npmcdn.com/[email protected]/bundles/ionic.ios.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- this Ionic's root component and where the app will load -->
<ion-app></ion-app>
<script>
System.import('app.ts')
</script>
</body>
</html>