Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

fix: remove unnecessary components bundle #74

Merged
merged 1 commit into from
Jan 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/assets/plunker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.38/system.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js"></script>

<!-- Load Bundle from Asset Host -->
<script src="https://plnkr-test.firebaseapp.com/components.bundle.js?sha=bf44c16"></script>

<!-- Configure SystemJS -->
<script src="systemjs.config.js"></script>

Expand All @@ -25,7 +22,7 @@
<!-- Load the Angular Material 2 stylesheet -->
<link href="https://unpkg.com/@angular/material/core/theming/prebuilt/indigo-pink.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>body { font-family: Roboto,"Helvetica Neue",sans-serif; }</style>
<style>body { font-family: Roboto, Arial, sans-serif; }</style>
</head>

<body>
Expand Down