@ionic/angular
Advanced tools
Comparing version 0.0.2-2 to 0.0.2-3
@@ -0,1 +1,2 @@ | ||
import { Injectable } from '@angular/core'; | ||
import { ensureElementInBody, hydrateElement } from '../util/util'; | ||
@@ -8,2 +9,7 @@ let alertId = 0; | ||
} | ||
AlertController.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
AlertController.ctorParameters = () => []; | ||
export function getAlertProxy(opts) { | ||
@@ -10,0 +16,0 @@ return { |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":4,"metadata":{"AlertController":{"__symbolic":"class","members":{"create":[{"__symbolic":"method"}]}},"getAlertProxy":{"__symbolic":"function","parameters":["opts"],"value":{"__symbolic":"error","message":"Expression form not supported","line":13,"character":8}},"present":{"__symbolic":"function","parameters":["alertProxy"],"value":{"__symbolic":"error","message":"Function call not supported","line":22,"character":43}},"dismiss":{"__symbolic":"function","parameters":["alertProxy"],"value":{"__symbolic":"error","message":"Function call not supported","line":30,"character":43}},"loadOverlay":{"__symbolic":"function"},"AlertProxy":{"__symbolic":"interface"},"AlertProxyInternal":{"__symbolic":"interface"},"PRESENTING":1,"DISMISSING":2}}] | ||
[{"__symbolic":"module","version":4,"metadata":{"AlertController":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"create":[{"__symbolic":"method"}]}},"getAlertProxy":{"__symbolic":"function","parameters":["opts"],"value":{"__symbolic":"error","message":"Expression form not supported","line":16,"character":8}},"present":{"__symbolic":"function","parameters":["alertProxy"],"value":{"__symbolic":"error","message":"Function call not supported","line":25,"character":43}},"dismiss":{"__symbolic":"function","parameters":["alertProxy"],"value":{"__symbolic":"error","message":"Function call not supported","line":33,"character":43}},"loadOverlay":{"__symbolic":"function"},"AlertProxy":{"__symbolic":"interface"},"AlertProxyInternal":{"__symbolic":"interface"},"PRESENTING":1,"DISMISSING":2}}] |
@@ -0,1 +1,2 @@ | ||
import { Injectable } from '@angular/core'; | ||
export class App { | ||
@@ -33,2 +34,9 @@ constructor(element) { | ||
} | ||
App.decorators = [ | ||
{ type: Injectable }, | ||
]; | ||
/** @nocollapse */ | ||
App.ctorParameters = () => [ | ||
{ type: HTMLIonAppElement, }, | ||
]; | ||
//# sourceMappingURL=app.js.map |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":4,"metadata":{"App":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":5,"character":31,"context":{"typeName":"HTMLIonAppElement"}}]}],"setTitle":[{"__symbolic":"method"}],"isScrolling":[{"__symbolic":"method"}],"getRootNavs":[{"__symbolic":"method"}],"getActiveNavs":[{"__symbolic":"method"}],"getNavByIdOrName":[{"__symbolic":"method"}]}}}}] | ||
[{"__symbolic":"module","version":4,"metadata":{"App":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable"}}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":7,"character":31,"context":{"typeName":"HTMLIonAppElement"}}]}],"setTitle":[{"__symbolic":"method"}],"isScrolling":[{"__symbolic":"method"}],"getRootNavs":[{"__symbolic":"method"}],"getActiveNavs":[{"__symbolic":"method"}],"getNavByIdOrName":[{"__symbolic":"method"}]}}}}] |
@@ -1,1 +0,1 @@ | ||
[{"__symbolic":"module","version":4,"metadata":{"NavController":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":4,"character":30,"context":{"typeName":"HTMLIonNavElement"}}]}],"push":[{"__symbolic":"method"}],"pop":[{"__symbolic":"method"}],"setRoot":[{"__symbolic":"method"}],"insert":[{"__symbolic":"method"}],"insertPages":[{"__symbolic":"method"}],"popToRoot":[{"__symbolic":"method"}],"popTo":[{"__symbolic":"method"}],"removeIndex":[{"__symbolic":"method"}],"removeView":[{"__symbolic":"method"}],"setPages":[{"__symbolic":"method"}],"getActive":[{"__symbolic":"method"}],"getPrevious":[{"__symbolic":"method"}],"canGoBack":[{"__symbolic":"method"}],"canSwipeBack":[{"__symbolic":"method"}],"getFirstView":[{"__symbolic":"method"}]}}}}] | ||
[{"__symbolic":"module","version":4,"metadata":{"NavController":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"error","message":"Could not resolve type","line":5,"character":30,"context":{"typeName":"HTMLIonNavElement"}}]}],"push":[{"__symbolic":"method"}],"pop":[{"__symbolic":"method"}],"setRoot":[{"__symbolic":"method"}],"insert":[{"__symbolic":"method"}],"insertPages":[{"__symbolic":"method"}],"popToRoot":[{"__symbolic":"method"}],"popTo":[{"__symbolic":"method"}],"removeIndex":[{"__symbolic":"method"}],"removeView":[{"__symbolic":"method"}],"setPages":[{"__symbolic":"method"}],"getActive":[{"__symbolic":"method"}],"getPrevious":[{"__symbolic":"method"}],"canGoBack":[{"__symbolic":"method"}],"canSwipeBack":[{"__symbolic":"method"}],"getFirstView":[{"__symbolic":"method"}]}}}}] |
{ | ||
"name": "@ionic/angular", | ||
"version": "0.0.2-2", | ||
"version": "0.0.2-3", | ||
"description": "Angular specific wrappers for @ionic/core", | ||
@@ -45,9 +45,9 @@ "keywords": [ | ||
"@ionic/core": "next", | ||
"@stencil/core": "0.0.7", | ||
"@stencil/core": "next", | ||
"glob": "7.1.2", | ||
"ionicons": "~3.0.0", | ||
"rxjs": "5.5.2", | ||
"typescript": "~2.4.2", | ||
"typescript": "~2.5.2", | ||
"zone.js": "0.8.18" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31068
389
0