chore(dependencies): update lock file for angular demo

This commit is contained in:
Dan Bucholtz
2017-11-22 10:12:42 -06:00
parent 4625783733
commit 1530c9085d
2 changed files with 9 additions and 8 deletions

View File

@ -4,6 +4,7 @@ import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { AppRoutingModule } from './app-routing.module';
import { AlertController } from '@ionic/angular';
@NgModule({
declarations: [AppComponent],
@ -12,7 +13,7 @@ import { AppRoutingModule } from './app-routing.module';
BrowserModule,
],
providers: [
// AlertController
AlertController
],
bootstrap: [AppComponent],
schemas: [CUSTOM_ELEMENTS_SCHEMA]