Socket
Socket
Sign inDemoInstall

angular2-google-map-auto-complete

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-google-map-auto-complete - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

app/app.component.js
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
* @author RAJAN G
*/

@@ -43,3 +41,3 @@ System.register(['angular2/core', '../directives/googleplace.directive'], function(exports_1, context_1) {

directives: [googleplace_directive_1.GoogleplaceDirective],
template: "\n <input type=\"text\" [(ngModel)] = \"address\" (setAddress) = \"getAddress($event)\" googleplace/>\n "
template: "\n\tType Location :\n <input type=\"text\" [(ngModel)] = \"address\" (setAddress) = \"getAddress($event)\" googleplace/>\n "
}),

@@ -46,0 +44,0 @@ __metadata('design:paramtypes', [])

@@ -12,2 +12,3 @@ /*

template: `
Type Location :
<input type="text" [(ngModel)] = "address" (setAddress) = "getAddress($event)" googleplace/>

@@ -14,0 +15,0 @@ `

{
"name": "angular2-google-map-auto-complete",
"version": "1.0.2",
"version": "1.0.3",
"description": "google map auto complete directive for angular2",

@@ -21,2 +21,8 @@ "main": "index.js",

},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10",
"typings":"^0.8.1"
},
"scripts": {

@@ -23,0 +29,0 @@ "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",

Angular2
=========
##Sample
![google-search](https://cloud.githubusercontent.com/assets/13415700/16227016/e4ea3010-37cb-11e6-94ea-0d39b4650290.png)

@@ -4,0 +6,0 @@ The sources for this package are in (https://github.com/rajan-g/angular2-google-place-autocomplete) repo. Please file issues and pull requests against that repo.

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