Skip to content

Commit

Permalink
showcase: update/fix stackblitz demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Oct 9, 2018
1 parent 32c6b97 commit b4719f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,18 @@ margin: 0;
template: 'angular-cli',
dependencies: {
tslib: '*',
'mapbox-gl': '0.45.0',
'ngx-mapbox-gl': '2.0.0-beta.0',
'mapbox-gl': '*',
'ngx-mapbox-gl': '*',
'@angular/cdk': '*',
'@angular/material': '*',
'@angular/animations': '*',
'@angular/forms': '*',
'url': '*',
'querystring': '*',
'events': '*',
'@types/mapbox-gl': '*',
'@types/supercluster': '*'
'@types/supercluster': '*',
'@types/geojson': '*'
}
};
await this.zone.runOutsideAngular(async () => {
Expand Down
2 changes: 2 additions & 0 deletions projects/showcase/src/assets/stackblitz-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
MatPaginatorModule
} from '@angular/material';
import { BrowserModule } from '@angular/platform-browser';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { NgxMapboxGLModule } from 'ngx-mapbox-gl';
import * as demo from './demo';
Expand All @@ -25,6 +26,7 @@ const demoArray = Object.values(demo);
@NgModule({
imports: [
BrowserModule,
BrowserAnimationsModule,
FormsModule,
MatRadioModule,
MatButtonToggleModule,
Expand Down

0 comments on commit b4719f5

Please sign in to comment.