Skip to content

Commit

Permalink
fix(project): removed agm core logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Nahas committed Mar 14, 2024
1 parent 0b3dafc commit 2d3a536
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {MatValidateAddressDirective} from './directives/address-validator/mat-ad
import {MatGoogleMapsAutocompleteComponent, MatSearchGoogleMapsAutocompleteComponent} from './component';
import {MatInputModule} from '@angular/material/input';
import {ApiKeyToken} from "./tokens";
import {ScriptLoaderService} from "./services/script-loader.service";


@NgModule({
Expand All @@ -25,7 +26,7 @@ import {ApiKeyToken} from "./tokens";
MatGoogleMapsAutocompleteComponent,
MatGoogleMapsAutocompleteDirective,
MatValidateAddressDirective,
MatSearchGoogleMapsAutocompleteComponent
MatSearchGoogleMapsAutocompleteComponent,
],
declarations: [
MatGoogleMapsAutocompleteComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
export * from './lib/helpers/parser';
export * from './lib/interfaces';
export * from './lib/tokens';
export * from './lib/services/script-loader.service';
export * from './lib/component';
export * from './lib/directives/mat-google-maps-autocomplete.directive';
export * from './lib/directives/address-validator/mat-address-validator.directive';
Expand Down

0 comments on commit 2d3a536

Please sign in to comment.