mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update to latest stencil
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* auto-generated angular directive proxies */
|
||||
/* tslint:disable */
|
||||
import { Directive, ElementRef, EventEmitter } from '@angular/core';
|
||||
import { StencilComponents } from '@ionic/core';
|
||||
|
||||
export function proxyInputs(instance: any, el: ElementRef, props: string[]) {
|
||||
props.forEach(propName => {
|
||||
|
||||
@@ -14,6 +14,7 @@ exports.config.globalScript = '../core/src/global/ionic-global.ts';
|
||||
exports.config.outputTargets = [
|
||||
{
|
||||
type: 'angular',
|
||||
componentCorePackage: '@ionic/core',
|
||||
directivesProxyFile: 'src/directives/proxies.ts',
|
||||
directivesArrayFile: 'src/directives/proxies-list.txt',
|
||||
empty: false,
|
||||
|
||||
Reference in New Issue
Block a user