You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/angular-material-extensions/google-maps-autocomplete/src/lib/component/mat-search-google-maps-autocomplete/mat-search-google-maps-autocomplete.component.ts
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ export class MatSearchGoogleMapsAutocompleteComponent implements OnInit, Control
102
102
setvalue(value: GermanAddress){
103
103
this._value=value;
104
104
this.propagateChange(this.value);
105
-
console.log('setValue',this._value);
105
+
// console.log('setValue', this._value);
106
106
}
107
107
108
108
ngOnInit(){
@@ -128,8 +128,6 @@ export class MatSearchGoogleMapsAutocompleteComponent implements OnInit, Control
Copy file name to clipboardExpand all lines: projects/angular-material-extensions/google-maps-autocomplete/src/lib/directives/mat-google-maps-autocomplete.directive.ts
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,6 @@ export class MatGoogleMapsAutocompleteDirective implements OnInit, ControlValueA
95
95
}
96
96
97
97
ngOnInit(): void{
98
-
console.log('ngOnInit');
99
98
if(isPlatformBrowser(this.platformId)){
100
99
constoptions: AutocompleteOptions={
101
100
// types: ['address'],
@@ -113,18 +112,12 @@ export class MatGoogleMapsAutocompleteDirective implements OnInit, ControlValueA
0 commit comments