\n \n
\n Basic Button<\/button>\n\n Slide Toggle<\/mat-slide-toggle>\n <\/p>\n \n \n Version: {{version.full}}<\/p>\n \n<\/div>\n\n","pathname":"app.component.html","type":"file"},{"content":"\/** Add Transpiler for Typescript *\/\nSystem.config({\n transpiler: 'typescript',\n typescriptOptions: {\n emitDecoratorMetadata: true\n },\n packages: {\n '.': {\n defaultExtension: 'ts'\n },\n 'vendor': {\n defaultExtension: 'js'\n }\n }\n});\n\nSystem.config({\n map: {\n 'main': 'main.js',\n \n \/\/ Angular specific mappings.\n '@angular\/core': 'https:\/\/unpkg.com\/@angular\/core\/bundles\/core.umd.js',\n '@angular\/common': 'https:\/\/unpkg.com\/@angular\/common\/bundles\/common.umd.js',\n '@angular\/common\/http': 'https:\/\/unpkg.com\/@angular\/common\/bundles\/common-http.umd.js',\n '@angular\/compiler': 'https:\/\/unpkg.com\/@angular\/compiler\/bundles\/compiler.umd.js',\n '@angular\/animations': \"https:\/\/unpkg.com\/@angular\/animations\/bundles\/animations.umd.js\",\n '@angular\/animations\/browser': 'https:\/\/unpkg.com\/@angular\/animations\/bundles\/animations-browser.umd.js',\n '@angular\/http': 'https:\/\/unpkg.com\/@angular\/http\/bundles\/http.umd.js',\n '@angular\/forms': 'https:\/\/unpkg.com\/@angular\/forms\/bundles\/forms.umd.js',\n '@angular\/router': 'https:\/\/unpkg.com\/@angular\/router\/bundles\/router.umd.js',\n '@angular\/platform-browser': 'https:\/\/unpkg.com\/@angular\/platform-browser\/bundles\/platform-browser.umd.js',\n '@angular\/platform-browser\/animations': 'https:\/\/unpkg.com\/@angular\/platform-browser\/bundles\/platform-browser-animations.umd.js',\n '@angular\/platform-browser-dynamic': 'https:\/\/unpkg.com\/@angular\/platform-browser-dynamic\/bundles\/platform-browser-dynamic.umd.js',\n \n '@angular\/material': 'https:\/\/rawgit.com\/angular\/material2-builds\/master\/bundles\/material.umd.js',\n '@angular\/cdk': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk.umd.js',\n\n \/\/ CDK Secondary entry points\n '@angular\/cdk\/a11y': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-a11y.umd.js',\n '@angular\/cdk\/accordion': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-accordion.umd.js',\n '@angular\/cdk\/bidi': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-bidi.umd.js',\n '@angular\/cdk\/coercion': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-coercion.umd.js',\n '@angular\/cdk\/keycodes': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-keycodes.umd.js',\n '@angular\/cdk\/observers': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-observers.umd.js',\n '@angular\/cdk\/platform': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-platform.umd.js',\n '@angular\/cdk\/portal': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-portal.umd.js',\n '@angular\/cdk\/rxjs': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-rxjs.umd.js',\n '@angular\/cdk\/table': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-table.umd.js',\n '@angular\/cdk\/testing': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-testing.umd.js',\n '@angular\/cdk\/overlay': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-overlay.umd.js',\n '@angular\/cdk\/scrolling': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-scrolling.umd.js',\n '@angular\/cdk\/collections': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-collections.umd.js',\n '@angular\/cdk\/stepper': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-stepper.umd.js',\n '@angular\/cdk\/layout': 'https:\/\/rawgit.com\/angular\/cdk-builds\/master\/bundles\/cdk-layout.umd.js',\n\n \/\/ Third party libraries\n 'tslib': 'https:\/\/unpkg.com\/[email protected] ',\n 'rxjs': 'https:\/\/unpkg.com\/[email protected] ',\n },\n packages: {\n \/\/ Thirdparty barrels.\n 'rxjs': { main: 'index' },\n 'rxjs\/operators': {main: 'index'},\n }\n});\n\n\/*\n Copyright 2017 Google LLC. All Rights Reserved.\n Use of this source code is governed by an MIT-style license that\n can be found in the LICENSE file at http:\/\/angular.io\/license\n *\/","pathname":"systemjs.config.js","type":"file"},{"content":"import {platformBrowserDynamic} from '@angular\/platform-browser-dynamic';\nimport {BrowserModule} from '@angular\/platform-browser';\nimport {BrowserAnimationsModule} from '@angular\/platform-browser\/animations';\nimport {NgModule} from '@angular\/core';\nimport {CommonModule} from '@angular\/common';\nimport {HttpClientModule} from '@angular\/common\/http';\nimport {AppComponent} from '.\/app.component';\nimport {CdkTableModule} from '@angular\/cdk\/table'\nimport {OverlayModule} from '@angular\/cdk\/overlay';\nimport {\n MatAutocompleteModule,\n MatButtonModule,\n MatButtonToggleModule,\n MatCardModule,\n MatCheckboxModule,\n MatChipsModule,\n MatDatepickerModule,\n MatDialogModule,\n MatExpansionModule,\n MatGridListModule,\n MatIconModule,\n MatInputModule,\n MatListModule,\n MatMenuModule,\n MatNativeDateModule,\n MatProgressBarModule,\n MatProgressSpinnerModule,\n MatRadioModule,\n MatRippleModule,\n MatSelectModule,\n MatSidenavModule,\n MatSliderModule,\n MatSlideToggleModule,\n MatSnackBarModule,\n MatTabsModule,\n MatToolbarModule,\n MatTooltipModule,\n MatSortModule,\n MatPaginatorModule\n} from '@angular\/material';\n\n\/**\n * NgModule that includes all Material modules that are required to serve \n * the Plunker.\n *\/\n@NgModule({\n exports: [\n \/\/ CDk\n CdkTableModule,\n OverlayModule,\n \n \/\/ Material\n MatAutocompleteModule,\n MatButtonModule,\n MatButtonToggleModule,\n MatCardModule,\n MatCheckboxModule,\n MatChipsModule,\n MatDatepickerModule,\n MatDialogModule,\n MatExpansionModule,\n MatGridListModule,\n MatIconModule,\n MatInputModule,\n MatListModule,\n MatMenuModule,\n MatProgressBarModule,\n MatProgressSpinnerModule,\n MatRadioModule,\n MatRippleModule,\n MatSelectModule,\n MatSidenavModule,\n MatSlideToggleModule,\n MatSliderModule,\n MatSnackBarModule,\n MatTabsModule,\n MatToolbarModule,\n MatTooltipModule,\n \n MatNativeDateModule,\n MatSortModule,\n MatPaginatorModule\n ]\n})\nexport class PlunkerMaterialModule {}\n\n@NgModule({\n\n imports: [\n BrowserModule,\n CommonModule,\n HttpClientModule,\n PlunkerMaterialModule,\n BrowserAnimationsModule\n ],\n\n declarations: [AppComponent],\n bootstrap: [AppComponent],\n providers: []\n})\nexport class PlunkerAppModule {}\n\nplatformBrowserDynamic().bootstrapModule(PlunkerAppModule);\n\n\/*\n Copyright 2017 Google LLC. All Rights Reserved.\n Use of this source code is governed by an MIT-style license that\n can be found in the LICENSE file at http:\/\/angular.io\/license\n *\/","pathname":"main.ts","type":"file"}],"fork_of":"j522n0TLBBCG0djT2pPD","forks_count":193,"private":false,"readme":"","stars_count":3,"template":false,"token":"btBdgHoZDzagwmxt","user":{"id":"56a2950e36be803232f8ab5f","created_at":"2017-10-03T14:43:04.368Z","updated_at":"2017-10-03T14:43:04.368Z","username":"josephperrott","name":"josephperrott","description":"","picture_url":"https:\/\/www.gravatar.com\/avatar\/10864441?f=y&d=retro","company":"","website_url":"","location":""},"views_count":44730}}
Plunker is loading…
No files were harmed in the making of this website.