Socket
Socket
Sign inDemoInstall

@ionic/angular

Package Overview
Dependencies
Maintainers
13
Versions
3083
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/angular - npm Package Compare versions

Comparing version 0.0.2-2 to 0.0.2-3

6

dist/src/providers/alert-controller.js

@@ -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 {

2

dist/src/providers/alert-controller.metadata.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc