chore(angular): update build for new stencil config

This commit is contained in:
mhartington
2018-08-01 10:54:23 -04:00
parent be4eda57ff
commit 4e6616cf9b
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ function buildIonicAngular() {
const args = [
'build',
'--config',
path.join(__dirname, '..', 'stencil.config.js'),
path.join(__dirname, '..', 'stencil.config.ts'),
...process.argv.slice(2)
];

View File

@@ -1,4 +1,4 @@
import { Attribute, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, Directive, ElementRef, EventEmitter, Injector, OnDestroy, OnInit, Optional, Output, ViewContainerRef } from '@angular/core';
import { Attribute, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, Directive, ElementRef, EventEmitter, Injector, Input, OnDestroy, OnInit, Optional, Output, ViewContainerRef } from '@angular/core';
import { ActivatedRoute, ChildrenOutletContexts, PRIMARY_OUTLET, Router } from '@angular/router';
import { StackController } from './router-controller';
import { NavController } from '../../providers/nav-controller';